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

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

[Octave-bug-tracker] [bug #43534] Figure "Save As" PNG doesn't work


From: Armin Müller
Subject: [Octave-bug-tracker] [bug #43534] Figure "Save As" PNG doesn't work
Date: Wed, 05 Nov 2014 11:58:51 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0

URL:
  <http://savannah.gnu.org/bugs/?43534>

                 Summary: Figure "Save As" PNG doesn't work
                 Project: GNU Octave
            Submitted by: arm_in
            Submitted on: Mi 05 Nov 2014 11:58:50 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Create some figure


x=rand(20,1);
hist(x)


Click to save figure

Figure 1 => File => Save As => "D:\test.png"

... gives an error:

>> Der Befehl "C:\Program" ist entweder falsch geschrieben oder konnte nicht
gefunden werden.

Probably, Octave wants to access some binary which is located in "C:\Program
Files" or "C:\Program Files (x86)", but the path contains some space
characters. I guess that it would work on a standard installation, where
"C:\Octave" is the installation folder. Some insight:

saveas.m, 105
print.m, 422
__fltk_print__.m, 125
__ghostscript__.m, 167

cmd = "C:\Program Files (x86)\Octave\Octave-3.8.2\bin\gs.exe" -dQUIET
-dNOPAUSE -dBATCH -dSAF
ER -sDEVICE=png16m -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -r150x150 -dEPSCrop
-sOutputFile="
C:/Program Files
(x86)/Octave/Octave-3.8.2/share/octave/3.8.2/m/plot/util\test.png" -

__fltk_print__.m, 166

Der Befehl "C:\Program" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

Happened on Windows 7 (64bit), MXE Octave 3.8.2-3 from
http://mxeoctave.osuv.de/





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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