summaryrefslogtreecommitdiff
path: root/image/jpeg.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-10-17 21:12:32 by bursa]James Bursa2004-10-171-0/+15
| | | | | | Replace bitmap_redraw() with plot.bitmap(). svn path=/import/netsurf/; revision=1316
* [project @ 2004-10-05 14:36:44 by jmb]John Mark Bell2004-10-051-1/+1
| | | | | | | | Lose RISC OS specific includes from GIF code. Fix jpegs for the gtk build. Allow use of gifs in gtk build. svn path=/import/netsurf/; revision=1303
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-7/+2
| | | | | | Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301
* [project @ 2004-09-04 16:41:28 by jmb]John Mark Bell2004-09-041-1/+6
| | | | | | | | | | 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
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-0/+219
Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken. svn path=/import/netsurf/; revision=1265