Replies: 5 comments 12 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Bitmaps are centered based on the expected Modal dimensions in
But with small images the actual Modal is only about 140 px high - so the small bitmap is moved to a position below the Modal clip rectangle.
|
Beta Was this translation helpful? Give feedback.
-
Jut got PR #190 and it works great. Had to make a minor adjustment to box rendering size: 1e266b3 so that the size of the box always shows up as full size since the centering calculation relies on it. |
Beta Was this translation helpful? Give feedback.
-
btw, progress on issue #188 has allowed us to see this for the first time: |
Beta Was this translation helpful? Give feedback.
-
We are beginning to "understand where stack and heap allocation requirements are coming from." with insight in to the binary bloat associated with the There are a few ways that images could be part of this "App framework".
An image service could replace the current |
Beta Was this translation helpful? Give feedback.
-
The
ditherpunk
feature allows images to be displayed on Precursor using diffusion dithering to create black and white bitmaps.Currently, the feature is gated off. There are a few issues that need to be resolved before the feature can be turned on by default, and they fall into two categories: functional, and contextual.
Functional
Tile
passing opcodes to pass all 6 tiles at once, instead of in a loopContextual
This discussion is opened to help record decisions made around this feature.
Beta Was this translation helpful? Give feedback.
All reactions