-
-
Notifications
You must be signed in to change notification settings - Fork 76
Description
Admittedly a niche-case:
On https://github.com/lovasoa/dezoomify-rs there is the paragraph about PNG and
The PNG encoder in dezoomify-rs can create very large images; it is not limited by the available memory on your computer. This format is chosen by default when the image is very large, or its size is not known in advance.
I have a very large picture and using
dezoomify-rs.exe https://tiles.arcanum.com/mercator/europe-18century-firstsurvey/15/{{X}}/{{Y}}
Leads to my RAM running full and the image just aborting and the image not usable. So it seems the paragraph is not entirely correct - or did i miss something? The map/image in question
https://maps.arcanum.com/de/map/europe-18century-firstsurvey/?layers=163%2C165&bbox=1286999.2940432588%2C6173024.589068221%2C1360378.8411970278%2C6199357.145312464
I found someone with more RAM that is helping me out, we are curious on how big this image is gonna be.