00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef __TLTRANSFORMS_H__
00018 #define __TLTRANSFORMS_H__
00019
00020
00021 #include "tlVision.h"
00022
00023
00024
00025 int tl_rotate_right (tlPixel *src, int width, int height, int pixel_width, tlPixel *dest);
00026 int tl_rotate_left (tlPixel *src, int width, int height, int pixel_width, tlPixel *dest);
00027
00028
00029 #endif