Hi all,
Anyone who has used libpng to load PNGs. I have a memory pointer in which i have the Png image loaded (const void *pvPng) I want to get the png_info and png_struct pointer so that I can proceed further.
The purpose of this is I have to rewrite my code which is using leadtool library...