I have use ImageMagick, and CFEXECUTE very successfully to modify upload 
images.
http://www.imagemagick.org


At 01:40 AM 6/7/2001 +0200, you wrote:
>Well I suggest something like this (which I use):
>
>1. first, convert to jpg (for the quality)
>2. then use: resize with the THUMBNAIL option on, BEVAL option off,
>background
>to your liking and x=100 and y=100.
>this will ensure the image:
>a. won't lose quality
>b. won't lose aspect ratio
>
>you will get a thumbnailed view that will be good for "tall" and "fat"
>pictures as well.
>
>Let me know if this helps,
>
>Michael Lugassy,
>Interactive Music Ltd.
>www.imvamp.com
>
>----- Original Message -----
>From: "Kelly Matthews" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Wednesday, June 06, 2001 7:38 PM
>Subject: RE: Image resizing question
>
>
> > Also don't force 100x100 just force the WIDTH to be 100 then you
> > wont have distortion from that either. a 300x200 image would ALWAYS
> > distort when forced into a square if it was a rectangle to begin with :)
> > Kelly
> >
> > -----Original Message-----
> > From: Eron Cohen [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, June 06, 2001 12:52 PM
> > To: CF-Talk
> > Subject: Image resizing question
> >
> >
> > Hi Folks,
> >
> > I am looking for ideas on how to handle a problem: The
> > site I am working on allows customers to upload their
> > company logos for display on a public page.  I'd like
> > the logos to be 100x100 pixels but I have a feeling I
> > can't really "require" that because alot of the
> > clients won't have a clue what I am talking about and
> > I don't want to chase anyone away.
> >
> > I tried using CFX_Image to resize the images after
> > they come in, but they wind up a bit screwed up.
> > First problem is that CFX_image only lets you resize X
> > or Y and then scales the other in proportion.  That
> > means to get to 100x100 I would potentially have to
> > scale one way and then scale the other which would
> > result in a smaller image the other direction.  Second
> > problem is alot of the images look bad after the
> > resizing.
> >
> > I guess I could also just set the image height and
> > width when I display them, but I also don't like that
> > solution.  I am mainly concerned that someone will
> > upload a really tall or really wide image that will
> > take over my whole page.
> >
> > Does anyone have any comments or ideas about what to
> > do here?
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to