There is a CFC or UDF or something on the Macromedia Exchange.
Personally I've always just built my string in a variable and then run
ImageMagick via CFEXECUTE.


-Novak

-----Original Message-----
From: John Burns [mailto:[EMAIL PROTECTED]
Sent: Monday, November 17, 2003 11:48 AM
To: CF-Talk
Subject: RE: Dynamic image resizing etc.

Do you have any information on imagemagick?  Are there any CFC wrappers
for
it?

John Burns

-----Original Message-----
From: Nathan Strutz [mailto:[EMAIL PROTECTED]
Sent: Monday, November 17, 2003 2:45 PM
To: CF-Talk
Subject: RE: Dynamic image resizing etc.

Perhaps if ImageJ had a bicubic resizing option, it would be fine. But
since
not, I have had luck doing a few different things.

1. Blur your image before resizing. The thumbnailed image comes out
about
97% as good as a bicubic resizing option, good enough for most.
Typically if
the image is larger than 5x your thumbnail, you may need to blur it
twice
before resizing.

2. Use imagemagick. It's a good program and works really well. This is
what
I ended up doing.

-nathan strutz

  -----Original Message-----
  From: John Burns [mailto:[EMAIL PROTECTED]
  Sent: Monday, November 17, 2003 10:12 AM
  To: CF-Talk
  Subject: Dynamic image resizing etc.

  I've implemented a CFC that uses ImageJ Java classes to resize,
rotate,
add
  text, etc. to images.  For the most part, I'm fairly happy, but the
images
  seem to come out a little bit distorted and not quite as clean as I'd
like.
  Does anyone know of a better set of classes (preferably with a CFC
wrapper)
  that can accomplish these same functions with a better quality
outcome?
Any
  information would be extremely helpful!

  FYI: I'm working with CFMX on Linux with Apache.

  John Burns

  _____  

  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to