B
blaine
I've been searching around trying to find a package that would let me
find out the Pixels Per Inch (ppi), print size and non-compressed file
size of and image. However I have not had any luck yet.
Does anyone know where I can get such a package or how to code this?
Ideally it would work something like the following:
my $obj = new ImageInfo($image);
my $ppi = $obj->ppi();
my $printWidth = $obj->printWidth();
my $fileSize = $obj->uncompressedFileSize();
Look forward to your response.
Blaine
find out the Pixels Per Inch (ppi), print size and non-compressed file
size of and image. However I have not had any luck yet.
Does anyone know where I can get such a package or how to code this?
Ideally it would work something like the following:
my $obj = new ImageInfo($image);
my $ppi = $obj->ppi();
my $printWidth = $obj->printWidth();
my $fileSize = $obj->uncompressedFileSize();
Look forward to your response.
Blaine