home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / mm / alchemy / update.177 < prev   
Text File  |  1994-04-14  |  5KB  |  110 lines

  1.  
  2. There has been one new file format, Kodak PhotoCD, and one new command,
  3. convolve, added to Image Alchemy since the manual was printed.  These
  4. are described below:
  5.  
  6.  
  7.  
  8.        Convolve                                              -yf
  9.  
  10.        Purpose          Applies any one of a number of convolutions to
  11.                         an image (such as sharpen and blur).
  12.  
  13.        Syntax           -yf filename
  14.  
  15.        Comments         The various convolutions that ship with Image 
  16.                         Alchemy are found in the samples\ directory. 
  17.                         The only two which ship with this version are
  18.                         sharpen and blur.  Other convolutions will be
  19.                         downloadable from our BBS (+1 510 252 0929) as
  20.                         they become available (the filename to look for
  21.                         is filters.zip).
  22.  
  23.        Examples         Convert the TIFF file image.tif to a TIFF file, 
  24.                         called new.tif, sharpening it in the process:
  25.  
  26.                             alchemy image.tif new.tif -t -yf samples\sharpen
  27.  
  28.  
  29.                         Convert the TIFF file image.tif to an HP-RTL
  30.                         file for the Novajet, scaling it to 2500x2550
  31.                         and bluring it:
  32.  
  33.                             alchemy image.tif --r10 -yf samples\blur
  34.                             -X2500 -Y2550
  35.  
  36.  
  37.  
  38.        PhotoCD                                          
  39.  
  40.                         PhotoCD files are multi-resolution images
  41.                         produced by Kodak.
  42.  
  43.        Extensions       .pcd
  44.  
  45.        Creator          Eastman Kodak Company
  46.  
  47.        Used by          Eastman Kodak Company
  48.  
  49.        Variations       Reads single channel and 3 channel images.
  50.  
  51.        Limitations      The full path to the PhotoCD file must be 
  52.                         specified as the input file (e.g., 
  53.                         L:\photo_cd\images\img0001.pcd).
  54.                          
  55.                         Alchemy cannot write PhotoCD files.
  56.  
  57.        Comments         The Alchemy overlay file, alchpcd.exe, is used
  58.                         by Image Alchemy when reading PhotoCD images. 
  59.                         This file must either be in the same directory
  60.                         as alchemy.exe, or any directory in your path.
  61.  
  62.                         Since PhotoCD files are multi-resolution images
  63.                         you may specify which resolution image you want
  64.                         Alchemy to read.  The -Z option, followed by a
  65.                         number, is used to specify the desired
  66.                         resolution.  Available resolutions are:
  67.                             2: 192x 128
  68.                             3: 384x 256
  69.                             4: 768x 512
  70.                             5:1536x1024
  71.                             6:3072x2084
  72.                         The default is 3 (384x256).
  73.  
  74.                         Alchemy automatically rotates the picture to
  75.                         the "correct" orientation (as was determined 
  76.                         by the technician who recorded your PhotoCD),
  77.                         however, you can override this by using a
  78.                         second parameter after the -Z option.  The
  79.                         second parameter can take on the following
  80.                         values:
  81.                             0:don't rotate the image
  82.                             1:flip image vertically
  83.                             2:flip image horizontally
  84.                             3:rotate image 180 deg (the same as both
  85.                               vertical and horizontal flip)
  86.                             4:rotate image 90 deg CCW
  87.                             5:rotate image 90 deg CCW and flip
  88.                               vertically 
  89.                             6:rotate image 90 deg CCW and
  90.                               flip horizontally 
  91.                             7:rotate image 90 deg CW (the same as
  92.                               rotating it 90 deg CCW and flipping both
  93.                               horizontally and vertically)
  94.                         The default is 0 (don't rotate the image).
  95.  
  96.                         If you specify a -b as part of the command line
  97.                         Alchemy will read a Grayscale version of the
  98.                         image.
  99.  
  100.  
  101.        Example
  102.                         To read the 768x512 size image and rotate it 90
  103.                         degrees counter-clockwise:
  104.  
  105.                             alchemy L:\photo_cd\images\img0001.pcd -g
  106.                             -Z 3 4
  107.  
  108.  
  109.  
  110.