Bitmap Manipulation Intel-Optimized ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i need highly optimized image(bitmap) processing classes. There are lots of scaling, shadowing, blurring, warping and pixel-manipulating operations for my OwnerDrawn Inerfaces. I can use GDI / GDI+ (when XOR mode is possible again) / DirectDraw,Direct3D or the Intel IPP Package(comparatively cheap). Which is the best one? I use only INTEL processors, so the CPU dependence (IPP) does not matter. Thanxs ! Marco