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: Tue, 14 Sep 2010 17:05:09 +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 #1, bug #30784 (project octave):

The problem appears to be that Octave is calling

  Magick::writeImages (imvec.begin (), imvec.end (), filename);

to write the image, and this function does not include an explicit image
storage type so it depends on the filename to determine the type.  If I knew
which Magick++ function(s) to call to write an image to an arbitrary filename
with a specified imagee type, I could probably fix this.  But I have no clue. 
Are there any GraphicsMagick++ experts out there?

I'm also asking for help on the maintainers list.

    _______________________________________________________

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]