Sounds like a good option. I have read that GraphicEx loads images in
as TBitmap so that a number of the advanced features of Png is lost. I
dont really care about the fancy features asside from transparency. Will pass this on to the man doing the work :) Rob Conor Boyd wrote: I've used a mixture of GraphicEx and Graphics32 for a Delphi screensaver I've written (http://gloss.ildica.com) which can handle most of those formats, plus high-quality resampling/resizing and saving, so yeah, it's possible.IIRC I use GraphicEx for actually knowing how to load various image types and then assign the image to a Graphics32 object for resampling etc before saving. http://www.graphics32.org/wiki/ It's open-source, works well for me under D2007, dunno about any later versions. If you have specific questions about using it for resampling, drop me a line, and I'll look some code out. Cheers, C. -----Original Message----- From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Robert martin Sent: Tuesday, 13 October 2009 3:43 p.m. To: NZ Borland Developers Group - Delphi List Subject: [DUG] Image manipulation Hi We want to do some basic image manipulation. Specifically the following 1) open and dipslay Gif, jpg, and png image formats. 2) Resize the above file format 3) Save file back in resized format. Does anyone have or recommend any code for doing such? I have seen GraphixEx but it states it does not support saving of images. Cheers Rob _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: unsubscribe _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: unsubscribe |
_______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: unsubscribe