NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Sunday August 12, 2001
05:51 AM
TIFF resolution
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');
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.