256 Commits (a2b97a66d6e92c481ff63b25d1fd6808883d8a8c)

Author SHA1 Message Date
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
James Jackson-South 181d434462 Update External 6 years ago
James Jackson-South 686aef78d2 Add new property and implement for TPixel types 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
Brian Popow 16402d4508 Add reference output for #1362 6 years ago
David Rolland 81509ffcf3 Fixed typo in AdaptiveThreshold processor and added specific test 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 be42b525c2 Update skipped tests 6 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 5854921c86 Update external due to test file name changes 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 a468883110 Changed startX and endX from ushort to int, Add test with rectangle 6 years ago
Brian Popow 6963945097 Add tests for the AdaptiveThreshold processor 6 years ago
Brian Popow a5a0ecd006 Re-add external test images 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 e99204eac6 Update external for the 16bit gray tga images 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 e7e30bc258 Fix edge detection and reenable entropy crop tests 6 years ago
James Jackson-South d9596ef33b Cleanup and update references. 6 years ago
James Jackson-South ee0600e682 Don't backpeddle when reading chunk lengths. Fix #1127 6 years ago
James Jackson-South e1005f219f Fix for tests, update reference images 6 years ago
Anton Firszov 2ad20e8b47 update reference images 6 years ago
James Jackson-South 4dffc179f5 Refactor to inline based on feedback. 6 years ago
James Jackson-South 259f7c419b Fix tests 6 years ago