Image.getRGB() return white background on some devices #2

Closed
opened 2024-10-16 08:17:06 +01:00 by sillysagiri · 1 comment
Owner

turn out in some device getRGB() return data with white background,
this cause BMF.SetColor() to be completely white

turn out in some device getRGB() return data with white background, this cause BMF.SetColor() to be completely white
Author
Owner

the solution right now is loading raw rgb image directly.
the file sizes might balloon to the size of my ego (uncompressed, of course)
but fear not! when we throw some gzip compression into the mix
it often end up with files that are smaller than the originals

can be combined using rgb15 magic through sillyimage to shrink the file sizes even further. maybe with indexed palette?
there is plans to support indexed palettes on sillySagiri/sillyimage#1

the solution right now is loading raw rgb image directly. the file sizes might balloon to the size of my ego (uncompressed, of course) but fear not! when we throw some gzip compression into the mix it often end up with files that are smaller than the originals can be combined using rgb15 magic through sillyimage to shrink the file sizes even further. maybe with indexed palette? there is plans to support indexed palettes on sillySagiri/sillyimage#1
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sillysagiri/dothack-j2me#2
No description provided.