I am working on a C shared library that would contain one function that receives a filename, and returns a pointer to the C-array representation of the image.
I read VIPS_INIT
needs to be set in the beginning of the program, with argv[0]
as its argument. However, since this is a shared library, I'm not sure where exactly do I need to place this.