Great (complex) pictures dont work if they are too big

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
Dombi
Posts: 12
Joined: 2015-03-19T02:36:45-07:00
Authentication code: 6789

Great (complex) pictures dont work if they are too big

Post by Dombi »

Hallo from Germany (reason for bad english),

I use a script to design napkins online (http://www.servietten-deko.de/servietten-bedrucken.php). Allmost all runs fine, but if the pictures are to big (complex) then the system dont work. Can be roundings error the problem?

In this video you see the problem. http://www.servietten-deko.de/videos/too-big-tree.mp4

My system:
PHP 5.2.17
imagick extension: 3.1.2
max imagick version: 6.7.1 (but I can use 4.2.9, 6.2.6 and 6.5.7, too)
I use convert with "-density 300"

I know that this are not many details. Some Ideas to resolve the problem?

Thank you.

PS: Can i anyway show me the errors with the "convert funtions?"
Dombi
Posts: 12
Joined: 2015-03-19T02:36:45-07:00
Authentication code: 6789

Re: Great (complex) pictures dont work if they are too big

Post by Dombi »

I found the problem myself. It was no imagick problem.
Post Reply