help-octave
[Top][All Lists]
Advanced

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

Re: Anybody have a prgram to write a .bmp file?


From: Paul Kienzle
Subject: Re: Anybody have a prgram to write a .bmp file?
Date: Thu, 1 Feb 2007 18:44:13 -0500


On Feb 1, 2007, at 4:43 PM, Robert A. Macy wrote:

that's because bmpwrite is expecting THREE arguments, you
only gave it two

The current version of bmpwrite on octave-forge accepts
two argument inputs:

  bmpwrite(cat(3,r,g,b),'filename')  for truetype

  bmpwrite(z,colormap,'filename') for colormap indexed files.


This has been true since:

2006-03-20 04:11  pkienzle

        * main/image/bmpwrite.m: Fix newly broken indexed 256 color bmp

2006-03-20 03:59  pkienzle

        * main/image/bmpwrite.m: Support truecolor and 256 color indexed
          formats.



reply via email to

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