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.
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.