added back in Producer.Content.Batchsize
[mir.git] / jmagick / README
1 This directory contains an implementation of mir.misc.WedbImage that uses
2 JMagick for image manipulation as an alternative to Sun's JAI ( Java 
3 Advanced Imaging). JMagick is the java interface to good'ol ImageMagick.
4 This code is for JMagick-5.33. You need to dowload JMagick from the ImageMagick
5 site.
6
7 There are no plans to replace the JAI implementation with this. JAI is better
8 maintained (the last JMagick release was November 2000) and is more powerful.
9
10 You absolutely need to have the Jmagick shared library in your LD_LIBRARY_PATH
11 var for it to work.
12
13 The only advantage it has over JAI is that it is open source (AFAIK, the JAI
14 source is not available, please correct me if I'm wrong). 
15
16 Also, it provides a native implementation (the c shared library) for all 
17 platforms as one has the source to compile it... However, my testing shows
18 that the pure Java JAI is *faster* than the native JMagick/ImageMagick, at
19 least on the PPC architecture (G3) tested against JAI 1.1.1.
20
21 -mh <heckmann@hbe.ca>
22 2001.10.19