home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / Frameworks / NEXTIME.framework / Components / NTJPEG.bundle / Resources / NT.component < prev   
Encoding:
Text File  |  1994-12-20  |  807 b   |  37 lines

  1. {
  2.     NTComponentTypeName = (NTDecompressor, NTCompressor);
  3.     NTComponentSubtypeName = NT_JPEG1;
  4.     NTVendor = "NeXT Computer, Inc.";
  5.     NTMediaType = NTVideo;
  6.     
  7.     // This software is based in part on the work of the Independent JPEG Group
  8.     
  9.     NTDecompressor = {
  10.     NTConfiguration = {
  11.         NTSampleInput = {
  12.         NTFormatType = NTCompressed;
  13.         NTFormatSubtype = NT_JPEG1;
  14.         };
  15.         NTSampleOutput = {
  16.         NTFormatType = NTRaw;
  17.         NTFormatSubtype = NTRaw;
  18.         };
  19.     };
  20.     NTComponentPrincipalClass = NTJPEGDecoder;
  21.     };
  22.     
  23.     NTCompressor = {
  24.     NTConfiguration = {
  25.         NTSampleInput = {
  26.         NTFormatType = NTRaw;
  27.         NTFormatSubtype = NTRaw;
  28.         };
  29.         NTSampleOutput = {
  30.         NTFormatType = NTCompressed;
  31.         NTFormatSubtype = NT_JPEG1;
  32.         };
  33.     };
  34.     NTComponentPrincipalClass = NTJPEGEncoder;
  35.     };
  36. }
  37.