194 Commits (29deb09ef4ec72d73e2598c26a6ddd57bc544d9e)

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
James Jackson-South 0a85de6abc Update to use new props/targets plus cleanup. 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 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
James Jackson-South ffe2d6995b Update license 6 years ago
James Jackson-South 4e3dce1e95 Update source license info. 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 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
Anton Firszov da08852291 fix JpegDecoder 6 years ago
James Jackson-South e535d1d409 Add dither scaling and simplify API. 6 years ago
James Jackson-South 1b1e181cee Default RepeatCount to 1. Fix #1098 6 years ago
Brian Popow 43cbdab113 Fix stylecop warnings in the test project 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 cb69622b2e MetaData => Metadata code. 7 years ago
James Jackson-South d2d51456b5 Gray16 => L16 7 years ago
James Jackson-South 372c691d52 Gray8 => L8 7 years ago
James Jackson-South d68519d133 Alpha8 => A8 7 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