Hi Philip, "philip zuniga" <[EMAIL PROTECTED]> wrote on 07/03/2006 10:14:30 AM:
> I am currently loading quite a number images that I need to load in a batik > canvas. And I want to load the fastest way possible. Does an image with a > smaller memory is faster to load than an image with a large memory and, which > image file format is fastest to load? PNG, JPEG, TIFF, BMP or GIF? So naturally a smaller image will load/display faster than a larger image. I believe that JPEG is the fastest format in Batik (this is based on the fact that it uses the native JPEG API, PNG and TIFF both generally use 100% pure java). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
