Changes which allow images to be resized by Mir and saved in the filesystem if an...
authoryossarian <yossarian>
Sun, 13 Aug 2006 18:25:32 +0000 (18:25 +0000)
committeryossarian <yossarian>
Sun, 13 Aug 2006 18:25:32 +0000 (18:25 +0000)
commit58e3b12befc2aa4b5f64885ddc163d99afddb8fd
tree8f85d9e492a3e81e11b4c9b269fa8a4a3a506de0
parentf078d7c8505934e93e99636249979667c40a3dac
Changes which allow images to be resized by Mir and saved in the filesystem if an image upload exceeds a certain size (defined in config.properties).

In order to save the location of the original (unresized) image to the database, a field needs to be added to the "images" table:

original_file_path - varchar(255)

Image resizing should be considered highly experimental.  It is turned off by default.
source/default.properties
source/mir/media/image/ImageMagickImageProcessor.java
source/mir/media/image/ImageProcessor.java
source/mircoders/media/MediaHandlerImagesExtern.java