This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* <h1>Calculate Index of Photo Resolutions</h1> | |
* The CalculateQualityIndexes implements a method | |
* that calculates the index for different sections | |
* of photo qualities, and returns them as an array. | |
* <h2>Example usage:</h2> | |
* <p> Calculating the indexes for High, Medium and Low | |
* resolution photos fetched as JSONArray from Facebook | |
* GraphAPIs images field of photo endpoint, | |
* and stored in a LinkedHashMap. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* ExifCaption | |
* Class used to extract exif information from a given text | |
* @param ISO the ISO info | |
* @oaram Aperture the Aperture info | |
* @param ShutterSpeed the Shutter Speed info | |
* @param DeviceName the DeviceName info | |
* @oaram caption the String from which the EXIF info is to be extracted | |
*/ |
NewerOlder