Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sebastian Dammark 581 posts 1385 karma points
    Dec 31, 2017 @ 13:37
    Sebastian Dammark
    0

    Is it possible to configure so that the image keeps it's MetaData ?

    Right now the image looses all meta data (EXIF)

  • SSA Backend 108 posts 640 karma points
    Jan 04, 2018 @ 13:45
    SSA Backend
    0

    Hi, thank you for feedback.

    I have created a ticket to investigate it, but I believe issue happens on a TinyPNG side.

    I will notify you here when getting more info.

    Thanks, Dmytro

  • SSA Backend 108 posts 640 karma points
    Jan 04, 2018 @ 16:24
    SSA Backend
    0

    Could you provide the sample of images? It looks like default metadata is preserved.

  • Sebastian Dammark 581 posts 1385 karma points
    Jan 04, 2018 @ 18:26
    Sebastian Dammark
    0

    Here are 2 links:

    1. Not Tinified: https://idoconcerts.com/media/2851/20171125-velvet-volume-15-voxhall_edit.jpg

    2. Tinified: http://splitsek.dk/media/3062/20171125-velvet-volume-15-voxhall_edit.jpg

    If I try to get EXIF data on link number 2 I get a YSOD saying Sequence contains no elements

    But if I do the same on link number 1 everything is dandy.

    This is my code:

    System.Drawing.Image media = new Bitmap(Server.MapPath(MediaHelper.GetMediaUrl(element.Cover)));
            PropertyItem[] propItems = media.PropertyItems;
            string captureTime = System.Text.Encoding.ASCII.GetString(propItems.Where(x => x.Id.ToString("x") == "9003").First().Value);
    

    It's the last line that fails.

  • SSA Backend 108 posts 640 karma points
    Jan 05, 2018 @ 09:50
    SSA Backend
    100

    We really lose metadata on after TinyPNG API request, it will be fixed in 1.4 version which will be released in 1.5 - 2 weeks. On the settings tab, you will be able to switch on/off "preserve metadata" setting. Does it resolve your issue?

    Thanks for a great finding!

  • Sebastian Dammark 581 posts 1385 karma points
    Jan 05, 2018 @ 10:07
    Sebastian Dammark
    0

    Great guys.

    I believe it does.

    Looking forward for the update.

  • SSA Backend 108 posts 640 karma points
    Jan 18, 2018 @ 15:55
    SSA Backend
    2

    Hi,

    We have resolved your request by adding an option to the Settings tab which is "False" by default.

    Preserve metadata option

    New release will be in the next week

    Thanks, Dmytro

  • Sebastian Dammark 581 posts 1385 karma points
    Jan 18, 2018 @ 22:28
    Sebastian Dammark
    0

    That's great news.

    I'm looking forward to the release

  • SSA Backend 108 posts 640 karma points
    Feb 02, 2018 @ 12:22
    SSA Backend
    0

    Hey,

    We released a new version where your issue is resolved.

    Have a nice day.

Please Sign in or register to post replies

Write your reply to:

Draft