URL
https://opencores.org/ocsvn/zipcpu/zipcpu/trunk
[/] [zipcpu/] [trunk/] [doc/] [gfx/] [topng.sh] - Diff between revs 8 and 47
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 8 |
Rev 47 |
Line 1... |
Line 1... |
#!/bin/bash
|
#!/bin/bash
|
|
|
export GSFLAGS="-q -dNOPAUSE -sDEVICE=png16m -dGraphicsAlphaBits=4 -dTextAlphaBits=4"
|
export GSFLAGS="-q -dNOPAUSE -sDEVICE=png16m -dGraphicsAlphaBits=4 -dTextAlphaBits=4"
|
gs $GSFLAGS -g640x480 -sOutputFile=cpu.png -r60 -- cpu.eps
|
gs $GSFLAGS -g640x480 -sOutputFile=cpu.png -r60 -- cpu.eps
|
convert cpu.png -trim cpu.png
|
convert cpu.png -trim cpu.png
|
gs $GSFLAGS -g640x480 -sOutputFile=system.png -r60 -- system.eps
|
gs $GSFLAGS -g720x520 -sOutputFile=system.png -r80 -- system.eps
|
convert system.png -trim system.png
|
convert system.png -trim system.png
|
gs $GSFLAGS -g640x480 -sOutputFile=regset.png -r60 -- regset.eps
|
gs $GSFLAGS -g640x480 -sOutputFile=regset.png -r60 -- regset.eps
|
convert regset.png -trim regset.png
|
convert regset.png -trim regset.png
|
|
gs $GSFLAGS -g640x480 -sOutputFile=zipbones.png -r80 -- zipbones.eps
|
|
convert zipbones.png -trim zipbones.png
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.