4087 Commits (eb08150e6182fa930bbbd69f595f3f892f2ba4f9)

Author SHA1 Message Date
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 83291f35ff See if we can fix appveyor by forcing redirects. 8 years ago
James Jackson-South 60859e25f7 Update xml docs. 8 years ago
Dirk Lemstra 612e3e60a2 Changed clean boolean for allocation into an enumeration. 8 years ago
James Jackson-South 96d27c46ea Simplify structs, 5% perf increase. 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 01714d96d6 Eliminate virtual calls from unnecessary IRgbWorkingSpace abstraction 8 years ago
Jason Nelson 4084257cc9 Remove AggressiveInlining hint from trival field accessor 8 years ago
Jason Nelson 61112f9102 Seal memory classes 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 09da21b2bb Read/Write bmp resolution 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
Vicente Penades 92d28aba40 changed In and Out composition functions to always produce "transparent black" 8 years ago
popow d5cc405212 luminance levels is now a parameter of the constructor, defaults to 65536 8 years ago
Anton Firszov b9034ba459 remove unnecessary partial keyword 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
Vicente Penades 549208fef7 fixed Clear composition, it essentially returns fully transparent 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
Johannes Bildstein cb1c9de428 improve check for invalid ICC profiles and extend tests 8 years ago
popow 8b08b71d00 using Vector4 to calculate the luminance and set the pixel value 8 years ago
popow 6d78ea9420 allocating cdf and histogram buffer with a using statement 8 years ago
popow ce96775d33 using GetPixelSpan instead of GetPixelRowSpan 8 years ago
James Jackson-South 0a6913e0c6 Simplify drawing namespaces. 8 years ago
James Jackson-South 0d2214923f Update ImageSharp Namespaces. 8 years ago
Anton Firszov ef7d5e55ec temporal vortex attacked again 8 years ago
Anton Firszov f790a8cc82 ScanDecoder: refactor parameters to members 8 years ago
Anton Firszov 27269683b9 simplify + uniformize blockDataRef retrieval 8 years ago