Difference between revisions of "Image magic manipulations"

From Eitan Burcat
Jump to navigation Jump to search
(Created page with "(fish shell format) for file in * convert -colorspace RGB $file -verbose -density 150 -quality 100 ../Plans2/(basename $file .pdf).jpg end")
(No difference)

Revision as of 06:23, 17 July 2015

(fish shell format)

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