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