Hi!
I have to put a specific QImage onto the map many times (> 10000).
The class pictureMarker (ArcGIS Runtime for Qt (C++)) offers rendering an image on the map - fine.
But its consuming more memory then necessary. (I was looking at the GPU memory)
By now it is NOT possible to put the pixmap to the memory of the graphic card and reference that many times, in this example 10000 times. -
Is that done in the background (QPixmap offers cacheKey() - QPixmap Class | Qt GUI 5.5 ) without being documented? -
Or is there a possiblity i didn`t recognize yet?
(Is this done, if i use a Renderer like UniqueValueRenderer?)
Thank you!
Solved! Go to Solution.
I think this might be a duplicate of https://community.esri.com/thread/163630
I think this might be a duplicate of https://community.esri.com/thread/163630