|
| From: | Andreas Weber |
| Subject: | [Octave-bug-tracker] [bug #43057] print command doesn't work |
| Date: | Sat, 23 Aug 2014 16:01:24 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 Iceweasel/30.0 |
Follow-up Comment #1, bug #43057 (project octave):
I guess this only happens for PNG, JPEG and other bitmap formats but EPS
works. PS won't work because pswrite was removed in ghostscript>=9.09.
Is it this ghostscript bug?
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732440
Do you have any fonts installed in /usr/share/fonts/woff?
To help debugging this issue you can create an eps first and then run
ghostscript from terminal
plot(1:10)
print("out.eps")
and then from the terminal
gs -dNOPAUSE -dBATCH -dSAFER -sDEVICE=png16m -sOutputFile="out.png" out.eps
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?43057>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |