I've found for totally instant gratification, that I can download a prebuilt binary of ImageMagick and just upload it to my webspace with the proper permissions and just point my script to that and it works fine. Or you can send in a ticket and they can do what they need to do
Reply With Quote
Is it possible to do this? Can I just drop a binary in the users root directory and use that? That would be a miracle

The machine is running Fedora, though I don't know what version...
Code: Select all
rpm -ql ImageMagick | more
locate ImageMagick returned /usr/share/man/fr/man1/ImageMagick.1.gz and some cache files...
If I must, I will switch to PHPs built in image manipulation tools. Perhaps I am just using them wrong and can get the same quality that convert achieves.
Thanks in advance.