home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / resources / libraries / Image-Test.0.1.README < prev    next >
Encoding:
Text File  |  1995-07-31  |  1.5 KB  |  44 lines

  1. Image_Test
  2. ----------
  3.  
  4. This application is the test environment used to develop the SurfImage
  5. decoding library.  It is purely example code and should not be
  6. considered a 'good' example of how to do anything in particular
  7. (outside of use of the SurfImage API).
  8.  
  9. The code is extremely straight-forward;  there really isn't much in
  10. the way of voodoo outside of the following trivia.
  11.  
  12. - If you create the directory "~/test_images", Image_Test will point
  13. the OpenPanel at that directory.
  14.  
  15. - The ImageTestController calls NXImage's -getSize: method to force
  16. whatever filter service is installed to do its thing.
  17.  
  18. - the function foo() in ImageTestController.m is called whenever an
  19. error is detected by the malloc package.  When built using 'make
  20. debug', foo() will call abort-- either causing core to be dumped or
  21. passing control to gdb.
  22.  
  23. - the app icon is larger than normal... the only time this is apparent is when one mails the application...
  24.  
  25. Comments, suggestions, changes to:
  26. <bbum@friday.com>
  27.  
  28. /*  
  29. ** Portions Copyright (c) 1995 Friday Software & Consulting, Inc.  All Rights Reserved.
  30. **
  31. ** Author: <bbum@friday.com>
  32. */
  33.  
  34. /*  
  35. ** Remainder Copyright (c) 1995 Netsurfer Inc.  All Rights Reserved.
  36. **
  37. ** Author: <bbum@friday.com>
  38. */
  39.  
  40. /*  This object is included in the MiscKit by permission from the author
  41. **  and its use is governed by the MiscKit license, found in the file
  42. **  "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  43. */  for a list of all applicable permissions and restrictions.
  44.