poSoft Text Logo
Overview
Currently selected poApps
poImgview
poImgBrowse
poBitmap
poSlideShow
poImgdiff
poDiff
tkdiff
poPresMgr
Tcl extensions
SGI related
Unsupported
History
Related links
Contact
poSoft Logo
Valid XHTML 1.0 Transitional

poBitmap - Command line usage

> poApps --help --bitmap

Usage: poApps [Options] [DirOrFile1] [DirOrFileN]

Start the portable application selection window.

General options:
--help            : Display this usage message and exit.
--helpimg         : Display image type settings and exit.
--helpfile        : Display file type settings and exit.
--helpall         : Display all usage messages and settings and exit.
--version         : Display version and copyright messages and exit.
--config <dir>    : Specify directory of the configuration files.
                    Default: User home directory (C:\Users\obermeier).

General batch options:
--verbose         : Display verbose information.
                    Default: No.
--overwrite       : Overwrite existing files.
                    Default: No.
--nosaveonexit    : Do not save settings on exit. Use this flag, if using
                    batch mode and don't want to change current settings.
--nosplash        : Do not show splash screen on startup.
                    Current setting: Do not show splash.
--hidewindow      : Hide windows when performing batch processing.
                    Default: No.

Application selection options:
--imgview         : Start the image view application.
--imgbrowse       : Start the image browse application.
--imgdiff         : Start the image diff application.
--slideshow       : Start the image slide show application.
--bitmap          : Start the bitmap edit application.
--dirdiff         : Start the directory diff application.
--filediff        : Start the file diff application.
--presmgr         : Start the PowerPoint presentation management application.

Use --help and one of the above selection options for application specific help.

Note: If using options with parameters, you have to specify the
      application selection option.


poApps: poBitmap [BitmapFile|Directory]

Bitmap manipulation program similar to the classic Unix bitmap program.
If a valid bitmap file is specified, the image is loaded for manipulation.
If a valid directory name is specified, the bitmap browser window is opened.

Options:
--scale <float>     : Scale bitmap by specified factor.
                      Default: No scaling.
--convfmt <string>  : Use specified format for converted bitmaps.
                      Default: "SameAsInput".
--convopt <string>  : Use specified format option for converted bitmaps.
                      Default: Depending on input format.
--convname <string> : Template for converted bitmap files.
                      Default: "Conv_%s".
                      Use "%s" to insert original name without file extension.
                      Use "%d" or a printf variation to insert a number.
--convnum <int>     : Start value for filename numbering while converting.
                      Default: 1.
--convdir <dir>     : Directory for converted bitmap files.
                      Default: "SameAsInput".

Available conversion output formats (use --helpimg for more info):
  BMP DTED GIF ICO JPEG PCX PNG PPM POSTSCRIPT RAW SGI SUN TGA TIFF XBM XPM

Shortcuts:
Escape            : Cancel nearly everything.
Arrow keys        : Move drawing cursor.
Ctrl  + Arrow key : Set   pixel under cursor, then move cursor.
Shift + Arrow key : Clear pixel under cursor, then move cursor.

Top of page