Dear friends, please help
I have this code:
Please, I cant set correct WIDTH and HEIGHT of IMAGE
Scale=1
When I set the most optimal = 15%x*scale and 15%y*scale
then is picture too small
When I set 16% then is too big....
Are my steps for SET dimension of image OK?
Thank you
p4ppc
I have this code:
B4X:
If File.Exists(File.DirInternal,"picture.jpg")=True Then
Dim myimage As Bitmap
myimage = LoadBitmapSample(File.DirInternal, "picture.jpg", 15%x*scale, 15%y*scale)
End If
Msgbox2(mainmessage,"message", "OK","","", myimage)
Please, I cant set correct WIDTH and HEIGHT of IMAGE
Scale=1
When I set the most optimal = 15%x*scale and 15%y*scale
then is picture too small
When I set 16% then is too big....
Are my steps for SET dimension of image OK?
Thank you
p4ppc