
Is it possible to display generated graph without saving it to a file?
I need to generate temporary image and hold it only in memory
Moderator: Rathinagiri
The memory consumption is approximately the size of the image saved in BMP format. In practice it does not affect system performance.Rathinagiri wrote:I understand your concern. What we have is a Bitmap Handle in BosTaurus library. That we destroy after saving it to a file. For having that to be retained in the memory I don't know what impacts it will make in memory consumption.
Better Claudio answer this.
Yes. When you do not need more the image must be destroy the bitmap.mol wrote:I can destroy it later...
With:Rathinagiri wrote:In that case, how can we assign the bitmap handle to an Image control of a form?