1
Answer

how to load an image of 20 MB

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)