coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: marcamillion on March 13, 2004, 09:56:17 AM

Title: What exactly is Image Magick supposed to do ?
Post by: marcamillion on March 13, 2004, 09:56:17 AM
Is it supposed to enable the admin to resize all the pics to a pre-defined size ? What will this do to the actual size of the normal pic ? Will it make it smaller in pixel size ? or make the resolution lower ? Or will it eliminate the normal size altogether leaving just the thumbnail and the "mini-normal" which is shown in the gallery above the film strip ?
   I tried using it but it never did any resizing. Also, when I chose delete normal pic, it made the pic folder smaller because it deleted the biggest size pic.
  Is there anyway to make it resize the biggest size pic to a specified size, without too much distortion ? If so, how do I do this ?
Title: What exactly is Image Magick supposed to do ?
Post by: Joachim Müller on March 13, 2004, 12:46:12 PM
ImageMagick is an additional library (as well as GD) that enables PHP on your webserver to manipulate images. Coppermine needs such a tool (either GD or ImageMagick) to create thumbnails, intermediate size pics and so on. The ImageMagick library in itself can do other manipulations as well, but not all of them are used by coppermine.
If you want to find out what ImageMagick is capable of, visit http://www.imagemagick.org - there are packages as well available for download that you can install on your client to play with them and see what ImageMagick can do.

PHP can do some image manipulation "tricks" if either GD or IM is installed, take a look at http://www.php.net/manual/en/ref.image.php

For you as user of coppermine all this doesn't matter: coppermine is capable of some things, others come as a mod, other features will have to be coded by you.

GauGau
Title: What exactly is Image Magick supposed to do ?
Post by: gmarik on March 14, 2004, 02:03:11 AM
How much time and experience does it takes to make a ImageMagick Install on a FreeBSD platform overall, 20 minutes or so?
Title: What exactly is Image Magick supposed to do ?
Post by: gogga on March 20, 2004, 06:28:16 PM
Quote from: "gmarik"How much time and experience does it takes to make a ImageMagick Install on a FreeBSD platform overall, 20 minutes or so?

i'm on my fifth hour :)
Title: What exactly is Image Magick supposed to do ?
Post by: Joachim Müller on March 20, 2004, 10:34:33 PM
googled "ImageMagick and FreeBSD" - all I could find where people reporting problems, no solutions. At least some say they have managed to install it, but won't tell how... Long live dependencies! :wink:

GauGau