aboutsummaryrefslogtreecommitdiffstats
path: root/src/png.c
Commit message (Collapse)AuthorAgeFilesLines
* replace png_check_sig with png_sig_cmp. Fixes compilation with libpng 1.4. ↵John Hawthorn2010-02-021-1/+1
| | | | Patch from fogobogo
* proper alpha handling with pngs. (hardcoded white background)John Hawthorn2010-01-111-1/+10
|
* major cleanup. xlib methods have been abstracted away as a genericJohn Hawthorn2010-01-041-1/+1
| | | | backend. Represent image states as flags.
* fixed whitespaceJohn Hawthorn2009-11-211-5/+5
|
* experimental support for imagemagick backendJohn Hawthorn2009-08-311-0/+2
|
* load jpegs scaled 1/8 firstJohn Hawthorn2009-02-171-0/+4
|
* Major changes. Optional XShm support, bilinear scaling, caching WIPJohn Hawthorn2008-09-131-5/+5
|
* added close method. Fixed all known memory leaksJohn Hawthorn2008-06-251-2/+8
|
* cleanupJohn Hawthorn2008-06-241-16/+17
|
* fixed pngJohn Hawthorn2008-06-231-17/+19
|
* cleanupJohn Hawthorn2008-06-221-4/+20
|
* improved speed of scaleJohn Hawthorn2008-06-161-0/+4
|
* changed all formats to use struct imageJohn Hawthorn2008-06-161-41/+62
|
* embarrassingJohn Hawthorn2008-05-271-1/+1
|
* basic png supportJohn Hawthorn2008-05-221-1/+60
|
* cleanupJohn Hawthorn2008-05-221-0/+6