3562 Commits (458fe254dc2beac9888afc0a35e0e8a7fcc8def6)

Author SHA1 Message Date
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
Anton Firszov 04f57108d8 separate Interleaved / Non-Interleaved code path 8 years ago
Anton Firszov b30e6dde04 use JpegThrowHelper 8 years ago
Anton Firszov 836dc64383 Introduce InliningOptions 8 years ago
popow 4adb58e49e fixed rounding issue in calculating the luminance 8 years ago
Vicente Penades be10cd10f2 removed trailing spaces, regions & cleared code 8 years ago
Vicente Penades ccca0ccf60 removed trailing spaces 8 years ago
Vicente Penades 5adcb26ae8 progress on pixel conposer/blender combinations 8 years ago
popow edbae214d0 removed unnecessary allocation of the lut, using cdf instead 8 years ago
popow 75bc37c423 using memoryAllocator 8 years ago
popow bba2116666 SixLabors.ImageSharp.Processing.Contrast -> SixLabors.ImageSharp.Processing.Normalization 8 years ago
James Jackson-South 6505c9964f Move method where it belongs. 8 years ago
James Jackson-South 70f97d01e4 Update Huffman table property 8 years ago
James Jackson-South 898c86cfe3 Rename struct 8 years ago
popow 72a4ee4828 added support for 16 bit greyscale 8 years ago
James Jackson-South 26c0fd070f private static ordering. 8 years ago