jpeg image DPI property
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Is there a way to display the DPI (bitdepth) property of an image file such that it can be captured or displayed? Okay, now the background of this: I'm working on scanning family historical photos at home and, as part of the photo information, I want to capture what DPI I scanned the photos at. Some are 300 DPI, some 600 DPI, etc. I don't want to have to check the property page for each image (there are now ~600 images in the collection). I'd like to generate a way to do this via javascript/vbscript if possible, so that I can gather other information while writing the information to the database. I'd also like to keep the number of dependant programs to a minimum. Thanks, -m