tamayo461 Member Licensed User Longtime User Jun 30, 2017 #1 Hello, i have this code: B4X: Downloader.Initialize Downloader.Download(CreateMap(imgPhotoProfile: urlBase & vcapter & "/profile/photoProfile.jpg")) can I get the image properties Width and Height???
Hello, i have this code: B4X: Downloader.Initialize Downloader.Download(CreateMap(imgPhotoProfile: urlBase & vcapter & "/profile/photoProfile.jpg")) can I get the image properties Width and Height???
Erel B4X founder Staff member Licensed User Longtime User Jul 2, 2017 #2 There is no longer reason to use ImageDownloader. Use the DownloadImage sub from the resumable subs tutorial: https://www.b4x.com/android/forum/threads/b4x-resumable-subs-sleep-wait-for.78601/#content (the second sub). This also allows you to access the bitmap. Upvote 0
There is no longer reason to use ImageDownloader. Use the DownloadImage sub from the resumable subs tutorial: https://www.b4x.com/android/forum/threads/b4x-resumable-subs-sleep-wait-for.78601/#content (the second sub). This also allows you to access the bitmap.