<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Sounds like a good option.&nbsp; I have read that GraphicEx loads images in
as TBitmap so that a number of the advanced features of Png is lost.&nbsp; I
dont really care about the fancy features asside from transparency.&nbsp; <br>
<br>
Will pass this on to the man doing the work :)<br>
<br>
Rob
<div class="moz-signature">
<div class="Section1"><br>
<p class="MsoNormal"><span style="" lang="EN-NZ"><o:p>&nbsp;</o:p></span></p>
</div>
</div>
<br>
<br>
Conor Boyd wrote:
<blockquote
 cite="mid:F7C0AA5DD1508F4789E10B6CC9BB75DB02CE75D9@nzc-ap-xch-02.ap.trimblecorp.net"
 type="cite">
  <pre wrap="">I've used a mixture of GraphicEx and Graphics32 for a Delphi screensaver
I've written (<a class="moz-txt-link-freetext" href="http://gloss.ildica.com">http://gloss.ildica.com</a>) 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.

<a class="moz-txt-link-freetext" href="http://www.graphics32.org/wiki/">http://www.graphics32.org/wiki/</a>

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: <a class="moz-txt-link-abbreviated" href="mailto:delphi-bounces@delphi.org.nz">delphi-bounces@delphi.org.nz</a> [<a class="moz-txt-link-freetext" href="mailto:delphi-bounces@delphi.org.nz">mailto:delphi-bounces@delphi.org.nz</a>]
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: <a class="moz-txt-link-abbreviated" href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a>
Admin: <a class="moz-txt-link-freetext" href="http://delphi.org.nz/mailman/listinfo/delphi">http://delphi.org.nz/mailman/listinfo/delphi</a>
Unsubscribe: send an email to <a class="moz-txt-link-abbreviated" href="mailto:delphi-request@delphi.org.nz">delphi-request@delphi.org.nz</a> with Subject:
unsubscribe

_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: <a class="moz-txt-link-abbreviated" href="mailto:delphi@delphi.org.nz">delphi@delphi.org.nz</a>
Admin: <a class="moz-txt-link-freetext" href="http://delphi.org.nz/mailman/listinfo/delphi">http://delphi.org.nz/mailman/listinfo/delphi</a>
Unsubscribe: send an email to <a class="moz-txt-link-abbreviated" href="mailto:delphi-request@delphi.org.nz">delphi-request@delphi.org.nz</a> with Subject: unsubscribe

  </pre>
</blockquote>
</body>
</html>