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/26 02:54] – stephen | batch_image_conversion [2017/01/01 20:05] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
<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 (*FA.png) DO convert " |
- | FOR %i IN (*85.png) DO convert " | + | FOR %i IN (*85.png) DO convert " |
- | FOR %i IN (*FA.png) DO convert " | + | FOR %i IN (*FA.png) DO convert " |
- | FOR %i IN (*85.png) DO convert " | + | FOR %i IN (*85.png) DO convert " |
</ | </ | ||
Line 15: | Line 15: | ||
<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 (*FA.png) DO convert " |
- | FOR %%i IN (*85.png) DO convert " | + | FOR %%i IN (*85.png) DO convert " |
- | FOR %%i IN (*FA.png) DO convert " | + | FOR %%i IN (*FA.png) DO convert " |
- | FOR %%i IN (*85.png) DO convert " | + | FOR %%i IN (*85.png) DO convert " |
</ | </ | ||
{{tag> | {{tag> |
batch_image_conversion.1261796054.txt.gz · Last modified: 2017/01/01 19:48 (external edit)