Skip to content

Problem rendering TIFF images #73

@sciurius

Description

@sciurius
use PDF::API2;
my $pdf = PDF::API2->new;
my $page = $pdf->page;
my $gfx = $page->gfx;
my $img = $pdf->image("squirrel.tiff");
$gfx->object( $img, 100, 500, 100, 100 );
$pdf->save("squirrel.pdf");

When applied to the attached TIFF image file, it renders a garbled image.
tiff.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions