Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
I'm completely new to ImageMagick but I'm already very impressed.
The thing I use ImageMagick for is to convert big tiff files (at least 20 mb) to small jpg's. I have tried bigger files, around 80 mb but that did not work. I only got a empty jpg file, 0 bytes in size. I think it's a ram memory problem or what do you guys think? I'm using it from PHP.
This is probably un-related, but if -units and -density is for the TIF image then it should be before reading the TIF image. But if it is for the JPG what you have is fine.
As for your problem, do you have a link to the input.tif so we can download (Arrgghh 20Mbytes!!!) and test it out?
magick wrote:You may need to adjust your memory and execution time in your php.ini configuration file. In the mean-time try this from the command line:
About a week ago I used the script on my webhost. It worked perfectly. I know that my webhost made an update to the server and after that it does not work. They have ImageMagick version 6.2.6 installed. Can someone please tell me what you think the problem can be? I get no error messages at all. Can it be a memory related problem at the server? memory_limit is set to 32 MB right now, maybe I need more... I don't know how much memory I had before the update to the server because I did not look.
Need I tell you that I will change the webhost... It's my lucky day that I have no customers yet.