octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #37053] Saveas & Print error when saving as .e


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #37053] Saveas & Print error when saving as .emf
Date: Wed, 20 Jul 2016 21:12:44 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586

Follow-up Comment #14, bug #37053 (project octave):



In octave doing:


plot([0 10])
print ('testfig.ps')


Then via command line:



pstoedit.exe -gs /usr/bin/gs.exe -f fig testfig.ps > testfig.fig
fig2dev.exe -L emf testfig.fig testfig.emf
fig2dev.exe -L png testfig.fig testfig.png


I can load testfig.emf in paint and it is ok.
I can load testfig.png and it is ok

Running in octave:


>> print(gcf, 'figure1.emf', '-demf', '-debug')
pstoedit command: 'C:\Octave\Octave-4.0.3\bin\pstoedit.exe -f fig 2> NUL'
fig2dev command: 'C:\Octave\Octave-4.0.3\bin\fig2dev.exe -L emf 2> NUL'
opengl-pipeline: 'C:\Octave\Octave-4.0.3\bin\pstoedit.exe -f fig 2> NUL |
C:\Octave\Octave-4.0.3\bin\fig2dev.exe -L emf 2> NUL > figure1.emf'
>>


I get an empty file.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37053>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]