Skip Menu |

This queue is for tickets about the PDF-API2 CPAN distribution.

Report information
The Basics
Id: 27291
Status: resolved
Priority: 0/
Queue: PDF-API2

People
Owner: Nobody in particular
Requestors: r_ovidius [...] eml.cc
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: image_gif creates corrupt images.
Date: Fri, 25 May 2007 09:58:11 -0700
To: bug-PDF-API2 [...] rt.cpan.org
From: Rutger Ovidius <r_ovidius [...] eml.cc>
Hello, PDF-API2-0.61 on perl 5.8 on linux or win32. Using the attached .gif with image_gif outputs a corrupt image in the pdf. Converting it to a .png and using image_png works. use PDF::API2; $pdf = PDF::API2->new(-file=>"filename.pdf"); $page = $pdf->page; $gfx = $page->gfx; $img = $pdf->image_gif("0001.gif"); $gfx->image($img, 0, 0); $pdf->save(); $pdf->end();
Download 0001.gif
image/gif 35.8k

Message body is not shown because sender requested not to inline it.

without further info issue is stalled
From: r_ovidius [...] eml.cc
On Thu Jan 17 19:17:03 2008, AREIBENS wrote: Show quoted text
> without further info issue is stalled
The code is there as is the .GIF. I'm not sure what further info you are looking for.
try 0.72 and report again