https://www.unix.com/shell-programming- ... iable.html
One has simply to change the last line in my very first code to
Code: Select all
eval convert a.tif $namestr b.tif
Code: Select all
eval convert a.tif $namestr b.tif
Code: Select all
convert a.tif -pointsize 80 -draw " " b.tif
Code: Select all
convert m.psd -layers merge -compress zip m.tif
Code: Select all
xcf2pnm i1.xcf | convert - i1.jpg
Code: Select all
convert i1.xcf -colorspace RGB i1.jpg
Code: Select all
convert -colorspace RGB i1.xcf i1.jpg