Does it read and write image formats? ================ It seems to use extrernal decoders : http://lodev.org/lodepng, libjpeg etc, for example :
unsigned Status = lodepng::decode(SourceData, ImageInfo.Width, ImageInfo.Height, FileName, LCT_RGB); where SourceData is an array of byte. An improved ImageMagick : http://www.graphicsmagick.org/. Also an interesting site : http://www.leptonica.com/ where http://www.leptonica.com/source/leptonica-1.70.tar.gz is a poweful & up-to-date image manipulation library even capable of wrapping images to PS & PDF. ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

