1 //
2 //  PXBitmapExporter.h
3 //  Pixen-XCode
4 //
5 //  Created by Andy Matuschak on Wed Jun 09 2004.
6 //  Copyright (c) 2004 Open Sword Group. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 
12 @interface PXBitmapExporter : NSObject
13 {
14 
15 }
16 
17 + BMPDataForImage:image;
18 + PICTDataForImage:image;
19 
20 
21 @end
22