00001
00037 #ifndef _PICCROPPERRGB32IMPL_H
00038 #define _PICCROPPERRGB32IMPL_H
00039
00040 #pragma once
00041
00042 #include "PicCropperBase.h"
00043
00044
00045
00046
00047
00048
00049 class PicCropperRGB32Impl: public PicCropperBase
00050 {
00051 public:
00052
00053 PicCropperRGB32Impl(void) { }
00054 PicCropperRGB32Impl(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) { }
00055 virtual ~PicCropperRGB32Impl(void) {}
00056
00057
00058 int Crop(void* pInImg, void* pImg);
00059
00060 };
00061
00062 #endif // _PICCROPPERRGB32IMPL_H