Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
326 views
in Technique[技术] by (71.8m points)

c++ - Load jpg image(80MB↑) in VS6.0 MFC

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...