Invert , Box Blur, Gaussian Blur,Mosaic 은 정상 동작
나머지 필터들은 화면에 보이는 부분에 필터가 부분 적용됨.
Morphological 필터는 다음과 같은 부분에 에러발생
int point = (ay * SrcPitch + ax);
cPixel32 Src = Srcs[point]; <– 에러
[이 게시물은 webmaster님에 의해 2009-08-06 19:57:41 StylePix에서 이동 됨]