Use this tag for questions related to downloading any kind of images programmatically.
Questions tagged [imagedownload]
275 questions
2
votes
3 answers
SDWebImage - how to extend download timeout
I'm using SDWebImage in my application and it works great on WiFi and 'good' 3G connections. However under slow network connections (e.g. poor 3G) it always fails downloading images because it looks like there's a 10 second timeout limit.
Can I…

Eduardo Coelho
- 1,953
- 8
- 34
- 60
2
votes
0 answers
Is it possible to show an image in android while downloading it from a server?
I know that WPF and C# have a feature where you can bind a byte-array to an image-view.
Is this feature possible for an android image-view, too? So i can show a picture in bad quality before i have downloaded it completely?

Frame91
- 3,670
- 8
- 45
- 89
1
vote
1 answer
Link to force download of external image with Python web app
I've got a Python (Wep2py) web app that generates QR codes using the Google chart API. The app displays the QR code on the screen, and I want to offer a link to download it. Considering the images are not on my server, what are my options?
Example…

Yarin
- 173,523
- 149
- 402
- 512
1
vote
0 answers
How do I do a lazy load of images in ListView from PHP server to Android
I am new to android & exploring it.I need to load image of User dynamically in my list shown below
list of Users!
I use one static image to show as user image from my resource folder. this list is dynamic & get change as my location get change but…

Rupesh Yadav
- 12,096
- 4
- 53
- 70
1
vote
1 answer
Unity Engine freezes when trying to download an image from URL
I am writing a Pokemon TCG application, and I need to obtain card images at runtime from URLs (such as https://images.pokemontcg.io/bw1/1.png) in order to use them in sprite renderers. This must be done at runtime, because I won't know in advance…

Gurkenschnitzel
- 31
- 6
1
vote
1 answer
How to View Result Image from Output String in Gradio API
I am trying to generate an AI-Art QR code with with the Hugging Face's Gradio Python Client API in Google Colab. The API call returns an output string
/tmp/gradio/e7c2ab46e69f6712e387aa71344ee7a6b9848d67/tmplyvg8rd5.png
which I cannot view using the…

Gordon Liang
- 13
- 3
1
vote
0 answers
Downloading instagram images from URL lists
Currently I have a list of instagram post and I am trying to download images (only pics not videos) to analyze these pictures.
So far I use instaloader but somehow I have an error in the middle.
Is there any other way to download images from the…

BirthdayBar
- 11
- 1
1
vote
0 answers
Automatic Image Download From Google Lens
I need images similar to my own pictures. So I'm trying to download auto images from google lens results.tutorial example link
The images in the google images section were downloaded but I could not download the images in the google lens. I would…

Laura
- 56
- 5
1
vote
3 answers
How to set name for download images
I think I need help with for loop.
I have a list of 33 images. For each image I need to create a name: name, reference and number. Every product with the same reference number has to ends with number from 1 to ...x
*Like her:
Can someone give me a…

Filip Chobodicky
- 67
- 8
1
vote
0 answers
Problems with the Sentinel.jl package of Julia
Following the example given in the README of the github repository of this package (https://github.com/mhudecheck/Sentinel.jl), the saveList() function creates the /.img_cache folder but then it prints a "false" value, but it stays as if it was in…
1
vote
1 answer
Downloading A Picture of an individual Instagram post with with Instaloader and Python
Using Python and the Instaloader package I am able to to download A profile Picture via this code
import instaloader
dp = instaloader.Instaloader()
dp.download_profile(profile_name, profile_pic_only = True)
All I have to do is…

69JonDoe69
- 41
- 1
- 6
1
vote
1 answer
C#.Net Download Image from URL, Crop, and Upload without Saving or Displaying
I have a large number of images on a Web server that need to be cropped. I would like to automate this process.
So my thought is to create a routine that, given the URL of the image, downloads the image, crops it, then uploads it back to the server…

ScottM
- 121
- 1
- 4
1
vote
1 answer
PHP Get image from whatsapp with curl
To download an image received from the webhook, first, i retrieve the url with the call to the media endpoint, I execute a curl call to
https://graph.facebook.com/v14.0/790316572396xxx
where 790316572396xxx is the media id.
The code i uso to do that…

Giacomo Vallarelli
- 13
- 1
- 6
1
vote
1 answer
How to download file from api in react native
I am getting the file-like image in the response of the API then I need to download that image in mobile storage but when I was researching I didn't find the way to download a file there is the way's to download images when you have downloadable URL…
1
vote
1 answer
How to download an image from api in react without opening it?
I want to create a download button which will download image from api, I was able to do that but then got stuck in a problem . whenever I click on download button it does download the image but it also open the image in that page which makes it to…

UNRIVALLEDKING
- 265
- 3
- 15