LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Just wondering how Google Image Search Engines do it? (https://www.linuxquestions.org/questions/linux-newbie-8/just-wondering-how-google-image-search-engines-do-it-746304/)

beckettisdogg 08-09-2009 06:33 PM

Just wondering how Google Image Search Engines do it?
 
how does Google Indexing Engine create thumbnails of images around the web?

I guess it will first download the image into the server and then resizes it and then stores in the server....

Does it use some kind of Java applet to create the thumbnails? Or J2EE does it for them?

And what about other image search engines?

thanks, world-class experts @ L-Questions!

jrtayloriv 08-09-2009 07:20 PM

You might want to look into Imagemagick or GD for creating thumbnails.

jeromeNP7 08-10-2009 06:56 AM

I agree with the previous poster. ImageMagick or GD make more sense for large amounts of thumbnails, due to their lower footprint when using system resources. JAVA and applets are quite overkill for such tasks. Google has a stored version of every page and image that they have indexed, so they certainly store an extremely large amount of data day by day.

Linux


All times are GMT -5. The time now is 12:49 AM.