I'm trying to upgrade the version of IM CLI from 7.0.7-24 to 7.0.8-18 in Windows, but got an error with a TIFF image.
With 7.0.7-24, the image can convert successful without error.
With 7.0.8-18, the image got an error:
The sample code is just:convert.exe: MemoryAllocationFailed `D:\28df992e625049b0be5990382a3961e2.tiff' @ error/tiff.c/ReadTIFFImage/1794.
convert.exe: NoImagesDefined `D:\out.tiff' @ error/convert.c/ConvertImageCommand/3300.
Code: Select all
convert.exe input_file.tiff output_file.tiff
My question is: How to by pass the error and keep converting the attached files from TIFF to TIFF with new version?
My sample file is: https://drive.google.com/file/d/1fIyeE- ... sL7L8/view