JPEGView/Headers/BMP.h

1 line
652 B
C
Raw Normal View History

/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #ifndef __BMP__ #define __BMP__ extern Boolean idBMP(uchar *theData, long theSize, short refNum, FSSpec *theSpec); extern OSErr OpenBMP(ImageHandle theImage); extern OSErr DrawBMP(Handle theHandle, JVDrawParamsHandle theParams); extern OSErr CloneBMP(ImageHandle origImage, ImageHandle newImage); extern OSErr CloseBMP(ImageHandle theImage); #endif