You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have integrated this layer to my Lambda to use ImageMagick's convert function (TIF or JPG to PNG) and resize functions.
JPG works fine, but TIF is giving the following error
Did anyone using this layer encounter a similar issue? If yes, can you please post how you resolved the issue?
ImageMagick/ImageMagick#1091 says newer Image Magick build would resolve the issue. Highly appreciate it if a newer build version layer is provided for use by the community.
The text was updated successfully, but these errors were encountered:
I have integrated this layer to my Lambda to use ImageMagick's convert function (TIF or JPG to PNG) and resize functions.
JPG works fine, but TIF is giving the following error
org.im4java.core.CommandException: convert: improper image header `/tmp/XYZ_IMG.TIF' @ error/tiff.c/ReadTIFFImage/1388
Did anyone using this layer encounter a similar issue? If yes, can you please post how you resolved the issue?
ImageMagick/ImageMagick#1091 says newer Image Magick build would resolve the issue. Highly appreciate it if a newer build version layer is provided for use by the community.
The text was updated successfully, but these errors were encountered: