6027 Commits (cd155bf5beab4eadbe3064b4e0ef55cffaaa09d7)
 

Author SHA1 Message Date
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
Brian Popow 7db089eebc
Merge branch 'master' into feature/histogramEqualization 8 years ago
popow d5cc405212 luminance levels is now a parameter of the constructor, defaults to 65536 8 years ago
James Jackson-South aadcf92b32 Merge branch 'master' into js/densityunits 8 years ago
James Jackson-South eb15bd1bff
Merge branch 'master' into cq3 8 years ago
James Jackson-South 75b77a3c11
Merge pull request #645 from SixLabors/js/simplify-namespaces 8 years ago
Anton Firszov b9034ba459 remove unnecessary partial keyword 8 years ago
Jason Nelson b0683d67bc Update tests 8 years ago
Jason Nelson 0a664ad4d2 Heed to Stylecop 8 years ago
Jason Nelson 94dad69411 Add periods 8 years ago
Jason Nelson 77f3d4e754 Return RgbWorkingSpace directly to reduce virtual calls 8 years ago
Jason Nelson 595ae45920 Prevent boxing of RgbWorkingSpace 8 years ago
Jason Nelson f871c9f1eb Update IColorConversion to support readonly structs 8 years ago
Jason Nelson 18e7a9e60d Pass by reference 8 years ago
Jason Nelson 0b31c8c3c5 Match AggressiveInlining usage to main pixel classes 8 years ago
Jason Nelson 0dab6fc986 Remove IsEmpty properties when we can just compare to default 8 years ago
Jason Nelson ebb76ff474 Use HashHelpers 8 years ago
Jason Nelson b1578e25be Remove MethodImplOptions.AggressiveInlining from trival field accessors 8 years ago
Jason Nelson e40177004b Simplify IccProfileId IsSet 8 years ago
Jason Nelson 02496102cd Spanify blittable equality checks 8 years ago
Brian Popow ae6d251c71
Merge branch 'master' into feature/histogramEqualization 8 years ago
James Jackson-South 8b5890fd9e
Merge branch 'master' into js/simplify-namespaces 8 years ago
James Jackson-South 056f093e8d
Merge pull request #647 from JBildstein/icc-profile-size-check 8 years ago