|
GD creating new images based on your original info has no bearing on this
How are you pulling info?
This entire discussion is about a 3rd party application. You would need to test your jhead by the docs on jhead site
We use this command to extract jhead
$system_cmd = "{$Globals['jhead_command']} -exonly $file";
which would translate to say this
/usr/bin/jhead -exonly /var/www/html/gallery/uploads/1/somefile.jpg
Note note for us to extract info the showexif switch must be yes in Admin => Upload Options and then of course you must be using the correct path to jhead in the global options
C:/jhead/jhead.exe ???
|