58 Commits (1594bdbae00ae6fa4248f88cfd28b5456d701036)

Author SHA1 Message Date
Devedse acb7982a88 Commented in the Assert.True() to make the test fail. 9 years ago
Devedse 78b8c9d838 Removed commented out code 9 years ago
Devedse 133d8c3757 Added tests for loading image with CRC 9 years ago
Dirk Lemstra d6bf435878 Renamed variable. 9 years ago
Devedse 687f273500 Added failing test for issue 288 9 years ago
ascensio 14ec39e17e closes #269 9 years ago
Anton Firszov 5875022a0d updated xunit to 2.3.0-beta3-build3705, fixed errors reported by xunit analyzer 9 years ago
Scott Williams bb9280f317 switch from mimetype strings to IImageFormats 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
Scott Williams 7f8d10c89a migrate to use primitives from SixLabors.Core 9 years ago
Scott Williams 717daed35e Load from pixel data methods 9 years ago
Scott Williams 41b1833e8f move Configuration to be fist paramater. 9 years ago
James Jackson-South 8dbf34b12d Use better static format for Load etc. 9 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 9 years ago
James Jackson-South 7d2fe2c7e5 Move IPixel types to PixelFormat namespace 9 years ago
James Jackson-South fff223ef07 Rename TColor to TPixel 9 years ago
James Jackson-South fa152146dd Rename Color and ColorVector 9 years ago
James Jackson-South b20c19ab80 Rename to Color and ColorVector 9 years ago
James Jackson-South a550b0f95e Rename Color to Color32 9 years ago
Scott Williams 91d1303912 fix loading from unseekable stream 9 years ago
Scott Williams f23eac7e14 fix broken tests 9 years ago
Scott Williams 15fc34126f decoder configuration argument order 9 years ago
Scott Williams 726ffe5d2e Move config argument to be first argument 9 years ago
Scott Williams cc32d2d398 pass configuration & ensure only single image created 9 years ago
Scott Williams 78334dd86f Add IImageDecoder overloads 9 years ago
Scott Williams 177064f05a Move image loading out of constructors and into static methods 9 years ago
Scott Williams 469d404944 drop callbacks 9 years ago
Scott Williams 1ce4005e88 use callbacks instead of overrides 9 years ago
Scott Williams a5ef9520a2 ensure all save operations pass along IEncoderOptions 9 years ago
Scott Williams c3367c4d9c Add IFileSystem 9 years ago
Scott Williams 095c3fb5fb fix all instances of var 9 years ago
Anton Firszov 13ab7a4631 Using BulkPixelOperations<T> in PixelAccessor<T> 9 years ago
Anton Firszov 0032e2b457 Renamed BulkPixelOperation methods, removed ArrayExtensions and the unused dangerous PixelAccessor ctr. 9 years ago
Anton Firszov c9e17d8966 PixelAccessor<T> and PixelArea<T> using PinnedBuffer<T> 9 years ago
Dirk Lemstra 052ecdc337 Changed optional arguments into overloads. 9 years ago
Anton Firszov 1125edcef8 IPixel 9 years ago
Scott Williams cfefe30aa9 Add namedcolors to work for all TColor types 9 years ago
Scott Williams 388887dc02 improved test coverage 10 years ago
Scott Williams eb46afae69 file path based apis 10 years ago
Dirk Lemstra 7ea3238d83 Moved the meta data of the image to a new MetaData property. 10 years ago
James Jackson-South 1a2f2c9636 Add PixelPool tests 10 years ago
James Jackson-South 1339ad3075 Make all images implement IDisposable 10 years ago
James Jackson-South c874a72904 Replace ToBytes() 10 years ago
antonfirsov 799c00a639 the folder TestUtilities is no longer a namespace provider 10 years ago
antonfirsov 67487f0c18 introduced PixelTypes.ColorWithDefaultImageClass 10 years ago
antonfirsov c62e12248a renamed TestImageFactory --to--> TestImageProvider 10 years ago
antonfirsov ff3e9e9894 Re-applied JpegTests and PixelAccessorTests changes. + added new constructor to PixelArea 10 years ago