I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time
for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or
on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news,
I hope these links will serve you well.
Hello everybody,
what must I change when I will only convert files where is "_wm_" in the name ?
Now I use %device%%in% -ext png -ext jpg -ext tif but then all files are converted ans a file names _original is theire (which I not want).
Thanks for your help
Micha
Posted on 2010-03-15 04:46:18.914001-07
by exiftoolin response to 12536
Re: use in a batch
Hi Micha,
It sounds like you want "*_wm_*.png *_wm_*.jpg *_wm_*.tif" on the command line.
However, you won't be able to use the -r option when processing
files with specific names like this.
Posted on 2010-03-15 05:44:48.044391-07
by mfeskein response to 12538
Re: use in a batch
Phil now I hvae tested, but 0 image files readed :-(
The Filename is
de_852369_0001_wm_m.jpg
the command line is
-ext *_wm.png -ext *_wm*.jpg -ext *_wm.tif
without * it works
Greetings
Micha
Posted on 2010-03-15 05:48:09.128073-07
by exiftoolin response to 12545
Re: use in a batch
What I have suggested will work on Mac/Linux, but apparently
Windows handles wildcards differently. There should be a similar
method that would work for Windows.