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

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

[Octave-bug-tracker] [bug #44119] image package: imformats missing prett


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #44119] image package: imformats missing pretty print
Date: Thu, 29 Jan 2015 19:56:23 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.4.0

Follow-up Comment #3, bug #44119 (project octave):

The part of imformats that would make a pretty display of the available
formats is just Octave code. You are using Octave, which means you can program
Octave, which means you should have enough knowledge to do it. Your patch
would go here:

http://hg.savannah.gnu.org/hgweb/octave/file/3da4b083e0b8/scripts/image/imformats.m#l81

Anyway imformats is not really to be used interactive. Its main use is to
"register" new formats or modify existing ones.  If you just want to have a
list of coders printed with the less amount of typing, you can do:


octave-cli-3.8.2> (imformats).coder
ans = BMP
ans = CUR
ans = GIF
ans = ICO
ans = JBG
ans = JBIG
ans = JP2
ans = JPEG
ans = PBM
ans = PCX
ans = PGM
ans = PNG
ans = PNM
ans = PPM
ans = SUN
ans = TGA
ans = TIFF
ans = XBM
ans = XPM
ans = XWD



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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