Top "Flickr" questions

Use this tag for questions about the public API provided by Flickr, a photo/video sharing website Photos are tagged with metadata, such as tags, geolocation, and Exif data, which can all be accessed through the API.

How to get MD5 sum of a string using python?

In the Flickr API docs, you need to find the MD5 sum of a string to generate the [api_sig] …

python md5 flickr
Custom JSON Deserialization with Jackson

I'm using the Flickr API. When calling the flickr.test.login method, the default JSON result is: { "user": { "id": "21207597@N07", "…

java json jackson flickr
Cannot Convert System.String to System.Uri

I am using the Web Client Class to download files from the internet (Flickr actually). This works fine as long …

c# flickr
How to get static image url from flickr URL?

Is it possible to get static image URL from the flickr URL via an api call or some script ? For …

flickr
Android: BitmapFactory.decodeByteArray gives pixelated bitmap

I am working on an Android app that displays photos which are downloaded from Flickr. I obtain a bitmap object …

android image-processing flickr
Assertion Failure in UITableViewController

I am taking the iTunes U Stanford iOS Class and am working on one of the assignments to build a …

ios uitableview flickr
Is it possible to create an empty multidimensional array in javascript/jquery?

I am trying to create a very basic Flickr gallery using the Flickr API. What I want to achieve is …

javascript jquery arrays multidimensional-array flickr
Populating a GridView with ImageViews dynamically/programmatically using a ImageAdapter

I try to develop an Android App which allows the user to fetch data from flickr and show it in …

android gridview dynamic adapter flickr
jQuery $.getJSON - How do I parse a flickr.photos.search REST API call?

Trying to adapt the $.getJSON Flickr example: $.getJSON("http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&…

jquery json parsing flickr
JavaScript library similar to Imagemagick (i.e., resize images and pictures while maximizing picture fidelity)?

We would like to simulate Imagemagick functionality, but only in Javascript. Do any libraries exist? Specifically, the goal is to …

javascript image-processing imagemagick flickr