Image cache reduces client-server requests for images.Image cache is useful for fast retrieval of images. we can store server side images in application using image cache and retrieve any time when we want even if server connected or not.
Questions tagged [image-caching]
222 questions
0
votes
0 answers
Load Multiple images using AsyncImageLoader iOS
I'm trying to load Multiple images by using AsyncImageLoader ,
I'm use the following code
The first image ..
[[AsyncImageLoader sharedLoader]loadImageWithURL:[NSURL URLWithString:@"http://XXXX1.png"] target:self success:@selector(imageLoaded:)…

Adel
- 648
- 1
- 9
- 26
0
votes
3 answers
How to populate GridView if Internet not available but images already cached to SD Card
Hello I am writing an Application in which i am parsing JSON Images and then caching into SD Card.
What I want to do ?
I want to load images into GridView from JSON (by caching images into SD Card), and wanna populate GridView (no matter Internet…

Sophie
- 2,594
- 10
- 41
- 75
0
votes
0 answers
Is there any Image loader with Bitmap input android
i need a image loader with bitmap input .All i see is the Image Loader with acceptable URI as input. I need a Image Loader just to cache the image not for downloading.

Gowtham
- 47
- 1
- 1
- 8
0
votes
1 answer
Intervention Image and cache Browser / Laravel 4
i'm working with Intervention Image and his extension for the cache Intervention Image Cache It work pretty well.
What i'm trying to be able is to cache the image on the browser with the headers and Intervention.
Wich is the best way to achieve…

Fabrizio Fenoglio
- 5,767
- 14
- 38
- 75
0
votes
1 answer
ImageResizer resized images and CDN
If a request is made to a CDN for a resized image, am I right in assuming that a second request for the same image but for a different size will NOT return the cached image?
E.g.
1st request: myphoto.jpp 100x200
2nd request: myphoto.jpg…

wallismark
- 1,766
- 2
- 21
- 35
0
votes
1 answer
Fetching and caching photos on demand with nginx
I am developing an application, where I use most of the photos provided by a third party service. While building my first prototype, I got the images directly from the service, i.e.
It…


Preslav Rachev
- 3,983
- 6
- 39
- 63
0
votes
1 answer
Apache mode_cache image cache
I have read an article here but I don't understand exactly how to configure it as described. Actually what I want is serving images fast using wither memory or desk - I have searched and tried to configure it but none of them worked as I expected. I…

sampath challa
- 353
- 2
- 7
0
votes
1 answer
Where is NSTemproryDirectory present?
I am doing image caching and I am saving the files to a temporary directory NSTemporaryDirectory. Its seen in log as /var/folders/.... .Where is this thing present. I am currently doing all this in the simulator?

wolverine
- 2,967
- 5
- 31
- 35
0
votes
1 answer
Android webview save images to device
I have a webapp with some quite heavy images and they took a while to load
Is possible to save images from a website to an android device and then load them in a webview?
Thanks

leojg
- 1,156
- 3
- 16
- 40
0
votes
0 answers
Issue: Images Cached on Server?
I have seen an error which seems extremely weird to me.
http://www.shrimadrajchandramission.org/grace/downloads/wallpapers/images/download.php?wp=SRM-Wallpaper-36-highres.jpg
On my browser, the above link shows 8.4 MB download file…

Nirav Zaveri
- 687
- 1
- 9
- 28
0
votes
1 answer
Images inside RichTextBlock get hidden randomly
I have a Silverlight 5 NavigationApplication with a RichTextBlock and TreeView. every time one of TreeView items clicked, i add some images into RichTextBlock using code-behind. the problem is that sometimes when TreeView's SelectedItem is changed,…

Amir Oveisi
- 1,668
- 1
- 16
- 25
0
votes
1 answer
Picasso - java.lang.NullPointerException: key == null
I am using Picasso in one of my application to download a lot of images for future usages as the application will be totally offline mode after login.
So after successful login I was trying to download the images in a AsyncTask with a Progress
To…

Tanmay Mandal
- 39,873
- 12
- 51
- 48
0
votes
1 answer
Howto cache images on IIS7
I have a web application that get a big amount of images via a server script proxy
which re-sizes them to specific thumbnails size.
so the url of a given image would be something…

Ajar
- 1,051
- 3
- 13
- 29
0
votes
2 answers
Android Volley - Some disc cached images dont get displayed?
I've run into this weird error, where some images get cached as usual and some don't, any idea why?
Both images do get displayed and memory cached just fine, but when offline some display error image.
For example, this works…

urSus
- 12,492
- 12
- 69
- 89
0
votes
0 answers
SDWebImage multiple image download issue
I need images from URLs in my app and I also need to cache them for reuse.
Here is my code to download various images from various URLs:
__block UIActivityIndicatorView *activityIndicator = [UIActivityIndicatorView.alloc …

Nirav Bhatt
- 6,940
- 5
- 45
- 89