We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I created a Processing library to make it easy to fetch images from either Flickr, Instagram, Google or your local file system.
You can find the library on Github. (https://github.com/keshrath/ImageLoader)
Cheers to all, Mathias
Comments
Hello! I have tried the library with Flickr. It looks like the same image are coming back often. When I start the sketch it always the same image. example keyword robot
How those random work ? By date uploaded it is possible to set it relevant. Is it possible to get control the image we see: image(1) image(2)? Thanks for any info on how to understand better.
getRandom() is a simple random function.
I will update the library with a getIndex function soon.
Till than you could use the getCopyList function to get your own list and than iterrate through this new list.
I updatet the libraray. It's now possible to get an image by using the index function. I also added support for the giphy api.
Tumbr and Gif File support is now added.
I installed ImageLoader library and tried the examples. I tried google, flicker examples. But no images appear even when I click the mouse button.
did you modify the examples to include your api keys?
Thank you koogs! it works!