Hello is there any API's for the loading an image from a specified path.
i.e i should specify the path of the image and after tat it should load the image from tat path... is there any api???
thanks for any replies............
Hello is there any API's for the loading an image from a specified path.
i.e i should specify the path of the image and after tat it should load the image from tat path... is there any api???
thanks for any replies............
I am not sure if there is any image loader API which you could use without specifying an actual image file (with its path).
So yes, there is. A general purpose API is CImageDecoder, you can find usage examples in the Wiki, even a synchronous one.