# Making png versions
for F in *.eps
 do convert -label "Lighting fixture scheme, by Jan Hollan" \
 -comment "for the source PostScript code see http://amper.ped.muni.cz/light/schemata/eps" \
 $F $F.png
done
