00001
00036 #ifndef _PICCROPPERRGB24IMPL_H
00037 #define _PICCROPPERRGB24IMPL_H
00038
00039 #pragma once
00040
00041 #include "PicCropperBase.h"
00042
00043
00044
00045
00046
00047
00048 class PicCropperRGB24Impl: public PicCropperBase
00049 {
00050 public:
00051
00052 PicCropperRGB24Impl(void) { }
00053 PicCropperRGB24Impl(int widthOut, int heightOut, int widthIn, int heightIn, int left, int right, int top, int bottom): PicCropperBase(widthOut,heightOut,widthIn,heightIn,left,right,top,bottom) { }
00054 virtual ~PicCropperRGB24Impl(void) {}
00055
00056
00057 int Crop(void* pInImg, void* pImg);
00058
00059 };
00060
00061 #endif // _PICCROPPERRGB24IMPL_H