PDA

View Full Version : native png loader



AirPas
07-03-2011, 03:59 PM
hi
am looking for a native png loader with no dependency

i know it dosn't mean anything , but i like small exe


thanks in advance

code_glitch
07-03-2011, 04:28 PM
Give Sdl a shot. Loads just about anything with sdl_image.

JSoftware
07-03-2011, 05:11 PM
If you're using freepascal, fcl-image has a png reader

AirPas
07-03-2011, 06:21 PM
sdl is good but since i am developping for windows , i don't like too much dll's around the exe , i'am using delphi7 .

Lode Vandevenne made a nice png loader from scratch http://members.gamedev.net/lode/projects/LodePNG/
i once tried to convert it to pascal but that seems not an easy task

code_glitch
07-03-2011, 08:46 PM
in that case I differ to JSoft with fcl-image. Haven't used it extensively myself but have heard some good reports about it so perhaps that might be best suited. Especially if you want to avoid the dlls.

wodzu
17-03-2011, 07:28 AM
What about Vampyre Imaging Library? Is native and cross-platform :)