I have bitmap 2592x2048 8bit i tried several basic variants of resize, and after each variants pxlFormat changed to 32 bit. How can i avoid this ?
Answer You need to create a copy of the desired size, and convert the image to 8 bit (using http://www.wischik.com/lu/programmer/1bpp.html)