File: EBitmap_102.zip Author: Geoffrey Clements (clements@net1plus.com) Release: 1.0.1 (Feb. 16th, 1998) Compatibility: PR2 Location: contrib/develop Description: The EBitmap protocol and sample code Notes: This archive contains the protocol for an EBitmap BMessage. I beleive it is a pretty nice way to package up an image on the BeOS. Sample code is included. The archive also cointains a version of the SGI tiff library modified to work with BFiles. Makes things easier when working with datatypes. The sample code is for a small tiff image viewer and a feature poor tiff datatype handler. New in 1.0.1: updates to the protocol, library for converting EBitmaps to BBitmaps and back, sample code uses Thumbnail to show how easy it is to drag an EBitmap between applications. New in 1.0.2: Added BArchivable mechanism to EBitmap library, "date" should be real_time_clock_usecs rather than system_time.