summaryrefslogtreecommitdiff
path: root/iccread.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-26Add qcms_profile_from_unicode_path for loading from wchar_t paths.Makoto Kato1-0/+14
2011-03-30Avoid more conversions to doubleJeff Muizelaar1-3/+3
2011-03-29Check the return value of fread to make sure the readed data is validJeff Muizelaar1-2/+4
2010-05-06Add missing #include to iccread.c, to fix compile warnings about declarations...Daniel Holbert1-0/+1
2010-05-06Support building qcms on AndroidMichael Wu1-12/+11
2010-05-06Remove an empty loop that annoyed coverityJeff Muizelaar1-2/+0
2010-02-18Accept ICCv4 profilesJeff Muizelaar1-4/+6
2010-02-18Avoid doing unaligned reads when parsing icc filesVladimir Vukicevic1-2/+6
2010-02-18Warning fixes from timeless.Jeff Muizelaar1-4/+4
2009-09-21Avoid integer overflow when checking buffer boundsJeff Muizelaar1-3/+11
2009-07-02Open profiles in binary mode.Jeff Muizelaar1-1/+1
2009-07-02Check that the profile is an RGB profile before checking if it's bogusJeff Muizelaar1-0/+4
2009-06-25Profiles with negative colorant tristiumlus values are bogus.Jeff Muizelaar1-10/+29
2009-06-23Swap the order we read tone reproduction curves.Jeff Muizelaar1-2/+2
2009-05-21Fix a memory leak when fread() failsJeff Muizelaar1-1/+3
2009-05-21Initial code dropJeff Muizelaar1-0/+785