Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Dear all,
use Image::Magick;
$imgobj =Image::Magick->new();
$x=$imgobj->ReadImage($ARGV[0]);
$width = $imgobj->Get('width'); #in Pixels
$height = $imgobj->Get('height'); #in Pixels
How can i convert these values from Pixels to Millimeters
- Ayyappan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Conversion Modules from Pixels to Millimeters
by PodMaster (Abbot) on Apr 16, 2004 at 06:25 UTC | |
|
Re: Conversion Modules from Pixels to Millimeters
by matija (Priest) on Apr 16, 2004 at 06:28 UTC | |
by eserte (Deacon) on Apr 16, 2004 at 08:33 UTC | |
by DrHyde (Prior) on Apr 16, 2004 at 09:21 UTC | |
by eserte (Deacon) on Apr 16, 2004 at 10:10 UTC |