00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * 00008 * Mark Alexander 00009 * Side Effects 00010 * 477 Richmond Street West 00011 * Toronto, Ontario 00012 * Canada M5V 3E7 00013 * 416-504-9876 00014 * 00015 * NAME: TIL_Convert.h 00016 * 00017 * COMMENTS: 00018 * Conversion routines for converting a pixel to other pixel types. 00019 */ 00020 00021 #ifndef TIL_CONVERT_H 00022 #define TIL_CONVERT_H 00023 00024 #include <PXL/PXL_Convert.h> 00025 00026 #define TIL_Convert PXL_Convert 00027 00028 #endif
1.5.9