home *** CD-ROM | disk | FTP | other *** search
- Image_Test
- ----------
-
- This application is the test environment used to develop the SurfImage
- decoding library. It is purely example code and should not be
- considered a 'good' example of how to do anything in particular
- (outside of use of the SurfImage API).
-
- The code is extremely straight-forward; there really isn't much in
- the way of voodoo outside of the following trivia.
-
- - If you create the directory "~/test_images", Image_Test will point
- the OpenPanel at that directory.
-
- - The ImageTestController calls NXImage's -getSize: method to force
- whatever filter service is installed to do its thing.
-
- - the function foo() in ImageTestController.m is called whenever an
- error is detected by the malloc package. When built using 'make
- debug', foo() will call abort-- either causing core to be dumped or
- passing control to gdb.
-
- - the app icon is larger than normal... the only time this is apparent is when one mails the application...
-
- Comments, suggestions, changes to:
- <bbum@friday.com>
-
- /*
- ** Portions Copyright (c) 1995 Friday Software & Consulting, Inc. All Rights Reserved.
- **
- ** Author: <bbum@friday.com>
- */
-
- /*
- ** Remainder Copyright (c) 1995 Netsurfer Inc. All Rights Reserved.
- **
- ** Author: <bbum@friday.com>
- */
-
- /* This object is included in the MiscKit by permission from the author
- ** and its use is governed by the MiscKit license, found in the file
- ** "LICENSE.rtf" in the MiscKit distribution. Please refer to that file
- */ for a list of all applicable permissions and restrictions.
-