JPEGView/Headers/TIFF.h

1 line
659 B
C

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