Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    A link please…

    Thread Starter patsch27

    (@patsch27)

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    You have put the exif data in the ‘custom’ box ( Table II-B15 ) but you should put it in the photo description. ( Use Table IX-B4 and apply by checking box Table IX-B3 for new uploads/imports and Table VIII-B4 for updating existing photos ).

    The ‘custom’ box is more or less photo independant while the description box is unique for every photo ( when the plugin has translated the exif data etc. ).

    Thread Starter patsch27

    (@patsch27)

    Hello,

    Thank you for your quick response and help.
    According to your description works beautifully.

    I have an extra request to:
    An EXIF tag for the image size is not available.
    Is there a way to show the size?

    Example:
    http://s456633889.online.de/?wppa-album=1&wppa-occur=1&wppa-photo=1

    Greetings
    patsch27

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    1. Thanx for your donation!

    2. All exif data found in the image file is saved. See Table XI to see what exif tags have ever been found in your image files. ( That does not mean that all your photos contain these exif tags!!! ).

    Look for E#011A an E#011B, they are XResolution and YResolution, maybe usefull?

    Thread Starter patsch27

    (@patsch27)

    Hello,
    sorry for the bad description.
    With size I meant the file size of the photo.
    There is no available EXIF tag.
    The only thing I can think of PHP code.

    http://php.net/manual/en/function.filesize.php

    <?php
    $filename = 'IMAGE.jpg';
    echo $filename . ': ' . filesize($filename) . ' bytes';
    ?>

    Would be great if under the photo example Height and width
    and the file size is displayed.

    Greetings
    patsch27

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I just added in 5.1.11:

    New photo description keywords: w#amx and w#amy meaning the width and height in pixels of the image available for Art Monkey download.

    See Table VI-C1.
    I assume you want to know the size because of the potential download, so it looks logical to me to add w#amfs for the filesize of the potential ‘art monkey’ download file? If you agree with this, it will be implemented in the next version.

    Thread Starter patsch27

    (@patsch27)

    Thank you!
    I must in future better read the changelog.
    Looking forward to the new version if w#amfs added
    because w#amx and w#amy works perfectly.
    Thanks again for your help.

    Greetings
    patsch27

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    It has been implemented and tested and will be in 5.1.12.

    Thread Starter patsch27

    (@patsch27)

    Perfect!
    Thank you

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Exif Data’ is closed to new replies.