Image data is 24-bit, not 15-bit
This commit is contained in:
parent
418293d27a
commit
419a8346d6
1 changed files with 2 additions and 2 deletions
|
@ -3273,8 +3273,8 @@ Member: screenshot
|
|||
\begin_layout Standard
|
||||
Screenshot of current frame.
|
||||
Only present in savestates.
|
||||
First 2 bytes are big-endian width of image, rest are big-endian 15-bit
|
||||
image data (5 bits per channel*pixel, the MSB is unused).
|
||||
First 2 bytes are big-endian width of image, rest are 24-bit RGB image
|
||||
data.
|
||||
Height of image is inferred from the width and size of data.
|
||||
\end_layout
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue