Reputation: 13558
Google has an option that if you click the magnifying glass next to a search result, it shows you an image of the page.
Does google store these images in their database? On their filesystem? Or are they generated dynamically?
Upvotes: 0
Views: 113
Reputation: 1244
They are actually base64 encodes of the images, rather than pointers or the image itself.
Upvotes: 1