• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Resizing images
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Resizing images
      • From: Gordon Belray <email@hidden>
References: 
 >Resizing images (From: Miguel Arroz <email@hidden>)
 >Re: Resizing images (From: Mike Schrag <email@hidden>)
 >Re: Resizing images (From: Miguel Arroz <email@hidden>)

  • Prev by Date: Re: Resizing images
  • Next by Date: Re: help needed with query
  • Previous by thread: Re: Resizing images
  • Next by thread: Re: Resizing images
  • Index(es):
    • Date
    • Thread