Browse Subversion Repository
Contents of /trunk/ImageSplitter/ImageSplitter-Prefix.pch
Parent Directory
| Revision Log
Revision 2 -
( show annotations)
( download)
Fri Feb 15 07:01:49 2013 UTC
(11 years, 1 month ago)
by zcode
File size: 294 byte(s)
[ver 0.2.0] added options
| 1 |
// |
| 2 |
// Prefix header for all source files of the 'ImageSpliter' target in the 'ImageSpliter' project |
| 3 |
// |
| 4 |
|
| 5 |
#ifdef __OBJC__ |
| 6 |
#import <Cocoa/Cocoa.h> |
| 7 |
#endif |
| 8 |
|
| 9 |
#define IMAGE_TYPE_JPEG 0 |
| 10 |
#define IMAGE_TYPE_PNG 1 |
| 11 |
#define IMAGE_TYPE_TIFF 2 |
| 12 |
#define IMAGE_TYPE_JPEG2000 3 |
| 13 |
#define IMAGE_TYPE_BMP 4 |
|