Re: Image size manipulation

2009-02-04 Thread Doug Hardie
On Feb 4, 2009, at 08:17, Peter Giessel wrote: On Wednesday, February 04, 2009, at 07:10AM, "Doug Hardie" > wrote: I am currently using gd to create some images from data, but don't see how to resize the images to a specific pixel size. Nothing seems to stand out in the documentation. vo

Re: Image size manipulation

2009-02-04 Thread Peter Giessel
On Wednesday, February 04, 2009, at 07:10AM, "Doug Hardie" wrote: >I am currently using gd to create some images from data, but don't see >how to resize the images to a specific pixel size. Nothing seems to >stand out in the documentation. void gdImageCopyResized doesn't stand out to you?

Re: Image size manipulation

2009-02-04 Thread Doug Hardie
On Feb 4, 2009, at 06:38, Mehul Ved wrote: On Wed, Feb 4, 2009 at 11:53 AM, Doug Hardie wrote: You are looking for graphics/ImageMagick. This provides a 'convert' command that does lots of image file manipulations. Thanks. Don't know how I managed to miss it before. Also gd(http://www.l

Re: Image size manipulation

2009-02-04 Thread Mehul Ved
On Wed, Feb 4, 2009 at 11:53 AM, Doug Hardie wrote: >> You are looking for graphics/ImageMagick. This provides a 'convert' >> command that does lots of image file manipulations. >> > > Thanks. Don't know how I managed to miss it before. Also gd(http://www.libgd.org/Main_Page)? -- If you can't

Re: Image size manipulation

2009-02-03 Thread Doug Hardie
On Feb 3, 2009, at 22:16, Manolis Kiagias wrote: Doug Hardie wrote: I am looking for a port that would take an image file (preferably and image format) and convert it to JPEG at a specified pixel size. I couldn't find anything in the ports that appears to provide this capability. If needed I

Re: Image size manipulation

2009-02-03 Thread Manolis Kiagias
Doug Hardie wrote: > I am looking for a port that would take an image file (preferably and > image format) and convert it to JPEG at a specified pixel size. I > couldn't find anything in the ports that appears to provide this > capability. If needed I would settle for requiring JPEG input format.