JPEGView/Headers/SCRN.h

1 line
802 B
C
Raw Permalink 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 __SCRN__ #define __SCRN__ extern Boolean idSCRN(uchar *theData, long theSize, short refNum, FSSpec *theSpec); extern OSErr OpenSCRN(ImageHandle theImage); extern OSErr LoadSCRN(short theFile, ImageHandle theImage); extern OSErr DrawSCRN(Handle theHandle, JVDrawParamsHandle theParams); extern OSErr FixSCRN(ImageHandle theImage, Handle *finalData, Boolean palette); extern OSErr SaveSCRN(FSSpec *theSpec, Handle theHandle, GWorldPtr thePreview, Rect *theRect, Handle thePrivates); #endif