home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / GRAPHICS / jpegshow_clipboard.lzh / readme.txt < prev   
Text File  |  2009-11-06  |  2KB  |  37 lines

  1. This is a version of Andrzej Kotanski's jpegshow 3.0 for the MM/1 that has been
  2. modified to include support for placing the decoded JPEG image into the 
  3. clipboard, using Joel Hegberg's cliplib.
  4.  
  5. I added cliplib support around 1998.  I believe I posted this online somewhere 
  6. -- possibly Delphi, or maybe one of the FTP sites that had OS-9 stuff at the 
  7. time.  In any case, it doesn't appear to be available anywhere online at the 
  8. time of this writing (2/11/2007).
  9.  
  10. I suffered a hard drive failure, or filesystem corruption on my MM/1, in 1999 
  11. or 2000.  I believe I lost the source code for the modifications I did in that 
  12. indident.  I recently came across this binary though, so I'm placing it online 
  13. for those who still have any interest in such things.
  14.  
  15. Though the source code is likely lost, it shouldn't be too difficult to add 
  16. clipboard features back in to Kotanski's original jpegview 3.0.  I spent more
  17. time getting to know the jpegshow code than implementing the initial clipboard
  18. support.
  19.  
  20. Type "jpegshow -?" to get a usage message, or see the documentation from the 
  21. original 3.0 package.
  22.  
  23. This version differs from the original in the addition of two new command line 
  24. options:
  25. -c -- Copy the decoded image into the clipboard.
  26. -e -- Copy the entire window into the clipboard.
  27.  
  28. Using the saveiff utility from the cliplib package, one can copy the decoded 
  29. JPEG image from the clipboard into the MM/1's native CLUT IFF format, which 
  30. will likely be much larger than the original .jpg file, but will load much 
  31. faster.  The main benefit to using this over something like DJPEG is that you 
  32. can preview the image before saving it.
  33.  
  34. Joel Ewy
  35.  
  36.  
  37.