5e484ad4ab
* 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
28 lines
479 B
Nim
28 lines
479 B
Nim
import
|
|
test_bmp,
|
|
test_contexts,
|
|
test_fonts,
|
|
test_gif,
|
|
test_images,
|
|
test_images_draw,
|
|
test_jpeg,
|
|
test_masks,
|
|
test_paints,
|
|
test_paths,
|
|
test_png,
|
|
test_ppm,
|
|
test_qoi,
|
|
test_svg,
|
|
../examples/text,
|
|
../examples/text_spans,
|
|
../examples/square,
|
|
../examples/line,
|
|
../examples/rounded_rectangle,
|
|
../examples/heart,
|
|
../examples/masking,
|
|
../examples/gradient,
|
|
../examples/image_tiled,
|
|
../examples/shadow,
|
|
../examples/blur,
|
|
../examples/tiger
|