ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Palettes/MiscSplitBrowser/MiscSBPalette.subproj/Dimple_tiff.m

This is Dimple_tiff.m in view mode; [Download] [Up]

#import <appkit/NXImage.h>

static unsigned char Dimple_tiff_buf[] = {
0x4d, 0x4d, 0x00, 0x2a, 0x00, 0x00, 0x00, 0x20, 0x10, 0x00, 
0x45, 0x50, 0x16, 0xa0, 0x1a, 0xf0, 0x1b, 0xf4, 0x1b, 0xc0, 
0x3f, 0xc0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0xf0, 0xff, 0xf0, 
0x3f, 0xc0, 0x00, 0x0d, 0x01, 0x00, 0x00, 0x03, 0x00, 0x00, 
0x00, 0x01, 0x00, 0x06, 0x00, 0x00, 0x01, 0x01, 0x00, 0x03, 
0x00, 0x00, 0x00, 0x01, 0x00, 0x06, 0x00, 0x00, 0x01, 0x02, 
0x00, 0x03, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x02, 
0x01, 0x03, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 
0x00, 0x00, 0x01, 0x06, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 
0x00, 0x01, 0x00, 0x00, 0x01, 0x11, 0x00, 0x04, 0x00, 0x00, 
0x00, 0x02, 0x00, 0x00, 0x00, 0xc2, 0x01, 0x15, 0x00, 0x03, 
0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x01, 0x17, 
0x00, 0x04, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xca, 
0x01, 0x1a, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 
0x00, 0xd2, 0x01, 0x1b, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 
0x00, 0x00, 0x00, 0xda, 0x01, 0x1c, 0x00, 0x03, 0x00, 0x00, 
0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x01, 0x28, 0x00, 0x03, 
0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x80, 0xe3, 
0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 
0x00, 0x14, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x0c, 
0x00, 0x0a, 0xfc, 0x80, 0x00, 0x00, 0x27, 0x10, 0x00, 0x0a, 
0xfc, 0x80, 0x00, 0x00, 0x27, 0x10, 
};

NXImage *
_Misc_SB_Dimple_tiff_fn(void)
{
  NXImage *ret = nil;
  NXStream *stream = NXOpenMemory(Dimple_tiff_buf, sizeof(Dimple_tiff_buf), NX_READONLY);
  ret = [[NXImage alloc] initFromStream:stream];
  NXCloseMemory(stream, NX_FREEBUFFER);
  return ret;
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.