Re: [SIP-devel] colormaps
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Ricardo F. <rf...@if...> - 2004-03-03 20:22:12
|
Hi, Jocelyn, your function sip_colormap has just been included in my sip-dev tree. I decided to keep the name. I was also thinking about accepting a string as the first argument, in addition to the integer one. This would be easy to do and allows the user to remember the colormap without effort. Meanhwile, I'm finishing including/revising/improving Vitor's XML contrib and rewriting the manpage build system to support the new scheme. About Bruno Pincon, could you please you contact him and include his functions into SIP? best, Ricardo. On Wed, 18 Feb 2004, DRUEL Jocelyn wrote: > Hi, > > > > > thanks for the new colormaps. I will be seeing it during the next few days > > and I will also compare its interface to the equivalent in Matlab. > > > > kind regards, > > Ricardo. > > As I looked for colormaps in Scilab, I found that Bruno Pincon already worked > on this subject: > At his homepage: > http://www.iecn.u-nancy.fr/~pincon/scilab/scilab.html > > there are 2 tools: > 1) a colorbar.sci function to display a colormap on the right of an image (it > integrates without problem with the imshow function: example: > map=sip_colormap(i);xbasc();colorbar(0,1);imshow(a,map); > > It's a cool feature. > > 2) a more sophisticated package that allows interactive modification of a > colormap. > (I think that's what Ricardo means by > "Color transform curves GUI" in the Todo list.) > > Maybe Bruno Pincon would be interested to integrate these tools in SIP to > allow: > 1) a better SIP package > 2) a wider use of his code > > I can contact him (or maybe Ricardo knows him already). > > Best regards > Jocelyn |