ImageMagick Question ImageMagick Question
 

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 Question

Started by courtney., September 24, 2004, 04:58:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

courtney.

I have Coppermine installed & it is working, but I do not have ImageMagick working on it. I talked to my webhost provider & he says he beleives that ImageMagick is already installed. But I done the info.php thing, and this is what it showed:

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fversatilecreations.webhostingcafe.com%2Fimages%2Fgd.jpg&hash=65a0fd6fcfca810ee56c1b056295e88391a4228a)

Now does this mean that all I have is gd? and with gd can I have graphics saved as gif format and if so how do I configure coppermine to do this, because right now, all I am allowed to have are jpg and png formats.
Thanks on any help given.

Treat others as you wish them to treat you.

kegobeer

ImageMagick isn't a PHP extension, so it won't show up in your PHP information.  You say your host believes it's installed?   :o  I'd say it's time to find another host!  If ImageMagick is installed, you host will give you the path to the binaries (usually something like /usr/local/bin/).

GD 2.0.28 supports GIF creation (which you don't have), but Coppermine doesn't have to code to handle GIF filetypes when using GD to manipulate images.  The next version will support GD/GIF.  Curretnly if you want to use GIFs you must use ImageMagick.

Please review the documentation that comes with Coppermine.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

courtney.

Thank you for answering me back,
You said next version will support gifs are you meaning next version of Coppermine?
Treat others as you wish them to treat you.

Casper

The next version will support normal upload of gif, with gd, if the gd also supports it.

You can however, upload gif files now with gd, but you have to make a change in the database to hadle gif's as documents, not images.   You then need to upload a custom thumbnail.   There have been a couple of threads on this.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

courtney.

Do you know when the new version is due out? I will probably wait for it rather than making custom thumbnails, etc. with the version I have now.
Treat others as you wish them to treat you.

kegobeer

QuoteDo you know when the new version is due out?

No.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots