The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SWISH::Filters::ImageToXml - A filter that converts an image to base64 and outputs XML

VERSION

Version 0.01

SYNOPSIS

A SWISHE filter that takes an incoming image and converts it to base64 and returns XML.

XML

The following is an example of the generated XML.

    <doc>
        <b64_data>...BASE 64 CONTENT...</b64_data>
    </doc>

METHODS

new ( $class )

Constructor.

filter( $self, $doc )

Generates Imager::ImageTypes meta data for indexing.

AUTHOR

Logan Bell, <loganbell at gmail.com>

BUGS

Please report any bugs or feature requests to bug-swish-filters-imagetoxml at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SWISH-Filters-ImageToXml. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc SWISH::Filters::ImageToXml

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2011 Logan Bell.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.