6789 Commits (0dfa2f9f98fb93cf1fc9d082df5d08affc4be5a8)
 

Author SHA1 Message Date
James Jackson-South baa7ebe2c5 Add bulk ToCmyk 8 years ago
Brian Popow 8ad5b34dd9
Merge branch 'master' into feature/histogramEqualization 8 years ago
popow 4fcefc5e1f moved extension to the processing namespace and the processor accordingly into Processors namespace 8 years ago
James Jackson-South 1f375b17f6 Add bulk ToCieXyz 8 years ago
James Jackson-South 72b292abc7 Add bulk CieXyy transforms 8 years ago
Brian Popow 7f21da4df5
Merge branch 'master' into feature/pngExif 8 years ago
popow efd0288f1d moved extending the ExifProfile to the jpeg decoder 8 years ago
James Jackson-South 9ed637dcb1 Use previous VS environment. 8 years ago
James Jackson-South 50e5a639a1 Explicitly add reference. 8 years ago
James Jackson-South 16422932b0 See if we can fix appveyor by forcing redirects. 8 years ago
James Jackson-South fe9eaac426 Update xml docs. 8 years ago
Dirk Lemstra f0926bbaab Changed clean boolean for allocation into an enumeration. 8 years ago
James Jackson-South 1223f78624 Simplify structs, 5% perf increase. 8 years ago
James Jackson-South daa06b660e Merge branch 'master' into colorspace-transforms 8 years ago
James Jackson-South c3fcedaf62 Merge branch 'master' into js/densityunits 8 years ago
James Jackson-South 08dcb07079
Merge pull request #654 from carbon/cq3 8 years ago
Brian Popow 8834f158e9
Merge branch 'master' into feature/pngExif 8 years ago
popow a9950213eb added support for large exif profiles for the old GolangJpegDecoderCore 8 years ago
popow c4e81de6bf skipping exif id code before extending the exif profile 8 years ago
Jason Nelson 4307d1a3a5 Remove leading whitespace 8 years ago
Jason Nelson 6dedf3db5f Fix comment reference 8 years ago
Jason Nelson 872be9e8e1 Format with expressions 8 years ago
Jason Nelson ff66a9153b Update benchmarks to use Colourful 2.0.0 (allocation free) 8 years ago
Jason Nelson acf2bb3a44 Eliminate virtual calls from unnecessary IRgbWorkingSpace abstraction 8 years ago
Jason Nelson 88638d3f22 Remove AggressiveInlining hint from trival field accessor 8 years ago
James Jackson-South 049c9eda48
Merge branch 'master' into js/densityunits 8 years ago
Jason Nelson 4068401175 Seal memory classes 8 years ago
Anton Firsov 2554b43a14
Merge pull request #652 from SixLabors/af/new-benchmarks 8 years ago
Anton Firsov 631efc502a
Merge branch 'master' into af/new-benchmarks 8 years ago
Brian Popow 7d7e5188ba
Merge branch 'master' into feature/pngExif 8 years ago
popow cb6f4a0bc7 to keep the ExifReader free from jpeg specific stuff, the Exif Id Code will be skipped when setting the ExifProfile 8 years ago
popow 35aaaeefad removed ExifIdCode parameter from ExifProfile.ToByteArray, because this is jpeg specific and should be handled by the jpeg encoder 8 years ago
popow a5d576e765 removed unnecessary comments 8 years ago
James Jackson-South 7db21263ad Add UnitConverter tests 8 years ago
James Jackson-South b176a0ec17 Add bmp and jpeg tests 8 years ago
James Jackson-South 0eb55cf53f Add png tests 8 years ago
James Jackson-South 692d539b78 Add gif tests 8 years ago
James Jackson-South fb533f56db Merge branch 'master' into colorspace-transforms 8 years ago
James Jackson-South 15843c5ca8 Merge branch 'master' into js/densityunits 8 years ago
James Jackson-South c36b0dfd0b
Merge branch 'master' into feature/histogramEqualization 8 years ago
James Jackson-South a301eb2365
Merge pull request #648 from carbon/cq3 8 years ago
Anton Firszov 72cbea7cc8 LoadResizeSave benchmark + add EnableParallelExecution parameter to the Resize benchmark 8 years ago
James Jackson-South de02be2e5e Fix broken chunk test 8 years ago
James Jackson-South 965bc1037d Read/Write bmp resolution 8 years ago
popow ff160a7cf9 Merge remote-tracking branch 'upstream/master' into feature/pngExif 8 years ago
popow 685b5c5204 added unit test for writing large exif profiles 8 years ago
popow e6bcb2b1cd if exif data exceeds 64k, it will be written in multiple APP1 markers 8 years ago
popow f544e18e6a if Exif data exceeds 64K and is split over multiple App1 marker, it will be extended like the ICC profile does 8 years ago
James Jackson-South 95e77e3ba3 Use UnitConverter to abstract complexity. 8 years ago
James Jackson-South 18fd820398 Properly handle png resolution. 8 years ago