Hi
I want to create 129600 in width and 1656 in height size image,
Is that imagemagick is so much capable to create that much size text image.
Please tell me the configuration of linux server needed to create that image.
Is there any limitations of sizes.
Thanks
Prateek
Maximum size of image
-
- Posts: 13
- Joined: 2011-07-18T21:57:12-07:00
- Authentication code: 8675308
-
- Posts: 13
- Joined: 2011-07-18T21:57:12-07:00
- Authentication code: 8675308
Re: Maximum size of image
these sizes are in pixels
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Maximum size of image
That number of pixels needs about 2 GB, so merely creating the image needs that much memory.
I don't know about Unix. My old 4 GB Windows laptop doesn't have enough free RAM (because I'm also doing other stuff), so it uses disk and takes 5 minutes.
If you are also doing processing you will need memory for both input and output. But if you use Q8 instead of Q16 you can halve the memory requirement.
Code: Select all
convert -size 129600x1656 huge.png
If you are also doing processing you will need memory for both input and output. But if you use Q8 instead of Q16 you can halve the memory requirement.
snibgo's IM pages: im.snibgo.com