I want to know how to read a jpg file that is over 80mb in Mfc.
I tried using freeimage and cximage libraries, but I could not open large images.
(For cximage, we tried increasing MAX_MEMORRY_SIZE, but it didn't work.)
I have no choice but to use MFC in VS6.0 so please help me.
When you load an image with a file name, the load itself is not possible. (Return 0)
example cimage.Load(szFileName);
, FreeImage_Load(fformat, szFileName)
Small images work well. and The method using OleLoadPicture also fails to load.
question from:
https://stackoverflow.com/questions/65933309/load-jpg-image80mb%e2%86%91-in-vs6-0-mfc 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…