You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
I am trying to capture map rendering as a Bitmap using the following code snippet:
The above code snippet works and provides a PNG file.
However, if I replace
compressToPNG()withcompressToInternal(), then the above capture fails and the resulting file cannot be opened.Any ideas as to why
compressToInternal()is not working?