Android Question ZoomImageView with SimpleMediaManager without reducing resolution

angel_

Well-Known Member
Licensed User
Longtime User
Is it possible to keep the image resolution when uploading? I have tried this but it doesn't work

B4X:
SMM.Initialize
ExtraMediaManager = CreateMap(    SMM.REQUEST_BACKGROUND: xui.Color_Transparent, _
                                SMM.REQUEST_ZOOMIMAGEVIEW: True, _
                                SMM.REQUEST_FADE_ANIMATION_DURATION: 0, _
                                SMM.REQUEST_RESIZE_MODE: False)   
                                    
SMM.SetMediaFromFile(pnlImage, FolderImage, NameFile, "image/*", ExtraMediaManager)
 

angel_

Well-Known Member
Licensed User
Longtime User
The image looks pixelated, if the image has a higher resolution it is more noticeable but due to the size I cannot upload it
 

Attachments

  • Project.zip
    511.3 KB · Views: 120
Upvote 0
Top