(NPP) Load rgb (or non 8-bit) images from file

Hi,

I’m trying to work with NPP for a RGB image, and following the available sample projects. The npp:loadImage function only works for 8-bit images.

If I use my own (or some other library), the handle is unsigned char* which I cannot typecast to npp::ImageCPU_8u_C3. What am I missing? Thanks for your help.

Anjan