5999 Commits (72243ddbbaf41c9ea3a12bce41aa6d7f3197ec2b)
 

Author SHA1 Message Date
James Jackson-South 72243ddbba
Merge branch 'master' into feature/pngExif 8 years ago
James Jackson-South 6f5028bd18
Merge pull request #644 from brianpopow/feature/histogramEqualization 8 years ago
James Jackson-South 41d9fb4aab
Merge branch 'master' into feature/pngExif 8 years ago
James Jackson-South 4f30bd4b4b Merge remote-tracking branch 'upstream/master' into feature/histogramEqualization 8 years ago
James Jackson-South ade60bd284 Cleanup and remove double cast. 8 years ago
James Jackson-South b5a64f63f2
Merge pull request #649 from SixLabors/js/densityunits 8 years ago
Brian Popow d46ba5f00c
Merge branch 'master' into feature/histogramEqualization 8 years ago
popow 2b7f982120 moved extension to the processing namespace and the processor accordingly into Processors namespace 8 years ago
Brian Popow b35e4a1caa
Merge branch 'master' into feature/pngExif 8 years ago
popow 481b52f42c moved extending the ExifProfile to the jpeg decoder 8 years ago
James Jackson-South 4dfc1518bc Use previous VS environment. 8 years ago
James Jackson-South 446483529e Explicitly add reference. 8 years ago
James Jackson-South 83291f35ff See if we can fix appveyor by forcing redirects. 8 years ago
James Jackson-South 60859e25f7 Update xml docs. 8 years ago
James Jackson-South 35c286fd91 Merge branch 'master' into js/densityunits 8 years ago
James Jackson-South 0c3fb44e21
Merge pull request #654 from carbon/cq3 8 years ago
Brian Popow 2901c2997a
Merge branch 'master' into feature/pngExif 8 years ago
popow f488d5a33d added support for large exif profiles for the old GolangJpegDecoderCore 8 years ago
popow 8b0b7ab1b4 skipping exif id code before extending the exif profile 8 years ago
Jason Nelson a8d8f5ce9e Remove leading whitespace 8 years ago
Jason Nelson 7d6ed9a6ec Fix comment reference 8 years ago
Jason Nelson 05ee8b6e94 Format with expressions 8 years ago
Jason Nelson 9a3c792bfc Update benchmarks to use Colourful 2.0.0 (allocation free) 8 years ago
Jason Nelson 01714d96d6 Eliminate virtual calls from unnecessary IRgbWorkingSpace abstraction 8 years ago
Jason Nelson 4084257cc9 Remove AggressiveInlining hint from trival field accessor 8 years ago
James Jackson-South 1f4c0bcc9a
Merge branch 'master' into js/densityunits 8 years ago
Jason Nelson 61112f9102 Seal memory classes 8 years ago
Anton Firsov 2f919b24d4
Merge pull request #652 from SixLabors/af/new-benchmarks 8 years ago
Anton Firsov c571657f2a
Merge branch 'master' into af/new-benchmarks 8 years ago
Brian Popow 68bc4db924
Merge branch 'master' into feature/pngExif 8 years ago
popow 675c0a671a to keep the ExifReader free from jpeg specific stuff, the Exif Id Code will be skipped when setting the ExifProfile 8 years ago
popow c91fb4a260 removed ExifIdCode parameter from ExifProfile.ToByteArray, because this is jpeg specific and should be handled by the jpeg encoder 8 years ago
popow f30389f7d5 removed unnecessary comments 8 years ago
James Jackson-South d56010a9d9 Add UnitConverter tests 8 years ago
James Jackson-South 9c1bd97589 Add bmp and jpeg tests 8 years ago
James Jackson-South ea9ce31931 Add png tests 8 years ago
James Jackson-South 1941108d6c Add gif tests 8 years ago
James Jackson-South 2f6f793fce Merge branch 'master' into js/densityunits 8 years ago
James Jackson-South 9e013395cd
Merge branch 'master' into feature/histogramEqualization 8 years ago
James Jackson-South bc6abc2b5b
Merge pull request #648 from carbon/cq3 8 years ago
Anton Firszov f8bd074dfc LoadResizeSave benchmark + add EnableParallelExecution parameter to the Resize benchmark 8 years ago
James Jackson-South 02ad3a3b01 Fix broken chunk test 8 years ago
James Jackson-South 09da21b2bb Read/Write bmp resolution 8 years ago
popow 4a15e29f17 Merge remote-tracking branch 'upstream/master' into feature/pngExif 8 years ago
popow f8db637e49 added unit test for writing large exif profiles 8 years ago
popow b644adecdb if exif data exceeds 64k, it will be written in multiple APP1 markers 8 years ago
popow 3ea2978b7b 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 285784c5b2 Use UnitConverter to abstract complexity. 8 years ago
James Jackson-South f8256e3d8d Properly handle png resolution. 8 years ago
James Jackson-South b9d1648577 Can now preserve correct resolution for jpeg and gif. 8 years ago