home *** CD-ROM | disk | FTP | other *** search
-
- DESCRIPTION:
-
- This simple utility magnifies an area on frontmost screen under the
- mouse pointer. The magnification factor is selectable from 1:4 to
- 8:1. Main advantage of this program is its length - only 4176 bytes
- of pure machine code!
-
-
- REQUIREMENTS:
-
- OS3.0+ (AllocBitMap, GetBitMapAttr)
- This program works even on gfx cards (under CyberGraphX) but is rather
- slow because of internal plannar-to-chunky conversions done by
- Workbench emulation.
-
-
- USAGE:
-
- Zoom can be started from CLI or Workbench and now supports following
- arguments:
-
- WIDTH/N - zoom window width
- HEIGHT/N - zoom window height
- LEFT/N - zoom window x position
- TOP/N - zoom window y position
- SF=SCALEFACTOR/K
- - magnification factor from 1:4 to 8:1
- DELAY/K/N - delay between each scaling and blitting bitmap, default 1
- CROSS/S - displays little cross in the middle of window
- STATUS/S - displays in screen title bar information about pixel under
- mouse pointer (x,y position, pen number and RGB value)
- HEX/S - displays all values in status in hexadecimal format
-
- Example:
- Zoom 100 100 450 20 sf=4:1 delay 2 cross status
-
- By default width and height are calculated from screen width and
- height with proper aspect. Default window position is bottom-right
- corner.
-
-
- KEYS:
-
- +/- -> change magnification factor, current value is displayed in
- window title bar
- ESC -> ends work of the program
- C -> turns on/off cross
- S -> turns on/off status line
- H -> turns on/off hexadecimal mode
-
- You can of course change window position and size, too.
-
-
- AUTHOR:
-
- Zoom was written in Devpac assembler on A4030/882/10MB/850MB/CDROM.
- All comments/bug reports send to:
-
- Pawel Hernik
- Nowowiejska 24/3
- 25-532 Kielce
- POLAND
- tel/fax (041)27012
-
- E-mail: spi-ph@srv1.tu.kielce.pl
- phernik@sabat.tu.kielce.pl
- WWW: http://sabat.tu.kielce.pl/~phernik
-
- Latest version of Zoom and other my programs should be available on my
- Home Page.
-
-
- DISTRIBUTION:
-
- Zoom is FREEWARE. You may use and copy this program freely but all
- files must be copied in an unmodified state preferably in LhA or LZX
- archive. Use it at your own risk. If you use Zoom and you like it
- send me a postcard or message via e-mail.
-
- If you want to include Zoom on a CD-ROM and/or magazine coverdisk,
- please send me a free copy of the CD/magazine (this is not a must, but
- I would appreciate it very much).
-
-
- HISTORY:
-
- 1.0 (19.8.95) - first release
- (1764 bytes)
- 1.1 (10.9.95) - CLI and Workbench arguments added (suggested by Elias
- Papanikolaou), better aspect handling
- (3032 bytes)
- 1.2 (17.11.95) - displaying information about pixel under mouse pointer
- added (x,y position, pen number and RGB value),
- better cross routine,
- old archive name "Zoom" changed to "Zoomer" due to
- problems with similar files on Aminet
- (4176 bytes)
-
-