• Hello.

    Thank you for great plugin, I was looking for some way to show exif info of featured image (I have no image in post content) and this tool do it nicely.

    I just wish to give some suggestions for future versions. For example it would be great option to extract and show exif keywords, and also option to add them as post tags automatically.

    Also it would be great to show all, or, as many as you can make other fields such as:

    image description,
    orientation,
    original height,
    original wight,
    category..

    Also support for all/any IPTC field would be great too.

    At the end I have trouble to display some basic image info such as: image file name,extension,format. Could you please consider to allow showing that basic image info from plugin?

    If you have any suggestion how to display such basic image info (from theme files) please do not hesitate to tell.

    Best regards.

    https://wordpress.org/plugins/thesography/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author kristarella

    (@kristarella)

    WordPress provides the height and width in the image info, which you can access with the following two functions:
    http://codex.wordpress.org/Function_Reference/wp_get_attachment_metadata
    http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src

    If you want more guidance on how to use those functions let me know.

    Keywords will be in the next version; not sure if I’ll be able to automatically add as tags or not.

    This plugin works by importing the metadata into the database, it would be a bit excessive to import any and all data into the database. It could be a different plugin design that read metadata dynamically, which might be more efficient for a lot of data, but not so much for smaller amounts of data. It’s probably not something I’ll do.

    Thread Starter Advanced SEO

    (@jole5)

    Adding more exif/iptc fields would be great, and option to check which fields to process and witch to skip.
    Also it would be nice to have option to see and edit imported fields in data base.

    Thank you for keywords support. When we can expect new version?

    Thank you for offered help, I managed to display height and width of the image, but I do not know how to display image file size (in kb or MB) and type (.jpg,.gif…), also I need bare image name, with and/or without image extension (some-image-file-name.jpg).

    Could you please give me some functions which I can put in my theme files to display that info of featured image?

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exif data of featured image?’ is closed to new replies.