Re: Resizing images
Re: Resizing images
- Subject: Re: Resizing images
- From: Mike Schrag <email@hidden>
- Date: Mon, 4 Feb 2008 12:18:19 -0500
In order of speed (fastest to slowest):
JNI CoreImage/ImageIO
JNI ImageMagick
system call ImageMagick
Java2D
Java2D is easiest, but it's DOG slow. If you don't have any
performance requirements (or if you aren't dealing with large images),
it's the path of least resistance.
ms
On Feb 4, 2008, at 12:00 PM, Miguel Arroz wrote:
Hi!
Forgot to mention that detail... no OS X below to rely on. :(
Yours
Miguel Arroz
On 2008/02/04, at 16:47, Mike Schrag wrote:
I use a JNI wrapper around OS X's CoreImage/ImageIO ... It kicks
the butt (by at least an order of magnitude and sometimes more) of
any other method on OS X.
ms
On Feb 4, 2008, at 11:31 AM, Miguel Arroz wrote:
Hi!
Just to know, what library do you use to manipulate images
(getting X and Y size, resizing, etc)? Do you use the standard
Java stuff, or anything else better/faster?
Yours
Miguel Arroz
Miguel Arroz
http://www.terminalapp.net
http://www.ipragma.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Miguel Arroz
http://www.terminalapp.net
http://www.ipragma.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden