Search found 1 match
- 2013-05-07T10:46:25-07:00
- Forum: Users
- Topic: Creating thumbnails or resizing image efficiently
- Replies: 1
- Views: 1801
Creating thumbnails or resizing image efficiently
Suppose that I have a large image 256 MB in size. If I wanted to resize the image or create a thumbnail, I would assume that ImageMagick is careful to not read the entire source file into memory. - What are the size(s) of the buffer(s) that are used internally by ImageMagick? - Are there any ...