147 Commits (c5fa9fd454ecad005dbb8ee21c4f9568704dc8a2)

Author SHA1 Message Date
Brian Popow bdd922f004 Rework horizontal predictor: Fixes issue with paletted images which use a predictor 6 years ago
Brian Popow 440ac499de Refactor Tiff decoder tests: split large "testall" test into smaller ones 6 years ago
Brian Popow 0bb0ab0c00 Fix issue with huffman RLE where last bits of a row could get ignored 6 years ago
Brian Popow 623ba3f0b4 Fix broken test images 6 years ago
Brian Popow 3c13a8ec56 Fix issue writing too large color palette 6 years ago
Brian Popow 52d30c24cd Add support for undoing horizontal prediction: Works with deflate, still some issue with lzw 6 years ago
Brian Popow c282898999 Change paletted tiff encoder tests 6 years ago
Brian Popow dc275506ca Add ccitt fax3 test images 6 years ago
Brian Popow e9638ae2db Add support for decompressing huffman encoded tiffs 6 years ago
Brian Popow 1d0bdd2677 Fix issue with CCITT T4 with white runs of length 0 at the start of a scanline 6 years ago
Brian Popow caf311473b Add test images for fax3 compressed tiff 6 years ago
Brian Popow 5c8f66cd47 Add global histogram equalization test which compares result to reference output 6 years ago
James Jackson-South d4fb78b098 Auto repair Png options to use Bit8. Fixes #935 6 years ago
Ildar Khayrutdinov 0ec79ebea8 #12 LZW bug fix 6 years ago
Ildar Khayrutdinov 2574618391 removing accidentally added file 6 years ago
Ildar Khayrutdinov 89bd36a7d9 Improve decoders - performance and memory usage. 6 years ago
Ildar Khayrutdinov 94ffbd7c76 Add Tiff to configurations. 7 years ago
James Jackson-South 2bf18d9c00 Only throw for multi SOF when fully decoding. 6 years ago
Anton Firszov c0494290e8 add failing test for global quantization 6 years ago
Brian Popow 210c4817e4 Additional gif test cases 6 years ago
Brian Popow 7af7d41e1b Add tests to ensure chunk order 6 years ago
Brian Popow 386d942e12 Fix png test image: Some text chunks unintentional changed to none compressed 6 years ago
Brian Popow 03547d078c Identify reads now exif data 6 years ago
Brian Popow 67c4007d3d Additional png test cases 6 years ago
James Jackson-South ccbb6d95f6 Always read CRC. 6 years ago
Brian Popow ed1a0631f0 Add testcase for app13 marker with empty IPTC 6 years ago
Brian Popow 14312962b2 Add unit tests for reading IPTC profile 6 years ago
Brian Popow 6963945097 Add tests for the AdaptiveThreshold processor 6 years ago
Brian Popow 96fc00d28f Add more tga test cases for paletted rle images 6 years ago
Brian Popow 70a62ead9e Move calculation of x and y out of the for loops where possible 6 years ago
Brian Popow ce35ce248a Add additional tga test cases 6 years ago
Brian Popow b164883a41 Add additional tests for images which have bottom right and top right origin 6 years ago
Brian Popow 41208b851d Add additional tests for monochrome images 6 years ago
Brian Popow 19ebfbdf5c Split tga alpha bits tests in 16 bit and 32 bit tests 6 years ago
Brian Popow 1fd1a62136 Respect alpha channel bits from image descriptor during tga decoding 6 years ago
James Jackson-South ee0600e682 Don't backpeddle when reading chunk lengths. Fix #1127 6 years ago
James Jackson-South e535d1d409 Add dither scaling and simplify API. 6 years ago
James Jackson-South 305a1c9832 Make dither parallel and add benchmarks. 6 years ago
James Jackson-South 05098868d6 Cleanup and fix tests. 6 years ago
Brian Popow f4d76e4b05 Remove not needed png file from the testfiles 6 years ago
James Jackson-South 1b1e181cee Default RepeatCount to 1. Fix #1098 6 years ago
James Jackson-South cab0e5965f Add test images 6 years ago
James Jackson-South 234eb70967 Add new resize tests. Fix #1049 6 years ago
James Jackson-South 674815ca9d Fix #1006 ResizeMode.Crop 7 years ago
James Jackson-South 94eb476764 Fix #1047 7 years ago
Brian Popow b4a8778267 Add support for images with top left origin 7 years ago
Brian Popow 6fda29b271 Add tests for topleft origin 7 years ago
Brian Popow 391cb445f2 Change test images, add additional tests 7 years ago
Brian Popow 5037380cce Add RLE test images 7 years ago
Brian Popow 2e1a6ff65e Add tga decoder tests 7 years ago