ancp 0 Posted November 20, 2010 (edited) Hello, I need convert any bitmap (BMP, PNG, TIF etc.) with any BPP to a non-standard file (no image, but data included 8-bit color depth), which will contain a BITMAP DATA and COLOR PALETTE like BMP(DIP) 8-bit. Is possible use GDIPlus.au3 for getting BITMAP DATA and COLOR PALETTE? I know BMP format file, but when I use GDI+ to converting from other format, I'd like to make their work easier. My idea is: 1) convert any bitmap to BMP 8-bit 2) read Bitmap data from BMP-8 >> ...write pixel to pixel (byte to byte) to external file 3) read collor palete from BMP-8 >> ...Write color by color to external file Many thanks Edited November 20, 2010 by ancp Share this post Link to post Share on other sites