source:
trunk/MagicSoft/Cosy/videodev/Writer.h@
808
Last change on this file since 808 was 808, checked in by , 23 years ago | |
---|---|
File size: 274 bytes |
Line | |
---|---|
1 | #ifndef WRITER_H |
2 | #define WRITER_H |
3 | |
4 | #include <sys/time.h> |
5 | |
6 | typedef unsigned char byte; |
7 | |
8 | class Writer; |
9 | |
10 | class Writer |
11 | { |
12 | public: |
13 | |
14 | static void Ppm(const char *fname, const byte *img); |
15 | static void Png(const char *fname, const byte *buf, struct timeval *date); |
16 | }; |
17 | |
18 | #endif |
Note:
See TracBrowser
for help on using the repository browser.