Adding a new ImageMagickImageProcessor class to replace
authorgrok <grok>
Wed, 27 Jul 2005 11:46:14 +0000 (11:46 +0000)
committergrok <grok>
Wed, 27 Jul 2005 11:46:14 +0000 (11:46 +0000)
commit0e53bd53e4d1b96185c7caa91a9537ae98b9958e
tree580a2df887f10508d39f38b4548023dba10d3e96
parent56dc20410736cd0e9d18f82aed32390914beaf9f
Adding a new ImageMagickImageProcessor class to replace
the old JAIImageProcessor class. Removing the non-free JAI,
will bring us closer to making mir free. The new class uses
ImageMagick commandline programs who's path may be specified
in the config.properties configuration file.
I did a few other minor changes, like adding a ChangeLog file
and adding a few comments.
12 files changed:
ChangeLog [new file with mode: 0755]
doc/installation/installation.xml
etc/config.properties-dist
source/OpenMir.java
source/mir/media/image/ImageMagickImageProcessor.java [new file with mode: 0755]
source/mir/media/image/ImageProcessor.java
source/mir/media/image/JAIImageProcessor.java
source/mir/servlet/ServletModuleDispatch.java
source/mir/util/ExecFunctions.java [new file with mode: 0755]
source/mir/util/FileFunctions.java
source/mircoders/entity/EntityImages.java
source/mircoders/media/MediaHandlerImagesExtern.java