At present when right-clicking an image to view details I am presented with a list of various properties with details such as image url, file type, size and dimensions and an Alternate text field.
Is there a way of changing this information at all, or rather customising it to display only that information I want it to?
Information added as a description can be displayed using the 'printImageDesc' function (on the page as normal), this information may be added in either zenphoto or in something like photoshop. When right-clicking for the image info alt text is given as the image title, is there a way to change this to the image description?
ultimately my aim is for the image properties (when right clicked) to show a title, description and then the size and dimensions etc.
Comments
Anyway, as for the question a quick look into the theme and the functions guide would have told you that that info is passed as a parameter:
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintDefaultSizedImage
Use the "bare" variants of the description, titlte etc. functions as no markup is allowed in alt atributes.