home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 4 / CD_Magazyn_EXEC_nr_4.iso / Recent / gfx / conv / SmartScale.readme < prev   
Encoding:
Text File  |  2000-11-06  |  1.6 KB  |  43 lines

  1. Short:    A CLI program used for graphics conversion scripts & ILBM info.
  2. Author:   lory@subdimension.com (Lorence Lombardo)
  3. Uploader: lory@subdimension.com (Lorence Lombardo)
  4. Type:     gfx/conv
  5.  
  6.  
  7. SmartScale v1.2  (C) 1996-2000 Lorence Lombardo.
  8.  
  9. What the #@$% is SmartScale ?
  10.  
  11. SmartScale is a little program I wrote intended for graphic conversion script
  12. files. It has 3 output modes. Con, env & ask. You can even use it just for
  13. ILBM info. It will look at a picture or animation and tell you the dimensions
  14. of that picture and output the information to the con or env. It has internal
  15. ILBM support and will use datatypes for other graphic types.
  16. If you enter x & y scale args, the args will be recalculated & output'd in
  17. order to keep the aspect ratio of the picture or animation the same.
  18. You can also scale using the percentage argument instead of X & Y coordinates.
  19. If you use the ask mode you will be asked to enter an X & Y scale or %. 
  20. Ideal for script files.
  21.  
  22. See the following archives on the aminet for example usage of SmartScale:-
  23. Anim2mpegS.lha, Anim2mpegB.lha, Anim2gif.lha, Anim2qt.lha & Mp2anim.lha
  24.  
  25. You may also wish to update these script/progs with this new version of
  26. SmartScale.
  27.  
  28.  
  29.  Usage:
  30.  SmartScale [con/env/ask] [file name] [x scale] [y scale]
  31.                            or
  32.  SmartScale [con/env/ask] [file name] [%] [1-100]
  33.  eg. SmartScale env pic.iff 640 200
  34.                   or
  35.      SmartScale con pic.iff % 50
  36.  
  37.  ENV outputs:
  38.  XIN & YIN input size of picture
  39.  DIN depth of picture
  40.  FT  file type
  41.  XOUT & YOUT calculated size of picture within the [X,Y,% scale] args
  42.              while still maintaining the correct aspect ratio.
  43.