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

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

[Octave-bug-tracker] [bug #54282] saveas and print don't accept .tif as


From: anonymous
Subject: [Octave-bug-tracker] [bug #54282] saveas and print don't accept .tif as format
Date: Tue, 10 Jul 2018 10:57:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

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

                 Summary: saveas and print don't accept .tif as format
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 10 Jul 2018 02:57:35 PM UTC
                Category: None
                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: 4.2.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I hit a problem with saveas not accepting .tif format.
++
>> imagesc(rand(55));
>> saveas(gcf,'image','tif');
error: print: unknown device tif
error: called from
    __print_parse_opts__ at line 265 column 5
    print at line 316 column 8
    saveas at line 105 column 3
--
The error message is kind of scary but it looks like print does not accept
tif... and the documentation confirms this is not listed as a supported
"device" type under "help print".

By chance I tried .tiff format and that worked great! A couple of requests
please :)

1) Can you document .tiff as a supported device for print.m.
2) Can you allow print.m to accept .tif as well as .tiff. (Note that jpg and
jpeg are both considered acceptable).





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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