GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: An iPhoto plugin to export photos to Gallery.
Homepage: http://zwily.com/iphoto
Clone URL: git://github.com/zwily/iphototogallery.git
iphototogallery / Source / NSBitmapImageRep+sizing.h
100644 16 lines (11 sloc) 0.308 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// NSBitmapImageRep+sizing.h
// iPhotoToGallery
//
// Created by Zachary Wily on Sun Nov 02 2003.
// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
//
 
#import <Foundation/Foundation.h>
 
@interface NSBitmapImageRep(Sizing)
 
- (NSBitmapImageRep *)representationWithSize:(NSSize)size;
 
@end