1
Answer

how to load an image of 20 MB

manral_s

manral_s

20y
1.8k
1
How can I load an image of 20mb. When I try to load it using Image( const WCHAR *filename, BOOL useEmbeddedColorManagement); or FromFile It gives me error ‘memory overflow’. Is there a way to allocate big memory in constructor? Thanks in advance, Sanjeev

Answers (1)