summaryrefslogtreecommitdiff
path: root/src/cairo-png.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-25Renamed from cairo_surface_write_png_to_stream() for consistency. (cairo_surf...Kristian Høgsberg1-4/+5
2005-04-25Factor out bulk of the code into a new callback based function, write_png(). ...Kristian Høgsberg1-57/+188
2005-04-22Only check PNG signature if we read all the bytes. Don't fclose() the FILE ar...Kristian Høgsberg1-28/+33
2005-04-07Minor changes to header file inclusion recommended by Oleg Smolsky for better...Carl Worth1-1/+2
2005-04-07Use a preprocessor macro to get a literal value in the array size declaration...Carl Worth1-1/+1
2005-04-07Use a preprocessor macro to get a literal value in the array size declaration...Carl Worth1-1/+1
2005-04-04Change type of data parameter from char* to unsigned char*.Carl Worth1-2/+7
2005-04-02Style and indentation fixes.Carl Worth1-2/+2
2005-03-28New PNG utility functions.Kristian Høgsberg1-0/+336