Image magic manipulations

From Eitan Burcat
Revision as of 07:23, 17 July 2015 by Eburcat (talk | contribs) (Created page with "(fish shell format) for file in * convert -colorspace RGB $file -verbose -density 150 -quality 100 ../Plans2/(basename $file .pdf).jpg end")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

(fish shell format)

 for file in *
   convert -colorspace RGB $file -verbose -density 150 -quality 100 ../Plans2/(basename $file .pdf).jpg
 end