You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a 8-bit bmp file which size is 4x2 . There are two questions I want to solve.
How do i get this bmp's palette.(1024bytes , 256 colors)
How do i get the palette index of a position.
As a example , the 4x2 image like below
0x11 0x22 0x33 0x44
0x55 0x66 0x77 0x88
So the position(0,0) palette index is 0x11
the position(1,2) palette index is 0x77.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a 8-bit bmp file which size is 4x2 . There are two questions I want to solve.
As a example , the 4x2 image like below
0x11 0x22 0x33 0x44
0x55 0x66 0x77 0x88
So the position(0,0) palette index is 0x11
the position(1,2) palette index is 0x77.
Thx.
Beta Was this translation helpful? Give feedback.
All reactions