NAME

PFT::Content::Picture - A picture

SYNOPSIS

use PFT::Content::Picture;

my $f1 = PFT::Content::Picture->new({
    tree => $tree,
    path => $path,
    name => $name,  # optional, defaults to basename($path)
});

DESCRIPTION

Extends PFT::Content::Blob. Retains the same interface.