NAME
XML::NewsML_G2::Graphics - a graphics specification
SYNOPSIS
my $pic = XML::NewsML_G2::Graphics->new
(rendition => 'highRes',
mimetype => 'application/illustrator',
size => 21123,
altId => '1031-14-Wetter',
);
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)
AUTHOR
Mario Paumann <mario.paumann@apa.at>
LICENCE AND COPYRIGHT
Copyright (c) 2014, APA-IT. All rights reserved.
See XML::NewsML_G2 for the license.