image

1017
1
Jump to solution
01-16-2017 12:47 PM
NorbertThoden
Occasional Contributor III

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!

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
LucasDanzinger
Esri Frequent Contributor
0 Kudos
1 Reply
LucasDanzinger
Esri Frequent Contributor

I think this might be a duplicate of https://community.esri.com/thread/163630 

0 Kudos