282 Commits (cd97b2308ebe3092bb1c70724c7049126fb62004)

Author SHA1 Message Date
James Jackson-South cd97b2308e Don't create a copy if you dont need to. 10 years ago
dirk 4b9e294386 Some more refactoring in the Guard class. 10 years ago
dirk 7c0ae01d7b Fixed check for message. 10 years ago
dirk 6849173a6f Refactored the Rational type. 10 years ago
dirk 59315259a1 Fixed check for message in Guard.IsTrue and Guard.IsFalse 10 years ago
James Jackson-South ccc13bbac3 Revert Unsafe.Copy and cleanup 10 years ago
James Jackson-South 510d349c12 Benchmark CopyRow touch #457 [skip ci] 10 years ago
James Jackson-South 88d55a3afd Faster pixel access [skip ci] 10 years ago
James Jackson-South 2dbde5a617 Fix EXIF tag and version numbering 10 years ago
James Jackson-South bc75b91a4d Thanks git! [skip ci] 10 years ago
James Jackson-South 5e9ce77841 Use PixelAcessor<TColor, TPacked> #457 10 years ago
James Jackson-South 3fed568e9e Better decoder 10 years ago
James Jackson-South 97bb2cb632 Don't attempt to read chunks with bad length Fix #460 10 years ago
dirk 21923086e5 Corrected length of APP1 profile that is written inside the JPEG encoder (#454). 10 years ago
James Jackson-South 071b7c7c18 Update errors and config 10 years ago
James Jackson-South 486834773b Note to myself 10 years ago
James Jackson-South d2c5af4e32 Png encodes moar types [skip ci] 10 years ago
James Jackson-South 6b6dec39da Begin greater png color format support. [skip ci] 10 years ago
dirk 52b46f76c3 Added descriptions to exif tags (patch provided by Oliver Schneider). 10 years ago
dirk e175fdcc98 Fixed name of Thresholding. 10 years ago
James Jackson-South a3303ac1d2 Better Rational + Tests 10 years ago
James Jackson-South d52cf7cfcc Use Rational + Moar EXIF cleanup. 10 years ago
James Jackson-South 93e4c4d562 Add Rational struct [skip ci] 10 years ago
James Jackson-South 943d91dbb5 Begin style 👮 for EXIF [skip ci] 10 years ago
James Jackson-South 39153debab Cleanup bmp encoder 10 years ago
dirk dfc2772491 Added attribute that can be used to get a description for the value of an exif tag. 10 years ago
dirk ac58565b9f Added option to change the orientation of an image based on the information in the Exif profile. 10 years ago
dirk eea1aa42e3 Fixed rotation at 270 degrees. 10 years ago
dirk 9bdd581aa8 The Save method now returns the instance to allow method chaining. 10 years ago
dirk 2e330649fa Added method to copy the properties of an image. 10 years ago
dirk 140242686d Added optimization for when the Rotation angle is zero. 10 years ago
dirk 49b0a504f6 Fixed calculation of sizes in the Bmp header and did some minor refactoring. 10 years ago
dirk 033e420e3b Moved the Flip and Rotate code from FlipRotate to their own Processors and call those inside RotateFlip. 10 years ago
dirk 3457bd3fa4 The JPEG encoder and decoder will now read and write the Exif profile and added unit tests to verify this. 10 years ago
dirk 371970a5e6 Added class that can be used to read and edit an Exif profile and added a property for this to the Image class. 10 years ago
dirk a1ac7f6e7e Added Guard for true and false. 10 years ago
dirk d3adbcde9d Change encoder to use Image instead of ImageBase. 10 years ago
James Jackson-South 08de2e30bd Clean upedge detection 10 years ago
James Jackson-South b1f671d4d9 Sanitize binary thresholding. 10 years ago
James Jackson-South 5de78b9d81 Sanitize ColorMatrix filters 10 years ago
James Jackson-South 8c561574a1 Fix Glow 10 years ago
James Jackson-South 4516432915 Sanitation, performance, vignette, and glow 10 years ago
James Jackson-South cbf476e34e Sampler performance optimizations 10 years ago
James Jackson-South 6fbd5ae36f Speed up companding conversions 10 years ago
James Jackson-South 0ffc08831c Remove unneeded class 10 years ago
dirk 25e4d99683 Guard that the name of a property can not be null or empty. 10 years ago
dirk 9c8f4dc519 ImageProperty is no longer a struct and added unit tests for equality. 10 years ago
James Jackson-South e70f07426e Add setter to IPackedVector<TP> 10 years ago
James Jackson-South 562bb03b43 Resize now 10% faster 10 years ago
James Jackson-South c66efb4eab Resize optimizations [skip ci] 10 years ago