home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 080.lha / recolor.doc < prev    next >
Text File  |  1986-11-20  |  3KB  |  84 lines

  1.                           RECOLOR 1.01
  2.                           JUNE 7, 1987
  3.  
  4.                       By Stephen Vermeulen
  5.                          3635 Utah Dr. N.W.,
  6.                          Calgary, Alberta,
  7.                          CANADA, T2N 4A6
  8.  
  9.           Copyright (C) 1987 By Stephen Vermeulen
  10.           This version may be freely redistributed
  11.           so long as not charge is made for such
  12.           distribution.
  13.  
  14. ---------------------------------------------------------------------
  15.  
  16. 0.0 Introduction
  17.  
  18. Recolor is a program that addresses the problem of changing the colour
  19. palette of one picture to suit that of another.  This problem commonly
  20. happens when you have started work on a painting and you wish to merge
  21. part of another painting into your painting.  However, you usually find
  22. that the two paintings have incompatible palettes, so upon merging in
  23. the new painting you find you have some work to do to correct the
  24. colours.  This program does this colour correction for you, automatically!
  25.  
  26. Recolor also handles the problem of reducing the size of a painiting's
  27. palette.  This occurs when art created with 32 colours must be merged
  28. into a display or picture with 16, 8, 4, or even 2 colours.  Because of
  29. this ability, Recolor can be used with Iconize to reduce the size and
  30. colour content of a picture automatically and make a WorkBench icon for the
  31. picture that is a miniture of the picture.
  32.  
  33. Of course the files that Recolor works with are all IFF ILBM type files
  34. so it is fully compatible with the rest of your Amiga software.
  35.  
  36. 1.0 Running Recolor
  37.  
  38. Recolor can only be run from the CLI (this will probably be fixed soon).
  39. There are two ways of invoking it.  First just typing:
  40.  
  41.    recolor
  42.  
  43. will result in the copyright notice, short instructions, and the version
  44. number being printed.  By typing a command of the following format:
  45.  
  46.    recolor input.pic output.pic newpalette.pic
  47.  
  48. Recolor will process the "input.pic" file, modifing it so that it uses
  49. the palette of the picture file called "newpalette.pic" and then saving
  50. the result in the file "output.pic".
  51.  
  52. 2.0 Memory Usage
  53.  
  54. Recolor needs to allocate 2 complete picture buffers, so if you have a 512K
  55. machine you might find it difficult to Recolor HiRes 16 colour pictures.
  56. Recolor works REAL NICE on a 2.5Meg Amiga!
  57.  
  58. 3.0 The newpalette.pic file
  59.  
  60. This file is a standard IFF picture file that has the palette (colour map)
  61. that you wish the input picture to be adjusted to use.  Some drawing programs
  62. allow you to save just the palette of a picture, you can use this option
  63. if it exists, if not just use the entire picture or a brush.
  64.  
  65. 4.0 Making Icons of Pictures
  66.  
  67. To make icons for the WorkBench that are minitures of the actual pictures
  68. do the following steps:
  69.  
  70.     1.  Recolor the picture to use the WorkBench's palette.
  71.     2.  Iconize the picture to the desired size.
  72.     3.  Convert the recolored and iconized picture to a true
  73.         WorkBenck icon with the Brush2Icon program.
  74.  
  75. 5.0 Support
  76.  
  77. Any comments, suggestions, or bug reports you might care to make will be
  78. gratefully received.  If you are interested in seeing this program improve
  79. much send a contribution ($10-$20 to me at the address above).  My current
  80. policy on improving the program is to release a new version for every 5
  81. contributions I receive, or when I need a new feature!
  82.  
  83.  
  84.