brucexs wrote (on 11.08.2006 03:59): > If there is an easy-to-use free library for this, I could add. > > If found CImage on codeproject; its old but it may be good enough.
You have surely taken a look here: http://www.libpng.org/pub/png/pngaptk.html This one looks promising too, with similar goals as yours. It uses the rendering of IE and source for a basic viewer is also included: http://www.codeproject.com/win32/win32image.asp Well, IE6 doesn't support alpha-transparency (neither IE7 does it completely) but it can at least show single-color transparent images. There's even a JavaScript! implementation of PNG, which might be converted to C pretty easily: http://www.elf.org/pnglets/ I'll work more on my script this afternoon and for the time being I'll use either irfanview+nconvert or imagemagick until you integrate PNG support into PP. HTH, Cü Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
