home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd2.bin / bbs / gfx / rescale-1.0.lha / Rescale / Rescale.doc < prev    next >
Text File  |  1994-02-27  |  2KB  |  46 lines

  1. Rescale v1.0 Copyright ©1994 F.Delacroix -FreeWare.
  2. ------------
  3.  
  4. DISTRIBUTION:  These distribution terms are generally known as FreeWare:
  5. -------------
  6. Free and wide distribution is permitted as long as:
  7.     - No profit is made beyond minimal copy&posting fees
  8.     - ALL files are distributed UNCHANGED
  9. Of  course,I  cannot be held responsible for anything that can happen using
  10. this program.You use it AT YOUR OWN RISK.
  11.  
  12. SUBJECT:
  13. --------
  14.     Well,  this  is  another  program  written  because  I  needed  it.
  15. Manipulating  hires  interlaced 16 colors pictures on my old A500 with 512k
  16. of  Chip ram with a paint program was really impossible.  More precisely, I
  17. had  to resize a 511×511 picture into a 640×511 one.  Considering that CHIP
  18. ram  is  only  necessary  when displaying the picture, I decided to write a
  19. simple  program  that  could  rescale  horizontally a picture, for which my
  20. 2.5MB fast ram should be large enough.  So Rescale was born.
  21.  
  22. USAGE:
  23. ------
  24.     The program is used ONLY form the CLI by giving it the names of the
  25. source  and  destination  files,  and  the number of pixels per row for the
  26. destination  file.   The  source file must be an UNCOMPRESSED IFF ILBM file
  27. (just  like  one  output by ITex2IFF (that's why I wrote this program (this
  28. stupid PC doesn't have a good resolution !  (How many parenthesis do I have
  29. to  close  ?)))).  Although I have not tried it, I guess it won't work with
  30. HAM pictures.
  31.     The  program  will  only  work  under  Kickstart 2.04 or newer, and
  32. requires    errormsg.library    V1.0+    and   iffparse.library   to   run.
  33. errormsg.library  is  copyright  1994  by  myself,  you  can  find it in PD
  34. libraries (it is FREEWARE).
  35.  
  36. CONTACT:
  37. --------
  38.     You can contact me for whatever by mail:
  39.         Frédéric Delacroix
  40.         5 rue d'Artres
  41.         59269 QUERENAING, FRANCE.
  42.  
  43.     Sending  me  a disk with enough postage for return will get you the
  44. source code for this program, plus other goodies.
  45.  
  46.