home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / grafix / stripjpeg / stripjpeg.readme < prev    next >
Encoding:
Text File  |  1998-05-07  |  1.3 KB  |  46 lines

  1. Short: Strips proprietary headers from JFIF-JPEG files
  2. Type: gfx/misc
  3. Uploader: Andreas_Kleinert@t-online.de
  4. Author: Andreas_Kleinert@t-online.de
  5. Replaces: StripAOL.lha
  6.  
  7.  Some people reported problems with loading various
  8.  JPEG (JFIF) files, which they had received as email
  9.  attachment (or otherwise).
  10.  
  11.  It seems that the online service provider AOL does use
  12.  a proprietary additional header for email attachments,
  13.  which makes it impossible for some (most) JPEG readers
  14.  to recognize AND decode the resulting modified JFIF files.
  15.  
  16.  The file structure for example could look like this:
  17.  
  18.      [ AOL JPEG8BIM header        ]
  19.      [ Photshop 3.0 preview JFIF  ]
  20.      [ Photshop 4.0 main JFIF     ]
  21.  
  22.  On the other hand, some Mac written JPEG files do look
  23.  quite similar:
  24.  
  25.      [ MAC      header            ]
  26.      [ JPEG8BIM header            ]
  27.      [ Photshop 3.0 preview JFIF  ]
  28.      [ main JFIF with "AppleMark" ]
  29.  
  30.  Anyway - let it be AOL or MacBinary:
  31.  
  32.  I've written a small utility called "StripJPEG",
  33.  which does (at least it should, otherwise please
  34.  feel free to report bugs) strip that proprietary
  35.  JPEG headers from the files.
  36.  
  37.  Usage:   StripJPEG infile outfile
  38.  
  39.  If you encounter files, which are not yet recognized,
  40.  feel free to report (and/or modify the source and
  41.  send me the result).
  42.  
  43. --
  44. All mentioned trademarks are subject to their owners.
  45.  
  46.