02-04-2020, 09:15 PM
If its a static image, this issue aside its much better to put it in the files or wwwroot dir and use the Image with URL. When its in memory like this, IW has to convert it each and every time to websafe format (PNG, GIF etc)... which takes CPU and RAM...
Is this image static or dynamic? ie do you make changes to the image on the fly?
If you need it dynamic, please make a ready to run simple demo (you can even just modify Guess Demo) and send to use please.
Is this image static or dynamic? ie do you make changes to the image on the fly?
If you need it dynamic, please make a ready to run simple demo (you can even just modify Guess Demo) and send to use please.

