home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / edit / tsmorph / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-09  |  3KB  |  115 lines

  1. .name
  2. TSMorph
  3. .type
  4. Image Processing
  5. .short
  6. A comprehensive morphing package.
  7. .author
  8. Topicsave Limited
  9. .date
  10. 1995.03.12
  11. .version
  12. 3.2
  13. .distribution
  14. GNU Public License
  15. .source
  16. Includes source in C.
  17. .description
  18. TSMorph is a set of morphing programs. It consists of three programs:\n
  19.  
  20.      TSMorph         Edit the Morph parameters\n
  21.      TSMorph-render  Generate the morphed images\n
  22.      TSMorph-prefs   Preferences editor\n
  23.  
  24. TSMorph is used to create a parameter file which is used by
  25. TSMorph-render to produce the morphed images. Run times can be about 3
  26. seconds per frame for a 150x150 image on a 28Mhz 68040.\n
  27.  
  28. TSMorph-render can be used to either morph one (or a series of)
  29. image(s) to another in a set number of frames with a number of control
  30. points, or just distort one (or a series of) image(s) with control
  31. points. When TSMorph is run without parameters it will display an ASL
  32. file requester for a file created by TSMorph, it will then create the
  33. images, displaying a Progress Requester on the default public (or
  34. named) screen allowing the process to be interrupted and/or stopped.\n
  35.  
  36. ARexx scripts are run before and after each image is processed. These
  37. allow the changing of movement and colour to be controlled along with
  38. the ability to only generate some frames, and also post image
  39. processing (e.g. to change to a non-24-bit format and build an
  40. animation).\n
  41.  
  42. TSmorph is used to generate the parameter file. When run it displays
  43. an Information Window on a public screen. This allows the input of the
  44. file names to morph between, the number of frames, the start frame,
  45. the output file names, and the type of morph (single or dual images)
  46. to be changed.\n
  47.  
  48. It also allows the editing of control points on the images. The images
  49. are displayed on a public screen in resizeable, scrollable windows.\n
  50.  
  51. When the images are displayed control points can be edited in various
  52. modes. These modes allow the addition, deletion, linking and unlinking
  53. of the control points.\n
  54.  
  55. Context sensitive help is displayed using amigaguide (if available).
  56. The 'Help' key can be pressed in the gadgets, over the gadgets, on
  57. menus or anytime a window is active.\n
  58. .reference
  59. GoldFish-Vol2-2:BBS/gfx/TSMorph-3.0.lha
  60. 3.0
  61. GoldFish-Vol2-1:Files/gfx/edit/TSMorph/
  62. 3.0
  63. FreshFish-Vol8-2:BBS/gfx/TSMorph-3.0.lha
  64. 3.0
  65. FreshFish-Vol8-1:New/gfx/edit/TSMorph/
  66. 3.0
  67. FrozenFish-Vol1:BBS/Dec93/gfx/edit/TSMorph.lha
  68. 2.3
  69. FreshFish-Vol3:Old/Dec93/gfx/edit/TSMorph/
  70. 2.3
  71. FreshFish-Vol2:New/gfx/edit/TSMorph/
  72. 2.3
  73. FrozenFish-Vol1:BBS/Oct93/Graphics/TSMorph.lha
  74. 2.2
  75. FreshFish-Vol3:Old/Oct93/Graphics/TSMorph/
  76. 2.2
  77. FreshFish-Vol2:Old/Graphics/TSMorph/
  78. 2.2
  79. FreshFish-Vol1:New/Graphics/TSMorph/
  80. 2.2
  81. .described-by
  82. fnf@amigalib.com
  83. .submittal
  84. Downloaded via ftp from wuarchive.wustl.edu.
  85. .aminet-dir
  86. gfx/edit
  87. .execute
  88. set choice `RequestChoice "TSMorph" "Please select an option" "Readme" "Doc" "Guide" "Install" "Run" "Cancel"`
  89.  
  90. if $choice EQ "0"
  91.   quit 5
  92. endif
  93.  
  94. if $choice EQ "1"
  95.   MetaTool Read.Me TEXT
  96. endif
  97.  
  98. if $choice EQ "2"
  99.   MetaTool TSMorph.doc TEXT
  100. endif
  101.  
  102. if $choice EQ "3"
  103.   MetaTool TSMorph.guide GUIDE
  104. endif
  105.  
  106. if $choice EQ "4"
  107.   Installer Install TSMorph
  108. endif
  109.  
  110. if $choice EQ "5"
  111.   assign TSMorph: ""
  112.   assign env: "" ADD
  113.   TSMorph
  114. endif
  115.