home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Graphics / filter / IconBuilderScaleFilter.README < prev    next >
Encoding:
Text File  |  1994-03-13  |  1004 b   |  21 lines

  1. Scale Filter for IconBuilder
  2. ============================
  3.  
  4.     IconBuilder tools and filters are just special bundles.  The
  5. bundles contain executable code for the tool, the interface for the
  6. tool's inspector, and any accessory resources that that the tool needs
  7. to function (icons, sounds, language specific strings, etc.).  Making
  8. a new tool is surprisingly easy, and is accomplished through the magic
  9. of Objective-C and NXBundle objects.  If you want to know more about
  10. the design IconBuilder, take a look at "An introduction to extensible
  11. programming" by Jeff Martin and Joshua Doenias from the Fall 1991 Next
  12. On Campus.  In that article, the authors describe an extensible
  13. painting program called "DynaPaint" which bears a striking resemblance
  14. to IconBuilder!
  15.  
  16. The IconBuilderScaleFilter directory should contain the following items:
  17.     •    README.rtf  (this file)
  18.     •    Scale.pfilter (a compiled and ready-to-go filter for scaling images)
  19.     •    Scale (a ProjectBuilder directory with the filter's source code)
  20.  
  21.