summaryrefslogtreecommitdiff
path: root/image/png.h
Commit message (Collapse)AuthorAgeFilesLines
* Ensure image/png.h gets css/css.h for the colour typedefDaniel Silverstone2008-10-011-0/+3
| | | | svn path=/trunk/netsurf/; revision=5464
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=5459
* A bunch of fixes to the libpng bindingJohn Mark Bell2008-09-151-0/+5
| | | | svn path=/trunk/netsurf/; revision=5338
* Fix include path for libpng.François Revel2008-09-151-1/+1
| | | | | | | | Libpng mandates using <png.h>, if it doesn't work for you, fix your OS :D (or use -I) See http://www.libpng.org/pub/png/libpng-1.2.5-manual.html#section-2 svn path=/trunk/netsurf/; revision=5333
* Add libpng support. Default to off.Daniel Silverstone2008-09-151-0/+51
| | | | svn path=/trunk/netsurf/; revision=5330
* [project @ 2005-01-02 04:05:21 by jmb]John Mark Bell2005-01-021-31/+0
| | | | | | Begone, redundant code svn path=/import/netsurf/; revision=1422
* [project @ 2004-10-17 21:37:01 by jmb]John Mark Bell2004-10-171-0/+4
| | | | | | | Fixup to use plotters. Someone please fix the png bug. ta ;) svn path=/import/netsurf/; revision=1321
* [project @ 2004-09-04 16:41:28 by jmb]John Mark Bell2004-09-041-0/+27
Fix jpeg redraw Move png.c/h to /image and rework to use the bitmap code Make RISC OS bitmap struct publically accessible (via riscos/bitmap.h) Draw export now embeds JPEGs and PNGs/MNGs/JNGs correctly again. Background images are now plotted correctly again. svn path=/import/netsurf/; revision=1268