Why Memory allocation failed whe HPDF_LoadPngImage

2019-09-20 05:12发布

I got a exception ERROR: error_no=1015, detail_no=0 using HPDF_LoadPngImageFromFile to load a png file with a jpeg file extention.I have libpng and libpng-dev installed. I can not figure out why this exception occurs. Anyone help me? Thanks.

1条回答
SAY GOODBYE
2楼-- · 2019-09-20 05:24

LOL,I had compile libaru demo already....thanks stackoverflow..and libharu developer.

ERROR: error_no=1015, detail_no=0

general , you must check your image file weather or not exist in current directory.

indicate you c program want to load something isn't exist.

Good luck.

查看更多
登录 后发表回答