// +-----------------------------------------------------------------------+ // | BuildPWGPicture - a Windows batch command for PWG | // | Copyright (C) 2007-2008 Ruben ARNAUD - rub@phpwebgallery.net | // +-----------------------------------------------------------------------+ // | This program is free software; you can redistribute it and/or modify | // | it under the terms of the GNU General Public License as published by | // | the Free Software Foundation | // | | // | This program is distributed in the hope that it will be useful, but | // | WITHOUT ANY WARRANTY; without even the implied warranty of | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | // | General Public License for more details. | // | | // | You should have received a copy of the GNU General Public License | // | along with this program; if not, write to the Free Software | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | // | USA. | // +-----------------------------------------------------------------------+ Version 1.0.6.0 [08-02-2009]: Fixed: Bad read of command line arguments Version 1.0.5.0 [03-09-2007]: Added: COPYING file Fixed: %% has been replaced by % in the parameters in order to avoid double name Fixed: index.php file with best header and without direct call to index.php Fixed: NormalMaxH parameter has been changed from 350 to 512 like default value Version 1.0.4.0 [21-11-2006]: Added: What's new.txt Fixed: Change default value picture HD quality to 100 Added: Parameterization of file extension Added: Cant keep or remove picture HD directory after treatment Added: Delete destinations directories Added: Directory name are convert to expanded path contains short names only Fixed: Test Yes/No are not case sensitive Added: Stop treatment if source and destination directories are same Added: Stop treatment if source directory don't exist Added: More line arguments possibility (-DirSrc/-DirDest, -ParFile and all parameters can be override) Added: Review of help files Added: Execution of AddOn Added: Example of AddOn (Remove EXIF) Version 1.0.3.0 [19-10-2006]: Added: Pictures must be renamed Added: High Definition pictures must be created by convertion Added: All convert options are defined on file BuildPWGPicture.Params.txt Fixed: Remove MetaData of thumbnail Added: Comments on file BuildPWGPicture.Params.txt are best Version 1.0.2.0 [15-10-2006]: Fixed: OOuuupps, there was a small mistake when the script was launched without parameters. Version 1.0.1.0 [15-10-2006]: Added: Manage all the directories by one pass. Version 1.0.0.0 [08-10-2006]: Added: Initial version