Last change
on this file since 49 was
49,
checked in by Sam Hocevar, 15 years ago
|
- Imported original public domain release, for future reference.
|
File size:
384 bytes
|
Rev | Line | |
---|
[49] | 1 | #ifndef __READXWD_HPP |
---|
| 2 | #define __READXWD_HPP |
---|
| 3 | #include "image.hpp" |
---|
| 4 | #include "palette.hpp" |
---|
| 5 | #include "image24.hpp" |
---|
| 6 | |
---|
| 7 | image *read_bmp(palette *&pal, char *filename); |
---|
| 8 | image24 *read_bmp24(char *filename); |
---|
| 9 | int bmp_bits(char *filname); |
---|
| 10 | image *readxwd(char *input_file,palette *&pal); |
---|
| 11 | void write_bmp(image *im, palette *pal, char *filename); |
---|
| 12 | void deskjet_print(int argc, char **argv); |
---|
| 13 | |
---|
| 14 | |
---|
| 15 | #endif |
---|
| 16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.