Use this tag for questions related to downloading any kind of images programmatically.
Questions tagged [imagedownload]
275 questions
1
vote
1 answer
Download image header code not working on my domain
When I am downloading the image from my website using this code it is showing me that image is damaged, but same code is working fine on other domains.
Error when I am downloading the image
Why is this code not working on my domain?
This code…

Vicky Singh
- 11
- 2
1
vote
2 answers
Multiple Image Save in Android
My application uses quite a lot of pictures that are downloaded from the multiple URLs and cached locally on the Android phone.Each image have connect to particular Id in SQLite Database . I am wondering, what is the correct way to save those…

tech_android
- 719
- 1
- 7
- 18
1
vote
2 answers
C# Code to download an image from a "not so easy" CDN
Im trying to download an image from a specific website.
Actually, my code is up and running in production for months, but it's not able to download imagens from this specific website
The image URL I need to download is this one: (for…

Harley Cabral
- 11
- 3
1
vote
1 answer
webGL && jsFiddle - image is not downloaded
I'm trying to work with webGL on jsFiddle but I'm not able to download and use an image in code. Everything works just fine running page with my example on localhost but jsFiddle is not accepting image. I would love to share my code online but I'm…

Petr Bečka
- 774
- 3
- 16
- 39
1
vote
0 answers
Why can't I upload a glitched image to Tumblr with Python?
My goal is to have a program that downloads an image, glitches it and then uploads the glitched image. So far my code looks like this:
import urllib
import random
import pytumblr
from tumblr_keys import
from BeautifulSoup import…

Lucas W
- 43
- 6
1
vote
1 answer
Android - Picasso misses pictures sometimes
I am using Picasso library for images downloading using the following code, I've to load many pictures in a loop by resizing them and transforming to circular. Sometimes images are successfully loaded and sometimes onError method is called instead…

Usman Ishrat
- 147
- 1
- 7
1
vote
1 answer
MediaWiki InstantCommons file download error
My goal: I'd like to use an image from commons.mediawiki.org within a MediaWiki installation.
First I was trying to debug my InstantCommons configuration: Referring to files on commons.mediawiki.org failed for some reason. After activating various…

Regis May
- 3,070
- 2
- 30
- 51
1
vote
0 answers
Set the order that the browser downloads the images in
Is it possible to set the order in which images are downloaded by the browser ? Ive got about 20 images on a page and looking the network tab in developer tools in chrome they seems to be downloaded in no particular order, and the order differs…

sam
- 9,486
- 36
- 109
- 160
1
vote
3 answers
Download The Images By Node(request)
I want to down some image on the site ,the image are saved by
http://a.com/1.jpg
http://a.com/2.jpg
http://a.com/3.jpg
So, I write the code to do it
My code is:
var request = require('request');
var fs = require('fs');
var mkdir =…

rccoder
- 27
- 7
1
vote
0 answers
Download multiple images to folder using javascript/jquery
I created a webpage that fetches image urls using an external api and then displays them on the page. Now i want the end user to be able to download these images all at once. Since these images do not exist on my sites server, i am looking for a…

opdb
- 221
- 1
- 3
- 12
1
vote
2 answers
direct image link from http://postimage.org/
I am using asp/html code. For some time now I am trying to retrieve a direct image link from http://postimage.org/ to my database.
I usually retrieve info from pages by form or sessions. Have done some Google research but found no useful info.
Found…

serg
- 52
- 1
- 7
1
vote
1 answer
XAMPP/MySQL Downloading images error - Java
I have part of my program that checks if there are any pictures missing from a folder and downloads them if they are missing. It works great except whenever I try to view those images, my picture viewer(InfranView, and Windows Photo Viewer) gives me…

cp1139
- 26
- 6
1
vote
5 answers
Best way to download images on Android
I'm developing an Android application which uses several images and I would like transfer bigger images (2-6 MB) on a web server to download them when need.
I've never tried it before so I've found a method which uses AsyncTask to download images on…
user3450940
1
vote
1 answer
Inserting text below image on download
I have a collection of images that a client can download should they desire. However, the boss came to me with a requirement to try and add text at the bottom of image. Unfortunately due to space constraints on the server, I can't simply use…

Trasiva
- 494
- 14
- 29
1
vote
2 answers
How to store the reference of one ImageView in another ImageView in android?
I am downloading the images from url and storing in android device, I am trying to display the images from my android device to ImageView(all ImageView has different Id's).
My Questions is:
I am downloading the images and trying to display in…

Aashish
- 91
- 1
- 5