|
NAMEsvg_validate - This script scans a directory full of *.svg files and checks them to see if they have proper metadata. If so, it copies them into a target directory and creates a png of it. It also creates a list of PASS and FAIL for the different criteria.SYNOPSISsvg_validate [OPTIONS] subdir1[, subdir2...]-V, --version Displays version info for the script -h, --help This help screen -D, --debug=N Reports debugging info (1=sparse, 3=tons) -n, --noclobber Don't overwrite existing files -t, --target_dir Specifies where files should be placed --passfail Just generate the passfail file (still buggy) DESCRIPTIONThis script is an example of use of SVG::Metadata for processing sets of SVG files, selecting the ones that have proper metadata, and placing them into a separate directory tree. It generates and places PNG's of each image as well as a text summary file with the metadata info.The purpose of this script is to assist in building the release packages for the Open Clip Art Library (http://www.openclipart.org/). OPTIONS
PREREQUISITES"Pod::Usage", "Getopt::Long", "File::Basename", "File::Copy", "File::Find", "File::Path", "File::Spec", "SVG::Metadata"COREQUISITES"inkscape"SCRIPT CATEGORIESText Processing::Filters UtilitiesBUGSNone known.SEE ALSOSVG::Metadata, inkscape, XML::SimpleAUTHORBryce Harrington <bryce@bryceharrington.org><http://www.bryceharrington.org/> COPYRIGHTCopyright (C) 2004 Bryce Harrington. All Rights Reserved.This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |