Imagemagick Montage Imagemagick Montage
 

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 Montage

Started by alanselbyjr, September 18, 2005, 06:30:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

alanselbyjr

Hi all, Congratulations on a very nice php gallery, I have just set it up on my own server for testing purposes and everthing is running very smmoothly. I came to the forums and read the manual online because I'd like to use more from imagemagick than just convert, can someone tell me in what file we send the instructions to convert, if I know this, I reckon I can add some personal requirements and functions that the community might like.
Look forward to response,
Cheers,
Alan

Nibbler

Mainly in include/picmgmt.inc.php

alanselbyjr

Thanks Nibbler, has anyone considered putting more of im's features into use in coppermine before?

Stramm

yes, I use it to resize, crop, unsharpen images
also I use composite

you can have a look at my picmgmt.inc.php here http://forum.coppermine-gallery.net/index.php?topic=21469.0

alanselbyjr

Nice stramm, thanks for your reply, I've set up your mods, and like the watermark function. What I'd like is a montage title attached to each image like this:
montage -geometry +0+0 -background skyblue -label "Copyleft-Mywebsite.com-2005"  pic1.JPG pic1-tag.JPG
shouldn't be tough for me to build on the good work you've done already, I'll work on it in my freetime this week. btw, I'd love to simplify the above function/command (or even your watermark function) down so i can just put it in a simple-upload.php page, because I'm still attracted to a simpler gallery like minigal, and more so, I'd like to be comfortable with adding similar code to oscommerce, wordpress and simplephpblog.
Keen to hear other input.