;This file contains all the help information for CImage. Semicolons are remarks ;and colons denote the topics. The Help commands read a topic until EOF or ;until they reach the next topic. Feel free to add your own notes, and ;fixes as you deem necessary. ; ;If you add a topic, make sure that you ADD the topic to the TOPICS topic. ; :GENERAL ллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл л л л CImage --- Image Processor by Paul Nettle л л Copyright 1993 Paul D. Nettle. All Rights Reserved. л л л ллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллллл GENERAL HELP: For detailed help on a specific command, just type HELP . Most information you will ever need is available on-line in Cimage via the HELP command. For a list of available topics, just type HELP TOPICS. The help filename is "CIMAGE.HLP" and must be located in current dir- ectory. If it's not found there, then CImage will search for it in the directory where CImage was run from. This allows different help files for different projects and tasks. The help file is just plain text, and therefore allows you to add topics to it, or modify it as you see fit. Please be sure to contact the author if you find any errors in the CIMAGE.HLP file. The help file is modified with any DOS text editor (such as DOS's "EDIT.EXE"). Commands may be separated on the same command line with a ';'. For example, "load image.gif 0;show 0" will load the image, then show it. When you type commands, CImage executes them in the following order: Resolves any CImage environment variables (using %var% convension) Resolves any macros Tries to execute as an internal CImage command (HELP, LOAD, etc...) Looks for it as a CImage batch file (EXAMPLE.IPB) Passes the entire command line to DOS (with the CImage environment variables and macros already resolved) Currently, CImage does not support wild cards at all. This does not limit you from using them for DOS commands from within CImage. If you type "DIR *.EXE" from the CImage command prompt, that command is still sent to DOS as-is. You know CImage is running by it's prompt modifier, an underscore. This can be changed by executing the PMOD command. See the PMOD command for more information on the prompt modifier. ;------------------------------------------------------------------------------ :TOPICS System level commands: [EXIT/Q/QUIT] [`] [?/HELP] [REM] [ASK] [PAUSE] [ECHO] [PERCENT] Batch file processing: [IF] [IFNOT] Graphic File Manipulation tools: [LOAD] [SAVE] [MERGE] [TERRain] Buffer Manipulation Tools: [LB] [FREE] [SHOW] [MEM] Local Environment Variables and Macros: [VMODE] [VCOLORS] [CRES] [SET] [MACRO] [GAMV] [BIOSinfo] [VESAinfo] Image Enhancement tools: [NEGate] [ADD] [SUBtract] [MULTiply] [DIVide] [BRIghten] [DARKen] [NOISe] [GREYscale] [NORMalize] [GAMMa] [CONV] [LC] [PIX] [OVERlay] [BIN] Image Manipulation tools: [FLIP] [CPY] Image Generators: [FADE] [PLASMA] [FILL] ---------------------------------------------------------------------------- OTHER TOPICS: [TOPICS] [GENERAL] SEE ALSO: None. ;------------------------------------------------------------------------------ :` PURPOSE: Send a command directly to DOS bypassing the CImage command processor shell. SYNTAX: ` -or- ` DESCRIPTION: This is useful for commands like MEM. Since DOS has a MEM command as well as CImage, you can only run DOS's MEM by using the `left single quote'. NOTES: Another way to perform a similar function is to create a DOS batch file that runs MEM called M.BAT. This is, of course, not very practical. SHORTCUT: None. SEE ALSO: None. ;------------------------------------------------------------------------------ :: PURPOSE: The `colon' is used in batch files only for designating a label. SYNTAX: :