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

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

[Octave-patch-tracker] [patch #8713] image package: new color conversion


From: Carnë Draug
Subject: [Octave-patch-tracker] [patch #8713] image package: new color conversion functions: rgb2lab etc.
Date: Mon, 30 May 2016 22:23:21 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.7.1

Follow-up Comment #6, patch #8713 (project octave):

I took another look at this and the tests still fail. The reason is simple.
Several of the tests convert a colourmap back and forth between colourspaces,
some of which do have outside the interval [0 1]. The private functions make
use of iscolormap which in octave 4.0 will return false for values outside the
[0 1] range.

That explains why Avinoam tests pass in Octave development sources. It does
not explain how they pass on your system Harmut. I'm guessing you have patched
your own Octave installation.

I have added a copy of iscolormap into private from the current core
development sources which means the tests now pass:

http://hg.code.sf.net/p/octave/image/rev/ac4670d5270c

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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