Re: How to read image lazy?
Posted: 2009-06-05T12:18:21-07:00
- My image is very big and doesn't fit in memory. I want to read and process it by parts. Is there any way to do it?
- convert -limit area 1 bigassimage.tif image.jpg
- convert -size 32000x32000 'image.rgb[1000x1000+100+100]' image.png