64 Commits (02eb5f2f135ed2568a03bdfa9f847b65e2f00e00)

Author SHA1 Message Date
Anton Firszov 84852a8796 good by GenericFactory! 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 9 years ago
Scott Williams da1dffd5cc decoder configuration argument order 9 years ago
Scott Williams c1a061194a Move config argument to be first argument 9 years ago
Scott Williams 53bba0269a pass configuration & ensure only single image created 9 years ago
Scott Williams 1343c78411 Add IImageDecoder overloads 9 years ago
Scott Williams a3185fd6e7 Move image loading out of constructors and into static methods 9 years ago
Scott Williams b9545631c1 drop callbacks 9 years ago
Scott Williams 6f4d716884 use callbacks instead of overrides 9 years ago
Scott Williams b919105f16 ensure all save operations pass along IEncoderOptions 9 years ago
Scott Williams 418218a06b Add IFileSystem 9 years ago
Scott Williams e29f3eadd9 fix all instances of var 9 years ago
Anton Firszov 05a23b93a6 Using BulkPixelOperations<T> in PixelAccessor<T> 9 years ago
Anton Firszov a8ab5d4b89 Renamed BulkPixelOperation methods, removed ArrayExtensions and the unused dangerous PixelAccessor ctr. 9 years ago
Anton Firszov 26b1715bf8 PixelAccessor<T> and PixelArea<T> using PinnedBuffer<T> 9 years ago
Dirk Lemstra 0853c66ae3 Changed optional arguments into overloads. 9 years ago
Anton Firszov be4c189533 IPixel 9 years ago
Scott Williams 8b529bbd0b Add namedcolors to work for all TColor types 9 years ago
Scott Williams 0c274cd878 improved test coverage 10 years ago
Scott Williams 8b7923fe6b file path based apis 10 years ago
Dirk Lemstra 7a799fe311 Moved the meta data of the image to a new MetaData property. 10 years ago
James Jackson-South 94ca0779e3 Add PixelPool tests 10 years ago
James Jackson-South d5064cadc5 Make all images implement IDisposable 10 years ago
James Jackson-South 6e3e358ec8 Replace ToBytes() 10 years ago