Display PNGs in c - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: Display PNGs in c (/showthread.php?tid=54856) Display PNGs in c by TheGeek on 01-11-2006 at 07:38 PM
Hi, RE: Display PNGs in c by RaceProUK on 01-12-2006 at 11:39 AM libpng? I'm sure you could statically link it into your program. RE: RE: Display PNGs in c by TheGeek on 01-12-2006 at 06:20 PM
quote:Well i thought libpng was only for reading and writing PNG data, not for displaying data... And how do i statically link a dll? RE: Display PNGs in c by RaceProUK on 01-13-2006 at 03:51 PM
libpng won't display data, but it should allow you to get an HBITMAP to it. Then you can use GDI to draw it. |