manipulations the images by pixels, what is more faster:
i know what is more faster:
-pset and point are slow;
-setpixel and getpixel are more faster;
-setpixelv and getpixel are more faster;
-setpixel and getpixel using hdc variables(instead pictures directly) are more faster;
-DIB's are more faster.
but pointers??? are more faster than DIB's?