batch_image_conversion
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
batch_image_conversion [2009/12/25 09:48] – created stephen | batch_image_conversion [2017/01/01 20:05] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Batch Image Conversion ====== | ====== Batch Image Conversion ====== | ||
+ | |||
+ | At the command line: | ||
<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 " | ||
</ | </ | ||
+ | |||
+ | In a batch file: | ||
+ | |||
+ | <code dos> | ||
+ | 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.1261734504.txt.gz · Last modified: 2017/01/01 19:48 (external edit)