It's a pity.
Thank you for help.
My tiffs compressed with CCITTFAX4. Can I avoid decompressing stage?
Code: Select all
nconvert -o newfile.tiff -multi -out tiff -c 7 *.tiff
Ok.
Code: Select all
@Echo Off & CLS
::mode con:cols=80 lines=40
REM ===== Variables Setup ==========
setLocal
set pathImageMagik=%BookShop%\ImageMagick\
"%pathImageMagik%convert" @%1 a.tif
Code: Select all
convert: UnableToOpenBlob '@C:c:\Downloads\0030.tif': Invalid argument @ error/blob.c/OpenBlob/3093.
Code: Select all
C:\a\001.tiff
C:\a\002.tiff
C:\a\003.tiff
C:\a\004.tiff
C:\a\005.tiff
...
C:\a\100.tiff
You understand me correctly.fmw42 wrote:Sorry I an not sure I understand.
The number of pixels and dpi resolution is in the IM verbose
identify -verbose image
or can be extracted more directly from http://www.imagemagick.org/script/escape.php
Thank you very mach.fmw42 wrote:No spaces between 10 and % and in Windows you must escape the % to %%. So -fuzz 10%%