c++ function LoadThumbnailFromFile with RAD XE 8 into Android application

  

I have this code :

FTempBitmap->LoadThumbnailFromFile(FFileName,
const_cast<TImage*>(FImage)->Width, const_cast<TImage> (FImage)->Height,false);

but in Android the image is not loaded.

I’ve tried both PNG and JPEG images.

Comments are closed.