2025 Commits (7af5aa052d6f22f8db11623d15900218af63e789)

Author SHA1 Message Date
Dirk Lemstra d6bf435878 Renamed variable. 9 years ago
Nikita Balabaev 855ef8cf5d Add an equivalent for System.Drawing.Image.GetPixelFormatSize() (#258) 9 years ago
Dirk Lemstra 9be8649a8e Only throw exceptions when the CRC of a critical chunk is incorrect. 9 years ago
JimBobSquarePants d9552060c7 Disable smoke test 9 years ago
Devedse 687f273500 Added failing test for issue 288 9 years ago
Nikita Balabaev 74b0d0aff2 fix #277 9 years ago
Anton Firszov 5b40a9f438 ResizeTests working with CalliphoraPartial.png 9 years ago
James Jackson-South 7d4bc67d9f Cleanup + Rename Run to Apply 9 years ago
Anton Firszov 6208042d36 always DebugSave() png-s 9 years ago
Anton Firszov b8d3e3a136 refactored GetFormatsDirectory() to GetInputImagesDirectoryFullPath() 9 years ago
ascensio 14ec39e17e closes #269 9 years ago
Anton Firszov 247ba37745 clean up TestFile.cs 9 years ago
Anton Firszov 2257671b6d made FormatsDirectory a lazy value -> folders are no longer walked in TestFile type initializer. Might be healthy for test discoverers. 9 years ago
Anton Firszov 13b787e635 made FormatsDirectory a lazy value -> folders are no longer walked in TestFile type initializer. Might be healthy for test discoverers. 9 years ago
Scott Williams d12e1902af internalise cloning processor + rename context 9 years ago
Scott Williams bdc6fee0e7 fix broken tests 9 years ago
Scott Williams 612b5e2e50 Renameing classes + simplifying Image<TPixel> 9 years ago
Scott Williams 3fa5141ad9 test extensions methods 9 years ago
Scott Williams f017fdbf2f initail image operations tests 9 years ago
James Jackson-South 2f48d33d2f Fix tests 9 years ago
Dirk Lemstra 9460065c08 Also support non ushort values of ExifTag.Orientation (Fixes #271). 9 years ago
Anton Firszov 4f82107f1c refactor 9 years ago
Scott Williams 523e779c7c Rename Generate -> Clone 9 years ago
Scott Williams f48f7918ce fix apply processors to frames 9 years ago
Anton Firszov 04e08bf630 ReferenceOutput + ResizeTests prototype 9 years ago
Scott Williams 32c158898b migrate to a Image.Generate/Image.Mutate context api 9 years ago
Anton Firszov d96392e0d2 ReferencePngDecoder 9 years ago
Anton Firszov 30912e6974 introduced CoreCompat.SystemDrawing as reference utility for tests, implemented ToSystemDrawingBitmap() 9 years ago
Anton Firszov 5875022a0d updated xunit to 2.3.0-beta3-build3705, fixed errors reported by xunit analyzer 9 years ago
Anton Firszov 0478756863 fixed Sandbox46 execution 9 years ago
Johannes Bildstein 2a22348457 refactor reading and writing of ICC multilocalized unicode tag data entry 9 years ago
James Jackson-South fb5ec5ebfc Now decodes all images 9 years ago
James Jackson-South 00712a277e Can now decode many images 9 years ago
James Jackson-South 55e9280a74 baseline decode works progressive nearly 9 years ago
Scott Williams bb9280f317 switch from mimetype strings to IImageFormats 9 years ago
James Jackson-South e01f466eb6 Decoder now doesn't break tests 9 years ago
Scott Williams a1908fb909 add internal IXXOptions to provider cleaner passing of params to core encoders/decoders 9 years ago
Scott Williams 732cb21bdc fix comments 9 years ago
Scott Williams 4fd00a37f1 discover types tests 9 years ago
Scott Williams 5e477e4537 fix formats + added sample for switching out encoders/decoders 9 years ago
Scott Williams 00c5897c2e provide IImageFormatProviders and split mimetype detection from decoders. 9 years ago
Scott Williams 42e0395a60 refactor encoders/decoders 9 years ago
Johannes Bildstein 34b224ec20 read and write duplicate tag data entries only once 9 years ago
Scott Williams b76c21e7ee fix blending to allow non rectangualar regions to antialiase 9 years ago
Scott Williams 69501ee20c cleanup and reduce branches 9 years ago
Scott Williams 0384acb36f generate pixel blenders 9 years ago
Scott Williams 7f8d10c89a migrate to use primitives from SixLabors.Core 9 years ago
James Jackson-South 93e757573a Fix #247 9 years ago
Anton Firszov ba364d89ef implemented the rest of pixel conversion methods 9 years ago
Anton Firszov 1901b3fdc2 T4 all the PixelOperations! 9 years ago