Skip to main content
Participant
September 10, 2024
Answered

I need a BMP with RGB565 (TV splash), any idea how to save?

  • September 10, 2024
  • 1 reply
  • 861 views

Client need a BMP format with RGB565 (means 16bits?) but i tried many method still failed. Any idea how o save this format? i'm using PS 2023/2024. Thanks~

This topic has been closed for replies.
Correct answer davescm

RGB565 is 5 bits for red 6 bits for green and 5 bits for blue. 

So start with an RGB 8bit/channel image.

 

Choose Save as

Change the output format to bmp

Click Save and a dialogue box will open

Click Advanced Modes

There you will find R5 G6 B5

 

 

Dave

 

1 reply

davescm
Community Expert
davescmCommunity ExpertCorrect answer
Community Expert
September 10, 2024

RGB565 is 5 bits for red 6 bits for green and 5 bits for blue. 

So start with an RGB 8bit/channel image.

 

Choose Save as

Change the output format to bmp

Click Save and a dialogue box will open

Click Advanced Modes

There you will find R5 G6 B5

 

 

Dave

 

Participant
September 11, 2024

Got it! thank you very much!