Re: [Jmagick] Google summer of code and imageio
| From:Bob Friesenhahn [bfriesen@masked-domain] |
| Sent on:Wed, 12 Mar 2008 18:09:39 -0500 (CDT) |
| In reply to:Re: [Jmagick] Google summer of code and imageio sent on Wed, 12 Mar 2008 22:56:39 +0100 by "Simone Giannecchini" [simboss1@masked-domain] |
On Wed, 12 Mar 2008, Simone Giannecchini wrote:
>
> See above, JAI si the way to go for this. It is considered good
> practice to separate I/O from processing itself hence I am trying to
> face one problem at a time. I/O first :-).
It seems that I/O and processing go hand in hand. Without peaceful
harmony between I/O and processing, the code will "choke" on large
images just like Java's implementation does.
By doing I/O into a "native" Java representation, the image is
duplicated in memory unless ImageMagick is modified to not maintain
its own copy. If ImageMagick is modified to use the Java
representation, then Java code must act as a "pixel server" to
ImageMagick in case ImageMagick's image processing is desired, and so
that ImageMagick can save the image.
Bob
======================================
Bob Friesenhahn
[bfriesen@masked-domain], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
_______________________________________________
JMagick mailing list
[JMagick@masked-domain]
http://www.yeo.id.au/mailman/listinfo/jmagick
Please ensure that [JMagick@masked-domain] is a recipient when replying.
Other messages in this topic
| Sender | Date sent | Subject |
| Harald Kuhr [harald.kuhr@masked-domain] | Thu, 27 Mar 2008 21:17:22 +0100 | Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio |
| Harald Kuhr [harald.kuhr@masked-domain] | Thu, 27 Mar 2008 20:47:21 +0100 | Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio |
| Bob Friesenhahn [bfriesen@masked-domain] | Wed, 26 Mar 2008 11:47:37 -0500 (CDT) | Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio |
| "Simone Giannecchini" [simboss1@masked-domain] | Wed, 26 Mar 2008 16:51:46 +0100 | Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio |
| "Jacob Nordfalk" [jacob.nordfalk@masked-domain] | Wed, 26 Mar 2008 10:48:13 +0545 | Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio |
| "Simone Giannecchini" [simboss1@masked-domain] | Tue, 25 Mar 2008 16:26:23 +0100 | Re: [Jmagick] [JAI-IMAGEIO] Google summer of code and imageio |
| Bob Friesenhahn [bfriesen@masked-domain] | Wed, 12 Mar 2008 18:14:28 -0500 (CDT) | Re: [Jmagick] Google summer of code and imageio |
| "Simone Giannecchini" [simboss1@masked-domain] | Wed, 12 Mar 2008 22:56:39 +0100 | Re: [Jmagick] Google summer of code and imageio |
| "Simone Giannecchini" [simboss1@masked-domain] | Wed, 12 Mar 2008 23:01:40 +0100 | Re: [Jmagick] Google summer of code and imageio |
| Bob Friesenhahn [bfriesen@masked-domain] | Wed, 12 Mar 2008 10:40:38 -0500 (CDT) | Re: [Jmagick] Google summer of code and imageio |
| "Simone Giannecchini" [simboss1@masked-domain] | Wed, 12 Mar 2008 09:15:44 +0100 | [Jmagick] Google summer of code and imageio |
| "Jacob Nordfalk" [jacob.nordfalk@masked-domain] | Wed, 12 Mar 2008 11:55:52 +0545 | Re: [Jmagick] Google summer of code and imageio |
| "Simone Giannecchini" [simboss1@masked-domain] | Wed, 12 Mar 2008 03:51:13 +0100 | [Jmagick] Google summer of code and imageio |