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

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

[Octave-bug-tracker] [bug #30784] imwrite fails when FMT is set explicit


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #30784] imwrite fails when FMT is set explicitly
Date: Thu, 16 Sep 2010 06:57:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100819 Iceweasel/3.5.11 (like Firefox/3.5.11)

Follow-up Comment #5, bug #30784 (project octave):

OK, I checked in the change.

It looks to me like the loop

      for (size_t i = 0; i < imvec.size (); i++)
        imvec[i].magick (fmt);

is not needed if you use the filename encoding trick.

But, ugh.  This means that you can't write a file called

  jpg:foo.tif

right?  I mean, again, not that I would really want to do this, but these
kind of design decisions have some unintended consequences that would have
been really easy to avoid...


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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