• Resolved traffas

    (@traffas)


    I love the plugin and use it everywhere, but I just learned it’s dumping out the EXIF data on my images which, for my use case, is really important. Is there a flag or a setting somewhere to preserve all or at least specific metadata in the images?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter traffas

    (@traffas)

    For anyone else experiencing this issue, I found that commenting out line 484 solves the problem.

    if ( $resize_mode == ‘size’ ) {
    //$im->stripImage();
    }

    Hopefully we can get an admin checkbox or something in future versions that lets us control if we want metadata stripped on resize.

    Plugin Author Rickard Westerlind

    (@rickardw)

    If you select resize mode “quality” for the image sizes the EXIF-data will be kept. So I’m thinking the admin option you are asking for is already there?

    Resize mode “size” is for the purpose of at the same time making the image sizes as small as possible and then the EXIF-data should be stripped.

    Thread Starter traffas

    (@traffas)

    I guess the point of using the plugin is to make the images as small as possible, so small size is definitely what I’m going for…I just need the ability to make them small and keep the location data…I know that’s giving up a little bit of data, but it’s worth it.

    Plugin Author Rickard Westerlind

    (@rickardw)

    I will add this request to a future release.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘EXIF data’ is closed to new replies.