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
7 changed files with 128 additions and 15 deletions
+1
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();