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

  1. FLIPBITS
  2. ========
  3. ) 1988 By Brian Conrad
  4.  
  5. Flipbits is FREEWARE.  It is freely distributable as long as there is no
  6. charge for the program.  It may be included on public domain collection disks
  7. as long as the distribution fee does not exceed $10.
  8.  
  9. What FLIPBITS does:
  10.  
  11. Flip bits was written in response to friends inquiring as to HOW they could
  12. get their Print Master graphics changed from a NEGATIVE image to a POSITIVE
  13. image for use in their favorite desktop publishing programs.
  14.  
  15. There is on the Print Master Plus disk an undocumented goodie called PMTOIFF.
  16. This will convert any .SHP file in a bunch of IFF brush files.  What you have
  17. to do is copy the .SHP and .SDR files to a formatted disk.  I put mine in a
  18. sub-directory.  The files to copy on the Print Master Plus disk is
  19. Standard.shp and Standard.sdr.  On the Art Gallery disks they are named
  20. GalleryX.shp and GalleryX.sdr with X representing the Art Gallery disk you
  21. have.  You make that disk or sub-directory the current directory and invoke
  22. PMTOIFF and the shape file minus the .shp extension.  For instance with the
  23. Standard.shp files you would invoke "pmtoiff standard".  The drive will churn
  24. and messages will come up like "Working on January" etc.  In a few minutes
  25. you will have a disk or subdirectory full of IFF brush files which will you
  26. can use in graphics or desktop publishing programs.  This is a very generous
  27. little utility the Unison World has provided.
  28.  
  29. These graphics are "negatives" and must converted to use them in alot of
  30. programs.  I use City Desk and all I have to do is select Invert Graphic in
  31. the menu.  However my friends have Publisher Plus and a quick perusal of
  32. the menus showed that there was no way to invert graphics in that program. 
  33. They didn't want to hand convert all those IFF files with DPaint as there are
  34. some 74 graphics in the Standard.shp file and around 140 in Art Gallery I. 
  35. So I volunteered to write this little program.
  36.  
  37. FlipBits will invert any IFF file.  You get some interesting results flipping
  38. the bits of some of the HAM mode pictures.  FlipBits has a wildcard feature. 
  39. You can do a whole directory of IFF pictures by specifying an asterisk as a
  40. filename or '*.iff' if you like.  FlipBits will also skip over any files that
  41. are not IFF ILBM format.  You may specify an output directory and FlipBits
  42. will write the inverted files to that directory.  If you don't specify any
  43. output directory FlipBits will just overwrite the file it has converted.
  44.  
  45. The Usage of FlipBits is:
  46.  
  47.     FlipBits <iff file or optional '*' wildcard> <optional output directory>
  48.  
  49. Have Fun!
  50.  
  51.   Brian Conrad
  52.   DataWise Technologies
  53.   P.O. Box 62
  54.   Touchet, WA 99360
  55.  
  56.  
  57.  
  58.