RE: Manipulating Images

2003-12-05 Thread Craig Dudley
This works well,

 
cfx_image

 
http://www.kolumbus.fi/jukka.manner/

	-Original Message-
	From: Trevor Holm-Laursen [mailto:[EMAIL PROTECTED] 
	Sent: 05 December 2003 13:17
	To: CF-Talk
	Subject: Manipulating Images
	
	
	We have a client that has a photo gallery where users can upload
photos which then have to be approved by the admin.  I want to be able
to check the dimensions of the image when it's approve and if the width
is more the X, resize it to a width X.  It looks like Imagemagik might
be the solution.  Has anyone else done something like this and have Code
or a tag that will do it or any other suggestions?
	
	Thanks,
	
	Trevor
	
	PS.  Don't really have time to write a Java Class to do this
even though i know it can be done. 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Manipulating Images

2003-12-05 Thread Charlie Griefer
Trevor -

Search the archives.  That's a topic that comes up frequently.  

Also search the forums at easycfm.com, as I know the topic's been discussed there a few times too (relatively recently as well).

Charlie

  - Original Message - 
  From: Trevor Holm-Laursen 
  To: CF-Talk 
  Sent: Friday, December 05, 2003 6:16 AM
  Subject: Manipulating Images

  We have a client that has a photo gallery where users can upload photos which then have to be approved by the admin.  I want to be able to check the dimensions of the image when it's approve and if the width is more the X, resize it to a width X.  It looks like Imagemagik might be the solution.  Has anyone else done something like this and have Code or a tag that will do it or any other suggestions?

  Thanks,

  Trevor

  PS.  Don't really have time to write a Java Class to do this even though i know it can be done.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Manipulating Images

2003-12-05 Thread MILAN MUSHRAN
A CFX tag is available for checking the length of the images. I do not 
remember the name of the tag.

>From: Trevor Holm-Laursen <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Manipulating Images
>Date: Fri, 05 Dec 2003 09:16:56 -0400
>
>We have a client that has a photo gallery where users can upload photos 
>which then have to be approved by the admin.  I want to be able to check 
>the dimensions of the image when it's approve and if the width is more the 
>X, resize it to a width X.  It looks like Imagemagik might be the solution. 
>  Has anyone else done something like this and have Code or a tag that will 
>do it or any other suggestions?
>
>Thanks,
>
>Trevor
>
>PS.  Don't really have time to write a Java Class to do this even though i 
>know it can be done.
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Manipulating Images

2003-12-05 Thread Trevor Holm-Laursen
We have a client that has a photo gallery where users can upload photos which then have to be approved by the admin.  I want to be able to check the dimensions of the image when it's approve and if the width is more the X, resize it to a width X.  It looks like Imagemagik might be the solution.  Has anyone else done something like this and have Code or a tag that will do it or any other suggestions?

Thanks,

Trevor

PS.  Don't really have time to write a Java Class to do this even though i know it can be done.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]