home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT240.ZIP / GRAFCT23.ZIP / GRAFCAT.DOC < prev    next >
Text File  |  1990-09-22  |  14KB  |  337 lines

  1. GRAFCAT 2.3
  2.  
  3. Graphics cataloging program deluxe: 
  4.     Requires a laser printer... LaserJet Plus compatible or
  5.     a Postcript printer... and some graphics to catalog. Works 
  6.     with any mixture of MacPaint, GEM/IMG, PC Paintbrush PCX,
  7.     TIFF, Microsoft Paint MSP, Deluxe Paint IFF/LBM, EPS 
  8.     files with previews and GIF files.
  9. __________________________________________________________________
  10.  
  11. If you like this program, please do one of the following:
  12.  
  13.     Go down to your local bookstore and buy a copy of "Coven: 
  14.         A Novel", by Steven William Rimmer, published by 
  15.         Ballantine Books. Read the book and tell your friends 
  16.         about it if you like it. Send us some comments about the 
  17.         book or a photocopy of the cover and we'll consider you a 
  18.         registered user of this program.
  19.  
  20.         If your local bookstore doesn't have Coven, ask them to 
  21.         order it for you.
  22.  
  23.         Alternately, send us $35.00, the normal user fee for this 
  24.         software. (The book is $3.95 or $5.50 in Canada: 
  25.         considerably cheaper than cash.) 
  26.  
  27.         Registered users of this software are entitled to phone 
  28.         support, notification of upgrades and good karma. Please 
  29.         tell us the version number of your copy of Grafcat when 
  30.         you register... we'll send you the most recent one 
  31.         immediately if it's newer than yours. Our address can be 
  32.         found at the end of this file.
  33.  
  34. NOTE: If you're searching for Coven and having trouble finding 
  35. it, you can mail order it from the following book store: 
  36. Christies of Cookstown, P.O. Box 392, Cookstown, Ontario L0L 1L0, 
  37. Canada, (705) 458-1562. The cost is $6.50, which includes 
  38. the postage. The author would like to thank everyone who's thus 
  39. far chased it down (or tried).
  40. __________________________________________________________________
  41.  
  42. New features as of version 2.3
  43. ______________________________
  44.  
  45. -    Added PIC support
  46.  
  47. -    Added image scaling and BMP support
  48.  
  49. -    Largely rewrote the beast using the file handling code 
  50.     from Graphic Workshop. It now works with virtually all 
  51.     the popular PC based image files, handles all 256 colour 
  52.     files correctly and so on.
  53.  
  54.  
  55. What it Does and Why
  56. ____________________
  57.  
  58. We have seven hundred and sixteen image files in a subdirectory 
  59. called \GEMART. They occupy almost twenty megabytes. We use 'em a 
  60. lot... they're all public domain graphics and we can pop them 
  61. into desktop publishing documents when we want to dress up a page 
  62. quickly or just throw in a nude for effect.
  63.  
  64. You know, it's damn hard to remember what three hundred and 
  65. seventy five picture files contain. In addition, I think that 
  66. late at night after we've gone away the little mothers breed in 
  67. there.
  68.  
  69. In order to help figure out what all those file names are, we 
  70. wrote GRAFCAT. It creates a visual catalog of picture files which 
  71. makes it easy to check out a whole collection of pictures and 
  72. find the one you want. The pictures can be any mixture of image 
  73. files you like.
  74.  
  75. The program prints sixteen files to a page. Said pages come out 
  76. of a laser printer... you'll need one of these or GRAFCAT won't 
  77. be much use. The pictures are printed at three hundred dots to 
  78. the inch, so they come out readable but pretty small... which is 
  79. how so many make it onto a page.
  80.  
  81. The printer must be connected to LPT1 on your computer. You'll 
  82. need at least a megabyte of memory in the printer.
  83.  
  84. GRAFCAT will print pictures up to 576 by 720 pixels in their 
  85. entirety. This is the size of a MacPaint file. Confronted with 
  86. files bigger than this, it will print the middle part of the 
  87. image.
  88.  
  89. GRAFCAT can print a mixture of image types at once. Thus, if you 
  90. just tell it to print *.*, it will sort out the file types it 
  91. knows how to handle and print them, ignoring anything else. 
  92. It assumes that the file extensions reflect the file types 
  93. properly. The default extensions are as follows.
  94.  
  95.     - MAC: MacPaint files
  96.     - IMG: GEM/IMG files
  97.     - PCX: PC Paintbrush files
  98.     - GIF: GIF files
  99.     - TIF: TIFF files
  100.     - EPS: EPS files
  101.     - WPG: WordPerfect graphic files
  102.     - MSP: Microsoft Windows Paint files.
  103.     - LBM: IFF files (Deluxe Paint and others)
  104.     - BMP: Windows 3 wallpaper files
  105.     - PIC: PC Paint/Pictor/Grasp PIC files.
  106.  
  107. You can change any of them if you like.
  108.  
  109.  
  110. How to use GRAFCAT
  111. __________________
  112.  
  113. Well, it's pretty heavy stuff. Type GRAFCAT followed by any wild 
  114. card file specification that points to some image files of the 
  115. types discussed. Examples are:
  116.  
  117.     GRAFCAT D:\*.PCX
  118.     GRAFCAT \GEMART\*.IMG
  119.     GRAFCAT *.MAC
  120.     GRAFCAT *.*
  121.     GRAFCAT A*.GIF
  122.     GRAFCAT @LISTFILE
  123.  
  124. Make sure there's lots of paper in your printer and that you have 
  125. some time to kill. GRAFCAT takes a while, especially on slower 
  126. laser printers.
  127.  
  128. If you want to print selected pages of a large collection of 
  129. images, you can use GRAFCAT's command line options, to wit,
  130.  
  131. /Sn for the page to start printing with
  132. /En for the page to stop printing after
  133.  
  134. To print pages 10, 11 and 12 of a catalog of images, you would do 
  135. this:
  136.  
  137.     GRAFCAT *.IMG /S10 /E12
  138.  
  139. If you want to work out which images these would be, you can do 
  140. so as follows. First off, use a sorted directory utility to look 
  141. at the image file names. GRAFCAT prints them in alphabetical 
  142. order. Page 10 would start 160 files from the beginning of the 
  143. directory, as there are sixteen images to a page.
  144.  
  145. If you create a text file with the names of all the files you 
  146. want cataloged, to you can make GRAFCAT print those files by 
  147. passing the name of the text file as the file parameter with an 
  148. "@" in front of it, for example:
  149.  
  150.     GRAFCAT @LISTFILE
  151.  
  152. Where LISTFILE is the name of a plain text file with one file 
  153. name per line. LISTFILE must be in the subdirectory where the 
  154. files you want to print reside.
  155.  
  156. Files which are too large for GrafCat to print in their entirety 
  157. are usually cropped so you see the centre of the image. You can 
  158. optionally have GrafCat scale files which are too big so the 
  159. whole image will fit in its frame. This means that you'll lose 
  160. some detail, but you'll see the whole pictures.
  161.  
  162. Scaling also takes longer than loading and cropping.
  163.  
  164. To enable the scaling option, add /F... fit to frame... to your 
  165. GrafCat command line. For example
  166.  
  167.     GRAFCAT *.IMG /F
  168.  
  169. Black and white images which have been dithered from colour 
  170. images do not scale well... very often you will not be able to 
  171. make any sense of an image which is first dithered and the 
  172. scaled. In these cases, it's probably better to have the pictures 
  173. cropped and not see the whole thing. 
  174.  
  175. If you use Graphic Workshop to dither files, the names of the 
  176. dithered files will always start with "D_" if you add /D to your 
  177. GrafCat command line when /F is also optional, GrafCat will scale 
  178. all oversize files except for those which are monochrome and have 
  179. file names starting with "D_". In effect, this combination of 
  180. switches will scale everything which is too big to print except 
  181. large dithered monochrome files. 
  182.  
  183. It's all so simple a politician could use it... probably.
  184.  
  185.  
  186. Printer Selection
  187.  
  188. GRAFCAT defaults to printing to a PostScript printer, but you can 
  189. use it with a LaserJet printer if that's what you have. If you 
  190. have a printer which can do both emulations, be advised that 
  191. LaserJet printing is a great deal faster than PostScript printing 
  192. is... at least so far as GrafCat is concerned.
  193.  
  194. You can set the default printer GrafCat will print to with the 
  195. installer, as discussed below. You can override the default 
  196. printer by using the command line switches:
  197.  
  198.     /P - PostScript printer
  199.     /H - Hewlett Packard LaserJet Plus compatible printer
  200.  
  201. Note that if you print PostScript data to a LaserJet you'll get 
  202. many pages of fairly meaningless PostScript code and if you print 
  203. LaserJet data to a PostScript printer you'll probably hang it, 
  204. necessitating a reboot.
  205.  
  206.  
  207. Installing GrafCat
  208. __________________
  209.  
  210. The GCTINSTL program allows you to configure GrafCat if you don't 
  211. like the defaults as they stand. To use it, GrafCat must be named 
  212. GRAFCAT.EXE and reside in the same subdirectory as GCTINSTL. Run 
  213. GCTINSTL and a screen should appear with the configurable 
  214. options.
  215.  
  216. The things you might want to change are the default printer and 
  217. perhaps the file name extensions. Hit Esc to abort the changes or 
  218. F10 to save them. You can run GCTINSTL as often as you like.
  219.  
  220.  
  221. Notes about PIC files
  222. ---------------------
  223. The structure of sixteen colour PIC files is a bit troublesome 
  224. for GrafCat, requiring that the entire file be buffered before it 
  225. can be printed. As such, unlike as for the other formats which 
  226. GrafCat supports, printing a large PIC file requires that there 
  227. be a lot of memory around.
  228.     
  229. Secondly, you'll find that if you have the /F switch active, 
  230. there will be an inordinately long pause at the end of any 
  231. picture which gets scaled.
  232.  
  233.  
  234. Roll Your Own
  235. _____________
  236.  
  237. This is another book plug. If you're interested in writing 
  238. programs which use graphics, you'll find everything you need to 
  239. know in "The Book of Bitmapped Graphics", also by Steven William 
  240. Rimmer. It's published by TAB books, (TAB book 3558) and should 
  241. be available in August 1990. It features code to pack and unpack 
  242. MacPaint, IMG, PCX, GIF and TIFF files, as well as chapters on 
  243. screen drivers, dithering and printing. It also includes the 
  244. source code for a simplified version of this program.
  245.  
  246.     
  247. Moral dogma
  248. ___________
  249.  
  250. If you like this program and find it useful, you are requested to 
  251. support it either by buying the book mentioned at the top of this 
  252. file or by sending us $35.00. We'd rather you bought the book. 
  253. This will entitle you to telephone support, notification of 
  254. updates and other good things like that. More to the point, 
  255. though, it'll make you feel good. We've not infested the program 
  256. with excessive beg notices, crippled it or had it verbally insult 
  257. you after ten days. We trust you to support GrafCat if you like 
  258. it.
  259.  
  260. Oh yes, and if you fail to support this program and continue to 
  261. use it, a leather winged demon of the night will tear itself, 
  262. shrieking blood and fury, from the endless caverns of the nether 
  263. world, hurl itself into the darkness with a thirst for blood on 
  264. its slavering fangs and search the very threads of time for the 
  265. throbbing of your heartbeat. Just thought you'd want to know 
  266. that.
  267.  
  268. We are
  269.                       Alchemy Mindworks Inc.
  270.                           P.O. Box 500
  271.                          Beeton, Ontario
  272.                              L0G 1A0
  273.                              Canada
  274.  
  275. Other programs we've done that you might like include:
  276.  
  277. GRAPHIC
  278.  WORKSHOP - This is the last word in image programs. It converts, 
  279.             prints, views, dithers, transforms, scales and 
  280.             halftones MacPaint, GEM/Ventura IMG, PCX, GIF, TIFF, 
  281.             WPG, MSP, IFF/LBM, BMP, PIC and EPS files. It drives 
  282.             CGA, Hercules, EGA, VGA, Paradise, Video 7, Trident, 
  283.             Hercules Graphics Station and ATI VGA Wonder cards. 
  284.             It features batch processing, extended and expanded 
  285.             memory support, an intuitive user interface and easy 
  286.             to follow menus. It allows you to convert colour 
  287.             image files into superb black and white clip art for 
  288.             desktop publishing, among other things. 
  289.  
  290. VFM      -  Ventura soft font manager deluxe with a side of fries. 
  291.             Adds new fonts and creates width tables with menu 
  292.             driven simplicity.
  293.  
  294. CROPGIF   - allows you to crop smaller fragments out of your GIF 
  295.             files. Use graphic Workshop, above, to convert other 
  296.             formats into GIF files for cropping. This program 
  297.             uses a simple mouse interface to make cropping image 
  298.             fragments no more complicated than using a paint 
  299.             program. Requires a Microsoft compatible mouse.
  300.  
  301. FI        - File Information... this is a small utiltity which 
  302.             will examine mystery image files and tell you what 
  303.             they are and some details of what's inside them. 
  304.  
  305. GIFINFO   - Creates catalog files from your GIF collection, 
  306.             allowing you to store fifty or more miniature full 
  307.             colour representations of GIF files on a single quad 
  308.             floppy.
  309.  
  310. STORYTELLER -
  311.         A hypertext program with a mouse driven graphical 
  312.             user interface which will allow you to create 
  313.             reports, manuals and interactive fiction, among other 
  314.             things, which has a tree stucture. Each page of a 
  315.             storyteller document can lead to related sub-pages, 
  316.             which can in turn have their own sub-sub pages, and 
  317.             so on. It looks slick and is exceedingly user 
  318.             friendly.
  319.  
  320. If you can't find them in the public domain, they're available 
  321. from us for $35.00 each. 
  322.  
  323. Legal dogma
  324. -----------
  325. The author assumes no responsibility for any damage or loss 
  326. caused by the use of these programs, however it comes down. If 
  327. you can think of a way a picture program can cause you damage 
  328. or loss you've a sneakier mind than mine.
  329.  
  330. All the trademarks used herein are registered to whoever it is 
  331. that owns them. This notification is given in lieu of any 
  332. specific list of trademarks and their owners, which would not be 
  333. as inclusive and would probably take a lot longer to type. 
  334.  
  335. That's it...
  336.  
  337.