Search found 2 matches

by Acorn
2016-08-08T07:19:05-07:00
Forum: Users
Topic: Stitching together a large image with Magick++
Replies: 4
Views: 3653

Re: Stitching together a large image with Magick++

What "32-bit restrictions"? If your computer has a 2^32 limit on filesizes, IM won't overcome that. IM can create and process images that are too large to fit in memory. However, there is a big performance penalty because disk is much slower than memory. Yes, that is what I was alluding to. I know ...
by Acorn
2016-08-03T08:31:41-07:00
Forum: Users
Topic: Stitching together a large image with Magick++
Replies: 4
Views: 3653

Stitching together a large image with Magick++

Hello, everyone! I am currently attempting to stitch together many images into one large image. Because of the 32-bit restrictions, I can not allocate enough memory to hold the entire image. A coworker pointed me to the ImageMagick library, because "ImageMagick utilizes multiple computational ...