Changeset 3545 in Sophya for trunk/SophyaPI/PI/pipixutils.h


Ignore:
Timestamp:
Nov 17, 2008, 11:45:06 AM (17 years ago)
Author:
ansari
Message:

1/ Ajout table de couleur RGB32768 , et corrections/optimisation ds picmap.cc
2/ Ajout type LUT Exp (inverse de log) et correction/optimisation ds lut.cc
3/ Codage de lecture/ecriture sur fichier de PIPixRGBArray (pipixutils.cc)
4/ Correction et adaptation ds piimage.cc , picmapview.cc ...

Reza 17 Novembre 2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pipixutils.h

    r3519 r3545  
    7070    { return rgbpix_[j*sx_+i]; }
    7171 
    72   void SaveToFile(const char * filename);
     72  int SaveToFile(const char * filename);
     73  int ReadFrFile(const char * filename);
    7374   
    7475protected:
Note: See TracChangeset for help on using the changeset viewer.