NAME

Bric::App::MediaFunc - Location for functions that query uploaded media files.

VERSION

$Revision: 1.2.2.2 $

DATE

$Date: 2001/11/06 23:18:32 $

SYNOPSIS

DESCRIPTION

INTERFACE

Constructors

$mediafunc = Bric::App::MediaFunc->new($init);

Creates a new object to run the given methods against

Throws:

NONE

Side Effects:

NONE

Notes:

NONE

Destructors

$p->DESTROY

Dummy method to prevent wasting time trying to AUTOLOAD DESTROY.

Throws:

NONE

Side Effects:

NONE

Notes:

NONE

Public Class Methods

NONE

Public Functions

$height = $media_func->get_height()

Returns the height of the image

Throws:

NONE

Side Effects:

NONE

Throws:

NONE

$width = $media->get_width()

Returns the width of the image

Throws:

NONE

Side Effects:

NONE

Notes:

NONE

$color_type = $media->get_color_type()

Returns the color type of the image

Throws:

NONE

Side Effects:

NONE

Notes:

NONE

$resolution = $media->get_resolution()

Returns the resolution

Throws:

NONE

Side Effects:

NONE

Notes:

NONE

$samples_per_pixel = $media->get_samples_per_pixel()

Returns the samples per pixel

Throws:

NONE

Side Effects:

NONE

Notes:

NONE

PRIVATE

Private Class Methods

NONE.

Private Instance Methods

NONE.

Private Functions

$image_info = $self->_get_image_info_obj()

Returns the iamge info object.

Throws:

NONE

Side Effects:

NONE

Notes:

NONE

NOTES

NONE.

AUTHOR

David Wheeler <david@wheeler.net>

SEE ALSO

perl(1), Bric (2)

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 87:

'=item' outside of any '=over'

Around line 118:

You forgot a '=back' before '=head2'

Around line 370:

'=item' outside of any '=over'

Around line 402:

=cut found outside a pod block. Skipping to next block.

Around line 407:

You forgot a '=back' before '=head1'