Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nagi authored and nagi committed Oct 11, 2010
1 parent 50bde34 commit 91b916c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate_png_glyphs.sh
Expand Up @@ -25,7 +25,7 @@ end

foreach File (*.png)
set newname = `basename $File`
#convert -rotate 90 -transparent white -resize 30% $File $outputfolder/$File
convert -transparent white -resize 60% $File $outputfolder/$File
convert -rotate 90 -transparent white -resize 60% $File $outputfolder/$File
#convert -transparent white -resize 60% $File $outputfolder/$File
rm $File
end

0 comments on commit 91b916c

Please sign in to comment.