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

NAME

XML::NewsML_G2::Picture - a picture specification

SYNOPSIS

    my $pic = XML::NewsML_G2::Picture->new
        (rendition => 'highRes',
         mimetype => 'image/jpg',
         size => 21123
        );

ATTRIBUTES

mimetype

The MIME type of the picture file (e.g. image/jpg)

size

The size in bytes of the picture file

= item width

The width in pixel of the picture

= item height

The height in pixel of the picture

= item orientation

The picture orientation (1 is 'upright')

= item colorspace

The colorspace used by this picture (e.g. AdobeRGB)

= item altId

Alternative identifiers. Optional.

AUTHOR

Christian Eder <christian.eder@apa.at>

LICENCE AND COPYRIGHT

Copyright (c) 2014, APA-IT. All rights reserved.

See XML::NewsML_G2 for the license.