URL
https://opencores.org/ocsvn/zipcpu/zipcpu/trunk
[/] [zipcpu/] [trunk/] [doc/] [gfx/] [topng.sh] - Diff between revs 2 and 8
Go to most recent revision |
Only display areas with differences |
Details |
Blame |
View Log
Rev 2 |
Rev 8 |
#!/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 -g640x480 -sOutputFile=system.png -r60 -- system.eps
|
convert system.png -trim system.png
|
convert system.png -trim system.png
|
|
gs $GSFLAGS -g640x480 -sOutputFile=regset.png -r60 -- regset.eps
|
|
convert regset.png -trim regset.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.