bmp file
I am trying to create a bitmap file that is uncompressed 320x200 pixel 16 bits-per-pixel RGB565 format. preferably in color. any help
I am trying to create a bitmap file that is uncompressed 320x200 pixel 16 bits-per-pixel RGB565 format. preferably in color. any help
I understand your worry, but it is misplaced. You a trying to make a low definition colour image but you have high definition colour.
The mode 16 bit colour in Photoshop is 16 + 16 + 16 = 48 bits.
You want 5+6+5 = 16 bits.
So you currently have three times too much detail.
So reduce it to Photoshop 8 bit (which is 8 + 8 + 8 = 24 bits) and allow the save as to reduce it more.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.