Imagemagick integration Imagemagick integration
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Imagemagick integration

Started by RS232, June 16, 2004, 03:10:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RS232

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

hyperion

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.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

RS232

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...