1946 Commits (8a9563e564d0691d1156bda954baaca54eed23b5)

Author SHA1 Message Date
James Jackson-South cbf522e8ad Fix dithering causing random opaque pixels 9 years ago
James Jackson-South 57b2e1ef97 Fix non-dithered Wu output 9 years ago
James Jackson-South a18bb0c190 Cleanup 9 years ago
James Jackson-South 005116e443 Png uses Wu by default to ensure full alpha range 9 years ago
James Jackson-South 3b97c0db91 Octree Quantizer now only supports 1 alpha value 9 years ago
James Jackson-South be3104547e WuQuantizer now inherits Quantizer 9 years ago
James Jackson-South 727dacbb1c Use a single array pool 9 years ago
James Jackson-South f3a99e56d4 Improve Wu performance. 9 years ago
Scott Williams a6af2e0cac update to latest SixLabors.Fonts 9 years ago
Scott Williams a322a31c75 return alpha array to array pool 9 years ago
Scott Williams c3748b5908 re-enstate threashold 9 years ago
Scott Williams be5d603a57 remove theashold 9 years ago
Scott Williams 1e3b9699a1 add alpha pallette if any alpha channel set 9 years ago
Steffen Habermehl 2c373a623b Issue #132: Handle undefined EXIF data type where no number of components set 9 years ago
Scott Williams 67c54e4adf Fix for off by one for indexed pngs 9 years ago
James Jackson-South a7b878d8d2 Fix indexed png alpha selection. Fix #163 #165 9 years ago
Scott Williams f91d6b513d bump SixLabors.Shapes version for perf increase 9 years ago
Scott Williams 90e1c31242 fix loading from unseekable stream 9 years ago
Johannes Bildstein 4ef62b8934 fix RGB conversion 10 years ago
James Jackson-South 185b8cd3ae Fix resize banding bug 10 years ago
James Jackson-South b03e984f69 Add HunterLab plus more conversions 10 years ago
James Jackson-South 76aeafe39a Add rgb adaptation 10 years ago
Johannes Bildstein a38e1b0474 V2 profiles use TextDescription in a ProfileDescription 10 years ago
Johannes Bildstein d2586b8d8d add missing ICC V2 types (CRD Info, Screening, UCR/BG) 10 years ago
Johannes Bildstein 55c8f2b92c more consistent naming 10 years ago
Johannes Bildstein f149986319 change value type from double to float for Formula and Parametric curve 10 years ago
Johannes Bildstein 853189aa78 fix error where startIndex was ignored in To<Type> methods 10 years ago
James Jackson-South 8bf48021a9 Add Rgb color spaces 10 years ago
James Jackson-South 3d9ce7650c Use MathF 10 years ago
James Jackson-South 5899ceee8c Update to use MathsF 10 years ago
James Jackson-South db30cdd615 Add RGB working spaces 10 years ago
Anton Firszov f1517d2126 fixing #146 10 years ago
Johannes Bildstein 4ec0d1ee3c improve performance of EndianBitConverter and small formatting fixes 10 years ago
Scott Williams da1dffd5cc decoder configuration argument order 10 years ago
Scott Williams 79ca3c430f Increment version 10 years ago
Scott Williams c1a061194a Move config argument to be first argument 10 years ago
Scott Williams 0aa20b66e9 Move metadata loading into constructor/creator. 10 years ago
Scott Williams 2e4c1cd1b0 Clean up usings and add comments 10 years ago
Scott Williams 9ec4ae84bb make constructor public 10 years ago
James Jackson-South 86aed6fd33 Rename ColorConverter 10 years ago
Johannes Bildstein cab7ad1add fix formatting and documentation warnings 10 years ago
Johannes Bildstein 64bec0dc71 reading a whole profile returned an empty new profile 10 years ago
Johannes Bildstein ed8aa3aed5 writer length already includes header size 10 years ago
Johannes Bildstein 9e9e69ec19 allow setting the profile header 10 years ago
Johannes Bildstein efb45013ed add None and opposites and fix naming 10 years ago
Johannes Bildstein 0d3b8b35f5 wrong value written (X,X,X instead of X,Y,Z) 10 years ago
Johannes Bildstein b2ca934a03 type parameter was not assigned in constructor 10 years ago
Johannes Bildstein 3999e39b53 wrong length written (off by one) 10 years ago
Johannes Bildstein 1064bfb90f conflict when writing spaces or ensuring null terminator 10 years ago
Johannes Bildstein 0781c7ddfd secure writing strings against invalid parameters 10 years ago