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
Mainly in include/picmgmt.inc.php
Thanks Nibbler, has anyone considered putting more of im's features into use in coppermine before?
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
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.