P
Paul Loveless
Hi all, I would like to create a routine that retrieves specific properties
from an image file (ex. a jpeg) without having to open
the file. For example, in WinXP when you right-click a jpg file and select
properties, then summary, you are presented with information about the image
(height, width, resolution, colour depth etc.). I know how to create a
FileInfo object and retrieve the file attributes, but the attributes
returned are the standard hidden, system, read-only and archive attributes.
Is there a way of retrieving this "extra" information. I don't want to open
the file to get this information because of the time and memory required to
do so, particularly if there are hundreds of image files to go through.
Does anyone have any ideas?
Regards,
Paul.
from an image file (ex. a jpeg) without having to open
the file. For example, in WinXP when you right-click a jpg file and select
properties, then summary, you are presented with information about the image
(height, width, resolution, colour depth etc.). I know how to create a
FileInfo object and retrieve the file attributes, but the attributes
returned are the standard hidden, system, read-only and archive attributes.
Is there a way of retrieving this "extra" information. I don't want to open
the file to get this information because of the time and memory required to
do so, particularly if there are hundreds of image files to go through.
Does anyone have any ideas?
Regards,
Paul.