2427 Commits (40a2400f83442ea6dd478b6dc33419cc8a1970e5)
 

Author SHA1 Message Date
James Jackson-South 40a2400f83 Merge pull request #468 from adamsitnik/bufferMemoryCopy 10 years ago
Adam Sitnik c50b46f408 added Buffer.MemoryCopy to ArrayCopy benchmarks 10 years ago
James Jackson-South acbdcf05f4 Add resize overload 10 years ago
James Jackson-South 43e3f05c9f Oops! Shouldn't be unsafe 10 years ago
James Jackson-South 81ce967d67 Faster image copy. 10 years ago
James Jackson-South e7946e36fa Merge remote-tracking branch 'refs/remotes/origin/Core-BetterPackedVector' into Core 10 years ago
James Jackson-South ff4b388b4b Fix broken test 10 years ago
dirk df891e651f Added missing cast. 10 years ago
James Jackson-South cd97b2308e Don't create a copy if you dont need to. 10 years ago
James Jackson-South 81d60cdfd9 Merge remote-tracking branch 'refs/remotes/origin/Core' into Core-BetterPackedVector 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 693cf0df5a Remove bytes functions 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 09b19832bc Begin fitting packed vector with XNA etc 10 years ago
James Jackson-South 2dbde5a617 Fix EXIF tag and version numbering 10 years ago
James Jackson-South d405e9d9e4 Update readme 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 6578326667 Update readme [skip ci] 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
James Jackson-South a89bc0553f Update BenchmarkDotNet [skip ci] 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 01cb8e3755 Changed expected result in unit test. 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 e3613f5f09 Name of class now matches the file name. 10 years ago
dirk 49b0a504f6 Fixed calculation of sizes in the Bmp header and did some minor refactoring. 10 years ago
dirk d622d56fac Removed test value. 10 years ago
dirk a1735f828a Added Tests for code that was moved. 10 years ago