batch_image_conversion
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
batch_image_conversion [2009/12/25 20:01] – stephen | batch_image_conversion [2017/01/01 20:05] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
<code dos> | <code dos> | ||
- | FOR %i IN (*.png) DO convert " | + | FOR %i IN (*.png) DO convert " |
+ | FOR %i IN (*FA.png) DO convert " | ||
+ | FOR %i IN (*85.png) DO convert " | ||
+ | FOR %i IN (*FA.png) DO convert " | ||
+ | FOR %i IN (*85.png) DO convert " | ||
</ | </ | ||
Line 10: | Line 14: | ||
<code dos> | <code dos> | ||
- | FOR %%i IN (*.png) DO convert " | + | FOR %%i IN (*.png) DO convert " |
+ | FOR %%i IN (*FA.png) DO convert " | ||
+ | FOR %%i IN (*85.png) DO convert " | ||
+ | FOR %%i IN (*FA.png) DO convert " | ||
+ | FOR %%i IN (*85.png) DO convert " | ||
</ | </ | ||
{{tag> | {{tag> |
batch_image_conversion.1261771284.txt.gz · Last modified: 2017/01/01 19:48 (external edit)