Image Viewer 2.4.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Image Viewer 2.4.1 (Default branch)
# 1  
Old 11-15-2008
Image Viewer 2.4.1 (Default branch)

ImageImage Viewer is a multi-frame (animated) image viewer with real-time interactive pan and zoom viewing that uses the GTK+ toolkit and Imlib. It is capable of opening and saving to any image format supported by Imlib. It features screenshots (screen capture), crop, resizing, print, fullscreen display, display on the desktop (root window), animation (creating animated GIFs), color leveling, drawing font/text strings, and editing image header information. License: GNU General Public License (GPL)Changes:
Support for opening and saving MNG and JNG images, improved conversion of RGBA to RGB image data before saving by combining with the background color first, and a -z zoom to fit argument that zooms the image to fit to the size of the window at startup when used with the --geometry argument.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
IMGVINFO(1)						      General Commands Manual						       IMGVINFO(1)

NAME
imgvinfo - extract and display interesting things from a Pilot Image Viewer pdb header, version 2.0. SYNOPSIS
imgvinfo [-h] [-v] [-t fmt] [-{u|l}] [in [...]] DESCRIPTION
imgvinfo is a simple tool for extracting and displaying a couple things from a Pilot Image Viewer pdb file; the name, creation time, last modified time, last backup time, version, type, last position, anchor position, image size, and the note (if present) are extracted and printed on the standard output. The creation time and mod time are incorrect most of the time; all of the Image Viewer pdb files that I've come across have 1907-08-16 19:38:22 (UTC) here and that makes no sense at all. However, if you've created an image pdb with pgmtoimgv(1) or pbmtoimgv(1), these times will be correct. This program was originally written to test some .pdb header parsing code but it may be a usefull little tool anyway. OPTIONS
-h Display a short usage message and exit. -v Display the version and exit. -t fmt Specify the time format. The default is "%Y-%m-%d %H:%M:%S" (the ISO8601 standard). See strftime(3) for the available format codes. -u Output times in UTC rather than the local time zone. -l Output times in the local time zone (default). in The input file. The standard input is read by default. A file name of - means the standard input. SEE ALSO
imgvtopnm(1), imgvview(1), pbmtoimgv(1), pgmtoimgv(1), ppmimgvquant(1), pbm(5), pgm(5). BUGS
Bug reports should be sent to Eric A. Howe (mu@trends.net). LICENSE
Copyright (C) 1997,1998 Eric A. Howe <http://www.trends.net/~mu>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Sept 1997 IMGVINFO(1)