2423 Commits (bc491b12d2673deb5ebdd663feb7c727b88460da)
 

Author SHA1 Message Date
James Jackson-South bc491b12d2 Faster image copy. 10 years ago
James Jackson-South 065684f969 Merge remote-tracking branch 'refs/remotes/origin/Core-BetterPackedVector' into Core 10 years ago
James Jackson-South a2dd61e412 Fix broken test 10 years ago
dirk c3bbae82bf Added missing cast. 10 years ago
James Jackson-South 8c84d41b26 Don't create a copy if you dont need to. 10 years ago
James Jackson-South 4376457754 Merge remote-tracking branch 'refs/remotes/origin/Core' into Core-BetterPackedVector 10 years ago
dirk f75964db20 Some more refactoring in the Guard class. 10 years ago
dirk 137b60cafe Fixed check for message. 10 years ago
dirk 938a6ea5d6 Refactored the Rational type. 10 years ago
dirk 28eb40145f Fixed check for message in Guard.IsTrue and Guard.IsFalse 10 years ago
James Jackson-South b57677b16c Revert Unsafe.Copy and cleanup 10 years ago
James Jackson-South ff720da2bb Remove bytes functions 10 years ago
James Jackson-South 221e29be31 Benchmark CopyRow touch #457 [skip ci] 10 years ago
James Jackson-South dc9df23994 Faster pixel access [skip ci] 10 years ago
James Jackson-South 482cba3768 Begin fitting packed vector with XNA etc 10 years ago
James Jackson-South 7f2142d63c Fix EXIF tag and version numbering 10 years ago
James Jackson-South 5e5c98690d Update readme 10 years ago
James Jackson-South 7993a56839 Thanks git! [skip ci] 10 years ago
James Jackson-South 7c624d0b27 Use PixelAcessor<TColor, TPacked> #457 10 years ago
James Jackson-South 4461343b98 Update readme [skip ci] 10 years ago
James Jackson-South aab73f6524 Better decoder 10 years ago
James Jackson-South 7525d038cb Don't attempt to read chunks with bad length Fix #460 10 years ago
James Jackson-South d1b7ef2478 Update BenchmarkDotNet [skip ci] 10 years ago
dirk f91bb88f36 Corrected length of APP1 profile that is written inside the JPEG encoder (#454). 10 years ago
James Jackson-South 20afe734da Update errors and config 10 years ago
James Jackson-South 0d5d92286d Note to myself 10 years ago
James Jackson-South 0cf20f91cd Png encodes moar types [skip ci] 10 years ago
James Jackson-South fca9b4d0b5 Begin greater png color format support. [skip ci] 10 years ago
dirk 47838c7d72 Changed expected result in unit test. 10 years ago
dirk 794177313c Added descriptions to exif tags (patch provided by Oliver Schneider). 10 years ago
dirk 52fa199f96 Fixed name of Thresholding. 10 years ago
James Jackson-South f93dd1470e Better Rational + Tests 10 years ago
James Jackson-South c0e3e91152 Use Rational + Moar EXIF cleanup. 10 years ago
James Jackson-South b2b403ba84 Add Rational struct [skip ci] 10 years ago
James Jackson-South 227c104460 Begin style 👮 for EXIF [skip ci] 10 years ago
James Jackson-South 0291f0fb58 Cleanup bmp encoder 10 years ago
dirk b6e091794b Added attribute that can be used to get a description for the value of an exif tag. 10 years ago
dirk 266aad33eb Added option to change the orientation of an image based on the information in the Exif profile. 10 years ago
dirk 5e11022024 Fixed rotation at 270 degrees. 10 years ago
dirk 8a10b5277e The Save method now returns the instance to allow method chaining. 10 years ago
dirk d8f7853f74 Added method to copy the properties of an image. 10 years ago
dirk 35f3c365dd Added optimization for when the Rotation angle is zero. 10 years ago
dirk c55c2151ab Name of class now matches the file name. 10 years ago
dirk 468fc40840 Fixed calculation of sizes in the Bmp header and did some minor refactoring. 10 years ago
dirk 5c415a7cec Removed test value. 10 years ago
dirk 3ce2d964e5 Added Tests for code that was moved. 10 years ago
dirk 3a2d001eaf Moved the Flip and Rotate code from FlipRotate to their own Processors and call those inside RotateFlip. 10 years ago
James Jackson-South 6527e3d0d6 Update readme [skip ci] 10 years ago
James Jackson-South 382da4d8b6 Merge pull request #450 from dlemstra/Exif 10 years ago
dirk ecb67ee763 The JPEG encoder and decoder will now read and write the Exif profile and added unit tests to verify this. 10 years ago