Search found 7 matches
- 2017-10-27T07:35:32-07:00
- Forum: Fred's Scripts
- Topic: run script for batch convert files
- Replies: 15
- Views: 188180
Re: run script for batch convert files
i got the package cygwin from here: https://www.imagemagick.org/script/download.php > https://www.imagemagick.org/download/binaries/ImageMagick-i686-pc-cygwin.tar.gz My cygwin convert -version output is: "7.0.7-8 Q16 x64 2017-10-14" Isnt really a way to recursively convert the contents of a folder ...
- 2017-10-27T04:51:40-07:00
- Forum: Fred's Scripts
- Topic: run script for batch convert files
- Replies: 15
- Views: 188180
Re: run script for batch convert files
I'm running two different versions because I want to test the syntax and the image file. My goal is to use the script eventually. The convert command in cygwin doesnt work either. The error message is the same "unable to open image '/cygdrive/c/ebe_theo/1.jpg' no such file or directory. So could it ...
- 2017-10-27T03:01:32-07:00
- Forum: Fred's Scripts
- Topic: run script for batch convert files
- Replies: 15
- Views: 188180
Re: run script for batch convert files
ls: /cygdrive/c/test/8.jpg
/cygdrive/c/test/8.jpg
also the convert.exe Windows command of IM, works fine with this image file.
/cygdrive/c/test/8.jpg
also the convert.exe Windows command of IM, works fine with this image file.
- 2017-10-27T01:14:11-07:00
- Forum: Fred's Scripts
- Topic: run script for batch convert files
- Replies: 15
- Views: 188180
Re: run script for batch convert files
Thank you for helping. i am running via cygwin terminal when tried "mla@mla-PC /cygdrive/c/ImageM/bin $ ./autotrim.sh -f 30 -C black /cygdrive/c/ebe_theo/8.jpg /cygdrive/c/ebe_theo_out/8t.jpg" i got "convert.exe: unable to open image '/cygdrive/c/ebe_theo/8.jpg': No such file or directory @ error ...
- 2017-10-26T07:22:23-07:00
- Forum: Fred's Scripts
- Topic: run script for batch convert files
- Replies: 15
- Views: 188180
Re: run script for batch convert files
thanks for bc, downloaded and ok
issue with "convert.exe unable to open image /cygdrive/c/test/t81.jpg
no such file or directory" still exists
what is the proper sytnax for input and output?
issue with "convert.exe unable to open image /cygdrive/c/test/t81.jpg
no such file or directory" still exists
what is the proper sytnax for input and output?
- 2017-10-26T07:03:55-07:00
- Forum: Fred's Scripts
- Topic: run script for batch convert files
- Replies: 15
- Views: 188180
Re: run script for batch convert files
to be precise i use:
-autotrim.sh -f 30 /cygdrive/c/test/*.jpg /cygdrive/c/test_out/
and i get
line 216:bc command not found
line 217:-eq unary operator expected
convert.exe unable to open image /cygdrive/c/test/t81.jpg
no such file or directory
-autotrim.sh -f 30 /cygdrive/c/test/*.jpg /cygdrive/c/test_out/
and i get
line 216:bc command not found
line 217:-eq unary operator expected
convert.exe unable to open image /cygdrive/c/test/t81.jpg
no such file or directory
- 2017-10-26T06:54:02-07:00
- Forum: Fred's Scripts
- Topic: run script for batch convert files
- Replies: 15
- Views: 188180
run script for batch convert files
Hi, new user here/noob, unfamiliar with image magic, in Cygwin/windows. my goal is to auto crop some scanned images using the autotrim.sh how do I provide the source dir for the scanned jpg images and the output dir for the cropped ones? ex: autotrim.sh -m o -f 30 <input_source_dir_jpg> <output_dir ...