Difference between revisions of "CC Image Sources"
Line 1: | Line 1: | ||
This page is to track the information we learn about databases of images and their APIs. [https://github.com/CreativeCommons-Seneca/meta/issues/3 Tracking bug is here]. | This page is to track the information we learn about databases of images and their APIs. [https://github.com/CreativeCommons-Seneca/meta/issues/3 Tracking bug is here]. | ||
+ | |||
+ | = Wikimedia Commons = | ||
+ | |||
+ | I used [https://github.com/abartov/wimgs wimgs] to download images from specific categories and it worked for that purpose. It's written in Ruby which is not nice. But it uses the [http://www.mediawiki.org/wiki/API:Main_page Mediawiki API] which is just URLs returning JSON. | ||
+ | |||
+ | == Metadata == | ||
+ | |||
+ | == Download entire collection == | ||
+ | |||
+ | == Formats == | ||
+ | |||
+ | Primarily JPG files (with various extensions), also PNG and GIF (including animated GIF), SVG, and even videos. | ||
+ | |||
+ | == Push == | ||
+ | |||
+ | |||
+ | = Flickr Commons = | ||
+ | |||
[[Category:CC]] | [[Category:CC]] |
Revision as of 17:28, 8 May 2015
This page is to track the information we learn about databases of images and their APIs. Tracking bug is here.
Contents
Wikimedia Commons
I used wimgs to download images from specific categories and it worked for that purpose. It's written in Ruby which is not nice. But it uses the Mediawiki API which is just URLs returning JSON.
Metadata
Download entire collection
Formats
Primarily JPG files (with various extensions), also PNG and GIF (including animated GIF), SVG, and even videos.