SVG::Metadata 0.16 has been released to CPAN and will become available shortly at:
https://pause.perl.org/pub/PAUSE/authors/id/B/BR/BRYCE
This release enables the --delete option to work for individual svg files specified on the commandline. This capability removes the metadata from the svg image, which is useful if you wish to replace it with new metadata.
Enjoy, Bryce
On Wed, 29 Sep 2004, Nicu Buculei wrote:
Bryce Harrington wrote:
Does the file currently have metadata in it? If so, then you need to remove the existing metadata first (I haven't implemented an 'edit' capability yet).
You can do this by running 'svg_annotate --delete yukon.svg' on it.
as i said in another message, the big problem is that 'svg_annotate --delete yukon.svg' does not produce any result
On Tue, 28 Sep 2004, Christian Fredrik Kalager Schaller wrote:
I have been trying to test the svg_annotate script by running the following command: svg_annotate --title=Canada_Yukon yukon.svg Processing file 'yukon.svg'
Problem is that it seems to have no effect, I can't find the title inside the SVG and running ls -la shows me nothing happened to the file:
ls -la yukon.svg* -rw-rw-r-- 1 cschalle cschalle 54567 Sep 28 10:57 yukon.svg -rw-rw-r-- 1 cschalle cschalle 54567 Sep 27 20:03 yukon.svg.orig
SVG::Metadata 0.17 has been released to CPAN and will become available shortly at:
http://pause.perl.org/pub/PAUSE/authors/id/B/BR/BRYCE
This release adds a patch from Jonadab to implement a keyword parsing capability. If keywords are provided in a comma separated list, for instance, instead of the rdf:Bag syntax, this splits on the comma and interprets them as intended.
Bryce
participants (1)
-
Bryce Harrington