summaryrefslogtreecommitdiff
path: root/src/corelib/fpg_imgfmt_png.pas
AgeCommit message (Expand)Author
2014-07-27LoadImage_XXX() methods never did OS Encoding of the filenamesGraeme Geldenhuys
2013-07-31Fixes a memory leak in the LoadImage_PNG() function.Graeme Geldenhuys
2013-04-08New overloaded LoadImage_PNG()Graeme Geldenhuys
2012-11-13Fixes a memory leak when reading a PNG image from a Stream.Graeme Geldenhuys
2012-08-31Implements loading PNG images from a Stream or Resource.Graeme Geldenhuys
2012-08-31Refactored the png loading code.Graeme Geldenhuys
2012-03-20BMP and PNG image loading now correctly sets the Alpha channel values.Graeme Geldenhuys
2012-02-21Adds PNG loading support.Graeme Geldenhuys