disable imagemagick/automatic thumbs disable imagemagick/automatic thumbs
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

disable imagemagick/automatic thumbs

Started by bajs, August 08, 2007, 05:34:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bajs

I wonder if there is any way to disable the thumbnails that are created automaticly by imagemagick? I'd like to upload my own, manually created thumbnails.


LuthienMoss

so if usign that method, imagemagick will be disabled? Cause I need to disable imagemagick (it causes an error) or will imagemagick be used in any way at all?

Joachim Müller

If the thumbnails already exist, coppermine will not attempt to create them and subsequently the image library you chose in coppermine's config (ImageMagick or GD) will not be used. However, if your question actually is "help, I don't have ImageMagick at all and get an error message whenever coppermine tries to create a thumbnail", the answer would be: have you tried if you have GD? Use the method described in the FAQ ("How do I find out which version of GD I have?") and change the "method for resizing images" in Coppermine's config from "ImageMagick" to "GD2".
Keep in mind that it's part of the minimum requirements for Coppermine to have one of the two possible image libraries (ImageMagick or GD) available on the server. It doesn't make sense imo to circumvent this by creating the thumbnails and intermediate pictures manually.

bajs

QuoteIf the thumbnails already exist, coppermine will not attempt to create them and subsequently the image library you chose in coppermine's config (ImageMagick or GD) will not be used.
then that sounds great!

QuoteHowever, if your question actually is "help, I don't have ImageMagick at all and get an error message whenever coppermine tries to create a thumbnail"
Nope, not my question. My wish is to actually disable ImageMagick, I dont want it used.

QuoteKeep in mind that it's part of the minimum requirements for Coppermine to have one of the two possible image libraries (ImageMagick or GD) available on the server
Hmm ... available you say? Is it possible to have it available, but not to use it ... right?

QuoteIt doesn't make sense imo to circumvent this by creating the thumbnails and intermediate pictures manually.
Oh dang I didnt think about the intermediate pictures ... Those are done by imagemagick too, I assume. Reason is because imagemagick causes an unwanted server process. Options is to either disable magick or switch galleries. Im too lazy to learn a new gallery script.

Nibbler

Switch to GD2 then; that doesn't spawn an external process.

LuthienMoss


Joachim Müller

Then find out the reason. "Doesn't work" does not qualify as a valid error report. If you want us to help you troubleshoot your issue, you should come up with details. For a start, take a look at phpinfo and check if PHP on your server has been compiled with GD2-support.