84 Commits (ce4d4bfb1a75cc0e2dc30d69d81f23dd7811b556)

Author SHA1 Message Date
Scott Williams 70f9fd229e refactor ImageFrameCollection for updated API 9 years ago
Scott Williams 9e02918f70 Add unit tests 9 years ago
Anton Firszov 5dc06612b2 Renamed *.Advanced.ImageExtensions to AdvancedImageExtensions, 9 years ago
Scott Williams ca8e628fd1 resolve linux vs windows newline issues 9 years ago
Scott Williams 41358ce077 FrameCollection responsible for adding initial frame 9 years ago
Scott Williams ee60eb3e83 exlusivly use frames to access pixel spans 9 years ago
Scott Williams d8a8211417 fix frame double processing 9 years ago
Scott Williams 5adcfdb653 remove Unsafe from namespace 9 years ago
Scott Williams 8d3c6d2bb1 add save pixel data extension method 9 years ago
Scott Williams 1a3859159e internalise span apis from imagebase 9 years ago
Anton Firszov eb2fd0e47c more jpeg testing 9 years ago
Anton Firszov 0e1459e172 moved CreateOutputDirectory() into TestEnvironment 9 years ago
Scott Williams 67a322b4db Formats per type namespaces 9 years ago
Scott Williams 71bce00221 make component order internal 9 years ago
Anton Firszov b6fc55be0b Moved @devedse-s test cases from ImageEqualTests to PngDecoderTests. 9 years ago
Anton Firszov 84852a8796 good by GenericFactory! 9 years ago
Scott Williams 94c60cb338 inital rename packages and namespaces 9 years ago
JimBobSquarePants f8a0ed3fd9 Update rotate test to use new API 9 years ago
Anton Firszov 355a4acd2f re-apply DebugSave() changes after merging mutate-api 9 years ago
Anton Firszov 5dff018334 moving input test images into ./tests/TestImages/Input 9 years ago
Devedse 5cf62d2421 Commented in the Assert.True() to make the test fail. 9 years ago
Devedse 43c92a1389 Removed commented out code 9 years ago
Devedse f8c2727c14 Added tests for loading image with CRC 9 years ago
Dirk Lemstra 03ccebb0df Renamed variable. 9 years ago
Devedse a209a8210d Added failing test for issue 288 9 years ago
ascensio ad4aee89e3 closes #269 9 years ago
Scott Williams f026778e47 migrate to a Image.Generate/Image.Mutate context api 9 years ago
Anton Firszov e734a28edb updated xunit to 2.3.0-beta3-build3705, fixed errors reported by xunit analyzer 9 years ago
Scott Williams 8bd785af50 switch from mimetype strings to IImageFormats 9 years ago
Scott Williams 8cd195cb34 discover types tests 9 years ago
Scott Williams fe61328183 fix formats + added sample for switching out encoders/decoders 9 years ago
Scott Williams 3499d7b6a2 provide IImageFormatProviders and split mimetype detection from decoders. 9 years ago
Scott Williams ea44e6ce15 refactor encoders/decoders 9 years ago
Scott Williams 64f18bc298 migrate to use primitives from SixLabors.Core 9 years ago
Scott Williams 6e2076f40d Load from pixel data methods 9 years ago
Scott Williams cd30e554e1 move Configuration to be fist paramater. 9 years ago
James Jackson-South 0766b03ea6 Use better static format for Load etc. 9 years ago
James Jackson-South 450987dc00 Remove non-generic Image 9 years ago
James Jackson-South 3e5c8f7b5d Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South eceb889758 Rename TColor to TPixel 9 years ago
James Jackson-South 0a700864e5 Rename Color and ColorVector 9 years ago
James Jackson-South 292bc4db9e Rename to Color and ColorVector 9 years ago
James Jackson-South 3c5e3a966e Rename Color to Color32 9 years ago
Scott Williams 90e1c31242 fix loading from unseekable stream 9 years ago
Scott Williams c5c33a730e fix broken tests 10 years ago
Scott Williams da1dffd5cc decoder configuration argument order 10 years ago
Scott Williams c1a061194a Move config argument to be first argument 10 years ago
Scott Williams 53bba0269a pass configuration & ensure only single image created 10 years ago
Scott Williams 1343c78411 Add IImageDecoder overloads 10 years ago
Scott Williams a3185fd6e7 Move image loading out of constructors and into static methods 10 years ago