Ignore:
Timestamp:
Jul 10, 2011 5:24:36 PM (13 years ago)
Author:
gah
Message:

update from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/packages/vizservers/vtkvis/TGAWriter.h

    r2120 r2302  
    1313
    1414extern
    15 void writeTGA(int fd, const char *cmdName, const unsigned char *data, int width, int height);
     15void writeTGA(int fd, const char *cmdName, const unsigned char *data,
     16              int width, int height, int bytesPerPixel);
    1617
    1718extern
    18 void writeTGAFile(const char *filename, const unsigned char *data, int width, int height);
     19void writeTGAFile(const char *filename, const unsigned char *data,
     20                  int width, int height, int bytesPerPixel,
     21                  bool srcIsRGB = false);
    1922
    2023}
Note: See TracChangeset for help on using the changeset viewer.