28 Commits (4f2f361a114234f747906dea7af636b8867817bb)

Author SHA1 Message Date
James Jackson-South b6bafd0827 Move Rgba32 inline with other pixel formats 9 years ago
Vicente Penades 1f2b2b8a7a removed ImageFormat redirect methods from Configuration. 9 years ago
James Jackson-South 528edf0ba2 Fix all failing tests 9 years ago
Scott Williams ed20a807d6 exlusivly use frames to access pixel spans 9 years ago
Scott Williams 93a9b321fa remove Unsafe from namespace 9 years ago
Scott Williams 6cd4824dee add save pixel data extension method 9 years ago
Scott Williams 7c6f399d2d internalise span apis from imagebase 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Devedse 133d8c3757 Added tests for loading image with CRC 9 years ago
Nikita Balabaev 855ef8cf5d Add an equivalent for System.Drawing.Image.GetPixelFormatSize() (#258) 9 years ago
Devedse 687f273500 Added failing test for issue 288 9 years ago
Scott Williams bb9280f317 switch from mimetype strings to IImageFormats 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 717daed35e Load from pixel data methods 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 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 10 years ago
Scott Williams 78334dd86f Add IImageDecoder overloads 10 years ago
Scott Williams 177064f05a Move image loading out of constructors and into static methods 10 years ago