Home
About
Authors
Journals
Stories
All the Perl that's Practical to Extract and Report
TIFF resolution
tonyc
on 2001-08-12T10:51:37
Now you can set the resolution of a TIFF image:
# 300 dpi image
$img->addtag(name=>"i_xres", value=>300);
$img->write(file=>'foo.tif');