This website requires JavaScript.
Explore
Help
Register
Sign in
MyouProject
/
pixie
Watch
2
Star
0
Fork
You've already forked pixie
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
0f20549d45
pixie
/
tests
/
test_jpeg.nim
5 lines
81 B
Nim
Raw
Normal View
History
Unescape
Escape
morepretty
2022-05-12 01:03:40 +00:00
import
jpegsuite
,
pixie
Resurrect old nim-native jpeg parser and fix most issues (#414) * Add new jpeg tests. * Resurrect old jpeg. * Fix Jpeg grayscale * Fix 4:1:1 scaling. * Better chunk scanner. * Fight progressive. * Fight restart markers. * Jpeg can now parse all of the test files. * Fuzzing and overflow checks * Make getBits* the only way to read the bits. * Make Quantiziation and IDCT happen only in one place. * Rename jpg folder to jpeg
2022-05-05 16:19:17 +00:00
jpegsuite, validate uses masters/diffs/rendered independently
2022-05-11 22:54:02 +00:00
for
file
in
jpegSuiteFiles
:
let
img
=
readImage
(
file
)
Reference in a new issue
Copy permalink