6081 Commits (caaedc19da4a3126a01a54dee277b0bea233a31e)
 

Author SHA1 Message Date
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 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
James Jackson-South 9210d4cc35 Can now preserve correct resolution for jpeg and gif. 8 years ago
Vicente Penades c3a4b67330 changed In and Out composition functions to always produce "transparent black" 8 years ago
Brian Popow b102652e43
Merge branch 'master' into feature/histogramEqualization 8 years ago
popow 5708144364 luminance levels is now a parameter of the constructor, defaults to 65536 8 years ago
James Jackson-South 2d9a3b3662 Merge branch 'master' into js/densityunits 8 years ago
James Jackson-South 80afa3ffa6
Merge branch 'master' into cq3 8 years ago
James Jackson-South 1481b70330
Merge pull request #645 from SixLabors/js/simplify-namespaces 8 years ago
Anton Firszov 0475a072d5 remove unnecessary partial keyword 8 years ago
Jason Nelson c70923500c Update tests 8 years ago
Jason Nelson 8c120eb0a6 Heed to Stylecop 8 years ago
Jason Nelson 958f7dc118 Add periods 8 years ago
Jason Nelson a3370e5ad4 Return RgbWorkingSpace directly to reduce virtual calls 8 years ago
Jason Nelson 1e20c5c2a1 Prevent boxing of RgbWorkingSpace 8 years ago
Jason Nelson 315e670b1e Update IColorConversion to support readonly structs 8 years ago
Jason Nelson ba1bbfd7f4 Pass by reference 8 years ago
Vicente Penades 8a59bf7f38 fixed Clear composition, it essentially returns fully transparent 8 years ago
Jason Nelson 6d0db4764d Match AggressiveInlining usage to main pixel classes 8 years ago
Jason Nelson 9cdf8e7596 Remove IsEmpty properties when we can just compare to default 8 years ago
Jason Nelson 4319c22337 Use HashHelpers 8 years ago
Jason Nelson 1de176e0a2 Remove MethodImplOptions.AggressiveInlining from trival field accessors 8 years ago
Vicente Penades b0eef67abc
Merge branch 'master' into master 8 years ago
Jason Nelson 652c056f89 Simplify IccProfileId IsSet 8 years ago
Jason Nelson 72b04317a8 Spanify blittable equality checks 8 years ago
Brian Popow 3e08e30449
Merge branch 'master' into feature/histogramEqualization 8 years ago
James Jackson-South b33df4866e
Merge branch 'master' into js/simplify-namespaces 8 years ago
James Jackson-South 741d5f3f5d
Merge pull request #647 from JBildstein/icc-profile-size-check 8 years ago
Johannes Bildstein deb299036f improve check for invalid ICC profiles and extend tests 8 years ago
popow ac69aa7bfd using Vector4 to calculate the luminance and set the pixel value 8 years ago
popow f78d9b752e allocating cdf and histogram buffer with a using statement 8 years ago
popow dd698dd483 using GetPixelSpan instead of GetPixelRowSpan 8 years ago
Vicente Penades 89b06df3b7
Merge branch 'master' into master 8 years ago