Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mapivi(1) [debian man page]

MAPIVI(1)						User Contributed Perl Documentation						 MAPIVI(1)

NAME
MaPiVi - Picture Viewer and Organizer MaPiVi means Martin's Picture Viewer DESCRIPTION
JPEG picture viewer / image management system with meta info support written in Perl/Tk for UNIX, Mac OS X and Windows. I wrote mapivi just for me, because I needed a image viewer which is also able to display and edit meta infos of JPEG pictures, like EXIF, JPEG comments and IPTC/IIM infos. As hobby photographer I am mostly interested in the EXIF infos (like timestamp, camera model, focal length, exposure time, aperture, etc.) and the possibility to add and edit IPTC infos and JPEG comments. But I also want to rename pictures according to their internal date/time and to do lossless rotation, lossless cropping and other stuff. mapivi can be found here: http://mapivi.de.vu (link to the mapivi site) or if this won't work: http://herrmanns-stern.de (real site) http://sourceforge.net/projects/mapivi (download) I would be happy to receive some feedback (e.g. on which os mapivi works), bugfixes, patches or suggestions about mapivi. Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Martin Herrmann All rights reserved. Feel free to redistribute. Enjoy! USAGE
mapivi [-i ] [file|folder] to display a certain picture use: mapivi picture.jpg mapivi will generate and display all pictures in the folder as thumbnails. The given picture will be displayed in original size or zoomed to fit the window (picture frame). to view a folder containing pictures use: mapivi ~/pics/ mapivi will generate and display all pictures in the given folder as thumbnails. to start mapivi with the import wizard mapivi -i KEYS
mapivi is controlled by the following keys: see also menu Help->Keys (the list is generated from the source code and is always actual.) Space, Page-Down Show the next picture in folder BackSpace, Page-Up Show the previous picture in folder Escape Iconify MaPiVi (Boss-Key :) Cursor-up, -down, -left, -right Scroll the picture, if it's bigger than the Canvas Shift-Cursor-up, -down, -left, -right Move to the border of the picture, if it's bigger than the Canvas q Quit MaPiVi For all other key bindings, see the menu Help->Keys MOUSE
Try the right mouse button in the thumbnail picture list for a popup menu to copy, move, rename, rotate or delete pictures, to open a new folder, to add or remove comments or to exit MaPiVi. Use the buttons to add, edit or remove JPG comments, or to display all EXIF infos. If you hold the mouse over the buttons or labels a help message will pop up (or at least at most of them :). perl v5.10.0 2009-04-03 MAPIVI(1)

Check Out this Related Man Page

9V(9.1) 																   9V(9.1)

NAME
9v, save, flip - copy picture files to and from screen SYNOPSIS
fb/9v [ -mMq ] [ -w x0 y0 x1 y1 ] [ -c cenx ceny ] [ input ] fb/save fb/flip [ -r fps ] [ -p ] p1 p2 ... DESCRIPTION
9v displays its argument picture file (default standard input) in a new window in the middle of an 81/2 screen. In addition to the native picfile(9.6) format, it tries to read images of many foreign encodings. (It guesses which encoding based on the file's name, recognizing suffixes .gif, .jpg, .jpeg, .ega, .face, .pcx, .sgi, .tga, .tif, .tiff, .rle, and .xbm. For a program that guesses based on the file's contents, see cvt2pic(9.1).) On an 8-bit display, it loads an 8-bit image's color map if it contains one. Otherwise (if the display is fewer than 8 bits per pixel, or the image is not 8-bit color-mapped) it computes the image's luminance, dithered appropriately for the available grey shades. In the 9v window button 1 displays pixel coordinates and values at the top of the window and button 3 pops up a menu. The fix cmap menu item reloads the color map, in the event that some other program has stepped on it. The exit button exits after confirmation. The -c flag specifies the window's center coordinates, overriding the default. The -w flag specifies the window's minimum and maximum x and y coordinates. Flag -m suppresses default loading the color map of images containing one. -M causes 9v to load an image's color map and exit immediately. -q makes 9v exit on receiving any mouse or keyboard event. Save writes a picture file containing its window (or screen if 81/2 is not running) onto its standard output. Flip displays many picture files in sequence in a loop. The pictures must be the same size, and must fit in memory. The pictures are all loaded into main memory and then sent to the display as required using wrbitmap (see balloc(2)), so the machine running flip can be remote; a CPU server can be used if there are many large frames. The -r option sets the display rate in frames per second. By default flip dis- plays as fast as it can: about 15 frames per second for a small picture on a Magnum. The -p flag causes a one-second pause at the end of the loop. SOURCE
/sys/src/fb/9v.c /sys/src/fb/save.c /sys/src/fb/flip.c BUGS
9v guesses the format of foreign images by looking at the filename, not its contents. SEE ALSO
picfile(9.6) 9V(9.1)
Man Page