Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

skivi(1) [debian man page]

SKIMAGE(1)						      General Commands Manual							SKIMAGE(1)

NAME
skivi - a scikits-image viewer SYNOPSIS
skivi filename DESCRIPTION
An image viewer built on the scikits-image QT display plugin, that allows adjusting color balance, exposure, etc. skivi is a convenience wrapper around the following code: from skimage import io import sys io.use_plugin('qt') image = io.imread(sys.argv[1]) io.imshow(image, fancy=True) AUTHOR
The scikits-image team: http://skimage.org SKIMAGE(1)

Check Out this Related Man Page

eog(1)								   User Commands							    eog(1)

NAME
eog - GNOME image viewer SYNOPSIS
eog [--disable-image-collection] [--fullscreen] [--slide-show] [gnome-std-options] [filename...] DESCRIPTION
The eog application is an image viewer for GNOME. The specified image files are each displayed in a separate eog window. OPTIONS
The following options are supported: -c, --disable-image-collection Disable image collection. -f, --fullscreen Open in fullscreen mode. -s, --slide-show Open in slide show mode. gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5) for more infor- mation. OPERANDS
The following operands are supported: filename The name of the image file to be viewed. EXAMPLES
Example 1: Launching the GNOME image viewer example% eog Example 2: Opening the image file test.png in GNOME image viewer example% eog test.png EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/eog Executable for GNOME image viewer. eog stands for "Eye Of GNOME". ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-image-viewer | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
Eye of GNOME Manual Latest version of the GNOME Desktop User Guide for your platform. attributes(5), gnome-std-options(5) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003, 2006, 2007. SunOS 5.11 08 Nov 2007 eog(1)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

counting characters

Hi All, I need some help in counting the number of letters in a big file with separations. Following is the file I have >AB_1 MLKKPIIIGVTGGSGGGKTSVSRAILDSFPNARIAMIQHDSYYKDQSHMSFEERVKTNYDHPLAFDTDFM IQQLKELLAGRPVDIPIYDYKKHTRSNTTFRQDPQDVIIVEGILVLEDERLRDLMDIKLFVDTDDDIRII... (6 Replies)
Discussion started by: Lucky Ali
6 Replies

2. Shell Programming and Scripting

parsing data and incorporating it into another file

Hi All I have two files: file 1 >AB_1 MLKKPIIIGVTGGSGGGKTSVSRAILDSFPNARIAMIQHDSYYKDQSHMSFEERVKTNYDHPLAFDTDFM IQQLKELLAGRPVDIPIYDYKKHTRSNTTFRQDPQDVIIVEGILVLEDERLRDLMDIKLFVDTDDDIRII RRIKRDMMERGRSLESIIDQYTSVVKPMYHQFIEPSKRYADIVIPEGVSNVVAIDVINSKIASILGEV >AB_2... (5 Replies)
Discussion started by: Lucky Ali
5 Replies

3. Shell Programming and Scripting

Removing a portion of data in a file

Hi, I have a folder that contains many (multiple) files 1.fasta 2.fasta 3.fasta 4.fasta 5.fasta . . 100's of files Each such file have data in the following format for example: vi 1.fasta Code: >AB_1 MLKKPIIIGVTGGSGGGKTSVSRAILDSFPNARIAMIQHDSYYKDQSHMSFEERVKTNYDHPLAFDTDFM (6 Replies)
Discussion started by: Lucky Ali
6 Replies

4. Shell Programming and Scripting

parsing data and incorporating it into another file

Hi, I have a folder that contains many (multiple) files 1.fasta 2.fasta 3.fasta 4.fasta 5.fasta . . 100's of files Each such file have data in the following format for example: vi 1.fasta >AB_1 gi|15835212|ref|NP_296971.1| preprotein translocase subunit SecE... (3 Replies)
Discussion started by: Lucky Ali
3 Replies

5. Shell Programming and Scripting

Editing headers

Hi, I have a folder that contains many (multiple) files 1.fasta 2.fasta 3.fasta 4.fasta 5.fasta . . 100's of files Each such file have data in the following format for example: vi 1.fasta >AB_1 200bp MLKKPIIIGVTGGSGGGKTSVSRAILDSFPNARIAMIQHDSYYKDQSHMSFEERVKTNYDHPLAFDTDFM... (4 Replies)
Discussion started by: Lucky Ali
4 Replies