Faster osm (#2874)

Much faster OSM map handler
This commit is contained in:
Totoo 2025-11-21 09:30:01 +01:00 committed by GitHub
parent c01597baf2
commit 6b02ba6e5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 128 additions and 15 deletions

View file

@ -42,6 +42,7 @@ class BMPFile {
uint32_t getbpr() { return byte_per_row; };
bool read_next_px(ui::Color& px, bool seek);
bool read_next_px_cnt(ui::Color* px, uint32_t count, bool seek);
bool write_next_px(ui::Color& px);
uint32_t get_real_height();
uint32_t get_width();