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

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

[Octave-patch-tracker] [patch #8001] rgb2ind.m: Enable handling of ND im


From: Carnë Draug
Subject: [Octave-patch-tracker] [patch #8001] rgb2ind.m: Enable handling of ND images
Date: Sat, 04 May 2013 18:25:41 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20100101 Firefox/10.0.12 Iceweasel/10.0.12

Follow-up Comment #3, patch #8001 (project octave):

> The image must now be input as a single RGB array, rather than allowing R,
G, B to be input separately. This was just to simplify the handling of the
inputs, now that there are additional input arguments to be handled. As far as
I can tell, Matlab only allows a single RGB array as an input too. (Let me
know if I'm wrong about this!)

Don't do this. Yes, it complicates the input check, but it will break previous
code without warning. If we are removing this, then it should be deprecated
first.

> Dithering is not implemented yet. I need to do some reading up on that
before I see if I'm capable of adding that.

This should be implemented by calling dither() which is not yet implemented. I
have a working patch of it, but have only implemented the grayscale to binary.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8001>

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




reply via email to

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