home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
gfx
/
TSMorph
/
Read.Me
< prev
next >
Wrap
Text File
|
1995-03-12
|
3KB
|
66 lines
$VER: TSMorph.readme 3.2 (12.3.95)
Update of version 3.1 - Recompiled using SAS/C 6.55, minor changes to docs.
Update of version 3.0 - fixed Installer and Rexx scripts, more minor updates.
TSMorph is a set of morphing programs. It consists of three programs:
TSMorph Edit the Morph parameters
TSMorph-render Generate the morphed images
TSMorph-prefs Preferences editor
TSMorph is used to create a parameter file which is used by TSMorph-render
to produce the morphed images. Run times can be about 3 seconds per frame
for a 150x150 image on a 28Mhz 68040.
TSMorph-render can be used to either morph one (or a series of) image(s) to
another in a set number of frames with a number of control points, or just
distort one (or a series of) image(s) with control points. When TSMorph is
run without parameters it will display an ASL file requester for a file
created by TSMorph, it will then create the images, displaying a Progress
Requester on the default public (or named) screen allowing the process to be
interrupted and/or stopped.
ARexx scripts are run before and after each image is processed. These allow
the changing of movement and colour to be controlled along with the ability
to only generate some frames, and also post image processing (e.g. to
change to a non-24-bit format and build an animation).
TSmorph is used to generate the parameter file. When run it displays an
Information Window on a public screen. This allows the input of the file
names to morph between, the number of frames, the start frame, the output
file names, and the type of morph (single or dual images) to be changed.
It also allows the editing of control points on the images. The images are
displayed on a public screen in resizeable, scrollable windows.
When the images are displayed control points can be edited in various
modes. These modes allow the addition, deletion, linking and unlinking of
the control points.
Context sensitive help is displayed using amigaguide (if available). The
'Help' key can be pressed in the gadgets, over the gadgets, on menus or
anytime a window is active.
// TSMorph - Amiga Morphing program
// Copyright (C) © 1993/94 Topicsave Limited
// 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
// 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
// MERCHANTABILITY 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.
// mark@topic.demon.co.uk
// mpaddock@cix.compulink.co.uk
M J Paddock