home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsp / pbmtk / !PBMtk / Docs / Extras / Readme < prev   
Encoding:
Text File  |  1994-11-29  |  1.6 KB  |  47 lines

  1. 'makeposter' is an obey file which expects 4 parameters.
  2.  
  3. The parameters should be names of PBMplus image files. 'makeposter' will
  4. scale the images and place them on a page left to right, and top to bottom,
  5. (two per row), in the order that the names are placed on the command line.
  6. The name of each image will be placed below the image.
  7.  
  8. The output is a PBMplus file named 'poster', which can be displayed using
  9. !Translator.
  10.  
  11. This is a demonstration of how the functions provided by PBMtk can be
  12. utilised in the command line mode.
  13.  
  14. To execute makeposter do the following.
  15.  
  16. a.   Copy 4 image files from the <PBMtk$Dir>.PBMfiles directory to this
  17. directory (eg trui, planet, crater and squig).
  18.  
  19. b.   Make this directory the current directory. (A convenient or easy way of
  20. doing that is to use !FileUtils, choose Set Dir, and drag the Set Dir icon
  21. to the directory display) 
  22.  
  23. c.   Choose 4 image files to have made into a poster (we really have
  24. alraedy done this).
  25.  
  26. d.   Open a Task window (click menu on the task manager icon and choose
  27. task window).
  28.  
  29. e.   Invoke the obey file with the image filenames as parameters, as
  30. follows:
  31.  
  32.       makeposter trui planet crater squig
  33.  
  34. This will build the PBMplus image file 'poster' with the 4 images scaled and
  35. placed .....
  36.                  trui   planet
  37.             
  38.                  crater squig
  39.  
  40. You can use any 4 PBMplus files as parameters, and mix them in any order.
  41.  
  42. Have a look at 'makeposter' in Edit to see how it is done. 
  43.  
  44. The syntax to be used when invoking PBMtk functions from the command line is
  45. explained in !PBMtk.Docs.Manpages. 
  46.    
  47.