Some pictures from Burj Khalifa

2011-08-01 1 min read Photo

DSC_3593{.shutterset_}

 

[php]
$file = ‘/var/chroot/home/content/02/6377202/html/wp/wp-content/uploads/copper_albums/Parks_Dubai/orig_DSC_5287.jpg’;
$exif = exif_read_data(“$file”, 0, true);
$key=”EXIF“;
$exif = exif_read_data(“$file”, “$key”);
echo “[table border=”1”]”;
//foreach ($exif as $key => $section) {
//similar_text($section, ‘EXIF’, $p);
//if ( $p == 0 )
//{
foreach ($exif as $name => $val) {
echo “[tr]”;
echo “$key.$name ”;
echo “$val ”;
echo “[/tr]”;
}
//}
//}
echo “[/table]”;
[/php]

Enhanced by Zemanta

F-Spot photo viewer – another tool with option to view the exif data.

2010-09-22 1 min read Photo

Here is another tool worth looking at for <a class="zem_slink" title="Image viewer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Image_viewer">Image Viewer. Its called F-spot and the description for the same is as below :

F-Spot is an application designed to provide personal photo management to the GNOME desktop. Features include import, export, printing and advanced sorting and tagging of digital images.

Continue reading

Using EOG and other image viewers to learn tricks of photography

2010-09-12 1 min read Photo

<img class="size-medium wp-image-2472" title="Eye of Gnome Viewer with exif data" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/09/eog-300x218.jpg" alt="Eye of Gnome Viewer with exif data" width="300" height="218" />

Today we will look at how a simple viewer like <a class="zem_slink" title="Eye of GNOME" rel="homepage" href="http://www.gnome.org/projects/eog/">EOG of Gnome can help you learn some basic things about Photography.

To begin with, we will open eog and then go to :

Edit -> Preferences -> Plugins

and enable

<a class="zem_slink" title="Exchangeable image file format" rel="wikipedia" href="http://en.wikipedia.org/wiki/Exchangeable_image_file_format">Exif Display

Continue reading