Geeqie Image Viewer 1.0alpha3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Geeqie Image Viewer 1.0alpha3 (Default branch)
# 1  
Old 01-25-2009
Geeqie Image Viewer 1.0alpha3 (Default branch)

Geeqie is a lightweight image viewer. It was forked from GQview. The development is focused on features for photo collection maintenance: raw format, EXIF/IPTC/XMP metadata, and integration with programs like UFraw, ImageMagick, Gimp, gPhoto, or ExifTool. License: GNU General Public License v2 Changes:
New features include extracting previews and thumbnails from many RAW formats (requires Exiv2 0.18), improved speed (especially on dual-core processors), improved connected scroll and zoom controls, and experimental features for image selection and metadata editing. Back up your images before using the metadata editor. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Image viewer for Unix

Hello, I am running Sco Openserver 5.0.5. I need to be able to print images from this server. When I try to print the file it prints out a bunch of garbage(source). Is there a viewer available so that I can print these image files?? Or is there anther way to print images. Thanks (1 Reply)
Discussion started by: stufine
1 Replies
Login or Register to Ask a Question
Image::EXIF(3pm)                                        User Contributed Perl Documentation                                       Image::EXIF(3pm)

NAME
Image::EXIF - Perl extension for exif library SYNOPSIS
use Image::EXIF; use Data::Dumper; my $exif = Image::EXIF->new($file_name); # or: my $exif = Image::EXIF->new; $exif->file_name($file_name); my $image_info = $exif->get_image_info(); # hash reference my $camera_info = $exif->get_camera_info(); # hash reference my $other_info = $exif->get_other_info(); # hash reference my $point_shoot_info = $exif->get_point_shoot_info(); # hash reference my $unknown_info = $exif->get_unknown_info(); # hash reference my $all_info = $exif->get_all_info(); # hash reference print Dumper($all_info); DESCRIPTION
Perl package Image::EXIF based on exiftags by Eric M. Johnston: <http://johnst.org/sw/exiftags/>. AUTHORS
o Aaron Crane <arc@cpan.org> (current maintainer) o sergey s prozhogin <ccpro@rrelaxo.org.ru> REPORTING BUGS
Please report bugs at either of the following locations: o https://rt.cpan.org/Public/Dist/Display.html?Name=Image-EXIF <https://rt.cpan.org/Public/Dist/Display.html?Name=Image-EXIF> o https://github.com/arc/p5-image-exif <https://github.com/arc/p5-image-exif> SEE ALSO
exiftags. perl v5.14.2 2012-05-11 Image::EXIF(3pm)