Why does identifying colorspace use 7GB of memory?
Posted: 2019-04-20T17:03:12-07:00
Hello,
When using
to identify the colorspace of an 88MB CMYK TIFF, over 7GB of RAM is used on my machine. Why is this? Is there by chance a less resource-intensive way for ImageMagick to identify colorspace? I am able to run the following on my Mac with almost no memory usage:
When using
Code: Select all
identify -format %[colorspace] example.tif
Code: Select all
sips -g space example.tif