In Windows when I run
Code: Select all
convert.exe source.tif -compress Group4 output.pdf
Code: Select all
Error: 0x80041771 -
Source: ImageMagickObject.MagickImage.1
Description: convert: 420: no decode delegate for this image format `' @ error/constitute.c/ReadImage/508:
convert: 410: no images defined `' @ error/convert.c/ConvertImageCommand/3235:
Code: Select all
IM.convert(source.tif,-compress Group4,output.pdf)
Thanks for help!