• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Digital photo information extract

steelio

Senior member
What I am wanting to do is find that hidden information that digital pictures have. Mainly the date taken.
I know how to right click on it and find it that way through the properties...but there has to be another way right? embedded somewhere.
 
What you're looking for is EXIF data. Are you trying to do this programmatically or an application that does it for you?
 
PHP can do EXIF and it works great as a shell scripting language. Traditionally, PHP is used for website development but I use it often if I need to get something short together quickly.
 
Back
Top