42 Commits (d8618052d17a5a50109e46541bb31a059d4de34a)

Author SHA1 Message Date
James Jackson-South 27af2549b5 Revert Magick changes 6 years ago
pekspro 8cd3948d2b Adds file header on image extensions tests. 6 years ago
pekspro 8c9795e8f7 Adds ImageExtensionsTest for tga. 6 years ago
James Jackson-South 12f6582b1a Update all dependency references. 6 years ago
James Jackson-South ffe2d6995b Update license 6 years ago
Brian Popow 1213b8b00a DetectFormat for tga now additionally checks: 6 years ago
James Jackson-South 4e3dce1e95 Update source license info. 6 years ago
Brian Popow 08de04b505 Change test expectations due to exception change 6 years ago
James Jackson-South 28f3938de2 Improve accessability of Span<T> methods. Fixes #1164 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 4707966bfb Update Magick.Net to 7.15.5 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 59ccf6bdde Set alpha channel bits in the image descriptor during tga encoding 6 years ago
Brian Popow 1fd1a62136 Respect alpha channel bits from image descriptor during tga decoding 6 years ago
Sergio Pedri 5cccfbcacd Switched pixel format type constraint to unmanaged 6 years ago
Anton Firszov 55c6ae51fe InBytes->InBytesSqrt, InPixels->InPixelsSqrt 6 years ago
Brian Popow b35e3cbfbd Fix DegenerateMemoryRequest tests 6 years ago
Brian Popow c21638bfcc Re-enable DegenerateMemoryRequest test, fix Exception to be ImageFormatException 6 years ago
Anton Firszov e726bcab86 TGA limit 6 years ago
Anton Firszov cf5f9f5b8a tests improvements: 6 years ago
Brian Popow c30eb200e7 Add tests for discontiguous buffers for tga 6 years ago
James Jackson-South 15a7a557f2 Revert `using` declaration changes for until we establish guidelines. 6 years ago
Brian Popow 38454f8fde Use using declarations to reduce nesting 6 years ago
Brian Popow 43cbdab113 Fix stylecop warnings in the test project 6 years ago
James Jackson-South 5a7091e516 Simplify format specific metadata retrieval. 6 years ago
Brian Popow 1b04fbe42b Code review changes 7 years ago
Brian Popow 57895990f1 Throw ImageFormatException when width or height is 0 7 years ago
Brian Popow b1e8202c28 Add tests for bmp and tga header to throw UnknownImageFormatException when there is insufficient data 7 years ago
Brian Popow 45a6a6bde8 Using tolerant comparer for 16 and 8 bit 7 years ago
Brian Popow f8854c7503 Add test for the tga encoder 7 years ago
Brian Popow 28222b5c18 Add support for encoding rle 8, 16 and bit tga images 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