Search found 7 matches
- 2019-06-16T23:58:51-07:00
- Forum: Users
- Topic: how to deal with space in folder name?
- Replies: 2
- Views: 5703
Re: how to deal with space in folder name?
Many thanks!
- 2019-06-16T14:04:07-07:00
- Forum: Users
- Topic: Batch changing picture files
- Replies: 10
- Views: 8531
Re: Batch changing picture files
(or even better, if it is possible to get the program for each file to stop and ask me for which color to change to) IM can't do that. Instead of mogrify, you could have a shell loop to process the files, with the shell asking the user for the colour. Can you suggest a good place to read up on how ...
- 2019-06-16T13:49:40-07:00
- Forum: Users
- Topic: Batch changing picture files
- Replies: 10
- Views: 8531
Re: Batch changing picture files
Just realised that the same fuzz works for all colors so increased it to 30% and now it all works as a charm. Incredible!
Many thanks!
(I didn't work out how to handle the space in the folder names - but moved the files to a folder without space in the name
Many thanks!
(I didn't work out how to handle the space in the folder names - but moved the files to a folder without space in the name
- 2019-06-16T13:41:14-07:00
- Forum: Users
- Topic: Batch changing picture files
- Replies: 10
- Views: 8531
Re: Batch changing picture files
I will try that. Thanks!
Can I add a fuzz to the "-fill Red -opaque Black" in order to capture also the black that might have a hint of grey in it?
Can I add a fuzz to the "-fill Red -opaque Black" in order to capture also the black that might have a hint of grey in it?
- 2019-06-16T13:12:09-07:00
- Forum: Users
- Topic: how to deal with space in folder name?
- Replies: 2
- Views: 5703
how to deal with space in folder name?
I am doing a batch change of files, but am now stuck as a couple of the folder names in the path contains a space. I have tried with quotation marks, a slash before the space, etc., but nothing seems to work. Any ideas? This is the code I am trying to run: mogrify -strip -colorspace sRGB -format png ...
- 2019-06-16T12:21:56-07:00
- Forum: Users
- Topic: Batch changing picture files
- Replies: 10
- Views: 8531
Re: Batch changing picture files
Many thanks!
With the crop my thought was that I could crop away most of the empty/white area around the text which is written on the sheets that are scanned.
With the crop my thought was that I could crop away most of the empty/white area around the text which is written on the sheets that are scanned.
- 2019-06-16T11:11:52-07:00
- Forum: Users
- Topic: Batch changing picture files
- Replies: 10
- Views: 8531
Batch changing picture files
I'm trying to figure out how to make the following changes to all the files in folder c:....\input and save them to c:....\output. I would really appreciate some help with what I should write as I am a complete newbie at this. Also, I haven't figured out, should I write this in the command promt in ...