home *** CD-ROM | disk | FTP | other *** search
/ Freelog 33 / Freelog033.iso / Bas / Internet / Thumbnailer / ReadMe.txt next >
Encoding:
Text File  |  2002-03-06  |  1.9 KB  |  38 lines

  1. ///////////////////////////////////////////////////////////////////////////////////////////////////
  2. // PROGRAM:   Thumbnailer.exe                                                        
  3. //
  4. // VERSION:   1.1
  5. //
  6. // COPYRIGHT: ⌐ 2001-2002 Guillaume Dargaud - Freeware                                 
  7. //
  8. // PURPOSE:   Convert PNG or JPEG files to thumbnails of a given dimension.
  9. //            Also creates a webpage that optionally links to them.
  10. //
  11. // INSTALL:   run SETUP. 
  12. //            If setup fails, you may need to install the LabWindows/CVI runtime engine on your PC.
  13. //            It is available at: http://rome.atmos.colostate.edu/Zips/CviRte.zip
  14. //            and also from the National Instrument website http://www.ni.com/
  15. //
  16. // HELP:      available by right-clicking an item on the user interface.
  17. //
  18. // TUTORIAL:  http://www.gdargaud.net/Hack/Thumbnailer.html
  19. //
  20. // TECH-SUPPORT: dargaud@sung3.ifsi.rm.cnr.it
  21. //
  22. // HISTORY:   v1.0 - 2001/08/15 - Original release
  23. //            v1.1 - 2001/08/22 - Now reads ReadOnly files and archive files.
  24. //            v1.3 - 2001/09/13 - More robust recovery in case of bad files.
  25. //
  26. // KNOWN BUG: All the thumbnails are saved in the same directory, 
  27. //            so if you have several files with the same names, they end up overwritting each others.
  28. //
  29. // MONEY:     It is a free program (free use, free distribution, illegal to modify),
  30. //            but if your wallet is too big and you tilt sideways when you sit down,
  31. //            you can send your extra US$/FF/ITL to:
  32. //            http://s1.amazon.com/exec/varzea/pay/T2V0DRWPA7EAJ8
  33. //
  34. // LICENSE:   As always, if you make money with this, I'd like a piece of the cake.
  35. //            This program is not meant to be resold or used in part of a
  36. //            commercial application. Contact me.
  37. ///////////////////////////////////////////////////////////////////////////////////////////////////
  38.