forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: RS232 on June 16, 2004, 03:10:57 am

Title: Imagemagick integration
Post by: RS232 on June 16, 2004, 03:10:57 am
Any chance to have in the future the possibility to specify the paramenters for every Imagemagick operation?
I'll give you an example, when I convert pictures from the original size (directly from the digital camera) to 1024x768
I'd like to keep a nice quality (low JPEG compression) with antialias and so on, when I want to create the mid-size picture I'd love to
add a small logo in the bottom right corner, where when I create the thumbnail pictures, I'd like to maximize the JPEG compression.
Also I'd like to increase the JPEG compression for the thumbnail on the "batch add image" page, and why not convert this thumbnail in grayscale..

At the moment all I can do is to specify a generic Imagemagik option string.

Thanks in advance for any replay

rs232
Title: Re: Imagemagick integration
Post by: hyperion on June 16, 2004, 08:30:39 am
You could specify a lot of that now if you rewrote the include/pigmgmt.inc.php file with hardcoded IM commands. Have a look at it.
Title: Re: Imagemagick integration
Post by: RS232 on June 16, 2004, 12:09:01 pm
Thanks, I'll have a look into it. :)
Would be difficult to "interface" this file with the configuration page?
In this way these configurations could be used by every user...