861 Commits (d241c19a3af258feb67f0085276cd955b82c8df2)

Author SHA1 Message Date
James Jackson-South ba89468fe4 Begin add vector based Color 9 years ago
James Jackson-South 3c5e3a966e Rename Color to Color32 9 years ago
James Jackson-South 9c7a96536b Inint remove packing from Color. 9 years ago
Dirk Lemstra 88c3fb3888 Added extra checks to the ExifReader (fixes #175). 9 years ago
Andrew Wilkinson 2f1379a73f Add support for PackBits compression 9 years ago
Andrew Wilkinson e00ce80e80 Add support for WhiteIsZero bilevel & 4-bit images 9 years ago
Anton Firszov 615163d360 PinnedBuffer<T> ==> Buffer<T> with explicit pinning capability 9 years ago
Anton Firszov 5c24f441b6 simplified BufferSpan.Copy() 9 years ago
James Jackson-South 814779511b Disable double index smoke test 9 years ago
James Jackson-South 3b97c0db91 Octree Quantizer now only supports 1 alpha value 9 years ago
Anton Firszov 819e048a53 fix CopyTo***Bytes() 9 years ago
Anton Firszov 548fc41711 fixed indexer and copy operations 9 years ago
Anton Firszov 6e14748acd more PixelIndexing benchmark clenup 9 years ago
Anton Firszov 497279b0df PixelIndexing.SmartUnsafe() benchmark 9 years ago
Anton Firszov 0aca7275e5 additional PixelIndexing benchmarks 9 years ago
Anton Firszov 84725f4523 refactored all BufferSpan pointers to ref-s 9 years ago
Scott Williams c3748b5908 re-enstate threashold 9 years ago
Scott Williams be5d603a57 remove theashold 9 years ago
Anton Firszov 2d96be9d66 DangerousGetPinnableReference() + PixelIndexing benchmarks 9 years ago
Steffen Habermehl 13a4a2613f Updates unit test for undefined EXIF types 9 years ago
Steffen Habermehl 2c373a623b Issue #132: Handle undefined EXIF data type where no number of components set 9 years ago
Scott Williams 90e1c31242 fix loading from unseekable stream 9 years ago
Andrew Wilkinson 6979a7248b Update TIFF codec to new IImageDecoder signature 9 years ago
Andrew Wilkinson 2d6a66194d Move TIFF internals into own namespace 9 years ago
Andrew Wilkinson 959a560584 Implement image decoding for the most basic TIFF image format. 9 years ago
Andrew Wilkinson 143a73e655 Decode TIFF image resolution 9 years ago
Johannes Bildstein 853189aa78 fix error where startIndex was ignored in To<Type> methods 9 years ago
James Jackson-South 916d156a01 Add MathF equality tests 9 years ago
Anton Firszov 4231a10995 PackFromVector4ReferenceVsPointer benchmark 9 years ago
Scott Williams 5b02e9a8d4 remove ignored tests 9 years ago
Scott Williams fac9b469ef fix Image.Load api changes 9 years ago
Scott Williams 5763412df5 fix broken tests 9 years ago
Scott Williams 2e53515b98 Speed up greyscale tests by using test pattern. 9 years ago
Scott Williams 72e88f3a33 allow test cases to be serialized to they show in VS 9 years ago
Scott Williams c5c33a730e fix broken tests 9 years ago
Johannes Bildstein 4ec0d1ee3c improve performance of EndianBitConverter and small formatting fixes 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 d6c31d95b1 Improve method name 9 years ago
Scott Williams fb0ecdbe0c Add explanatory comments 9 years ago
Scott Williams 1da6833a2a fix stylecop issues 9 years ago
Scott Williams e6e97ed404 Add image comparer test helper 9 years ago
Scott Williams 422ff51502 Default text drawing at an image dpi independent size 9 years ago
Scott Williams fb5899f0fd fix test filesystem to prevent it breaking existing tests 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
Anton Firszov cd1e7b3b97 weight printing experiments, minor changes, comments 9 years ago
Andrew Wilkinson c582ecf1f6 Decode TIFF image dimensions. 9 years ago
Andrew Wilkinson c3a980cb42 Alternatively... Just merge in the TIFF tests 9 years ago