Copied to clipboard

Flag this post as spam?

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


  • Harry Spyrou 212 posts 604 karma points
    Jun 22, 2018 @ 08:57
    Harry Spyrou
    0

    Gulp with Umbraco backoffice

    I just saw the 7.11 version updates. Then I saw this:

    http://issues.umbraco.org/issue/U4-11395#

    I'm not sure exactly what they mean but I'm very intrigued. Can we actually auto minimize images in the backoffice with Gulp (or maybe webpack? A man can only dream) as soon as they get uploaded?

    Apologies if it's a silly question

  • Matthew Wise 271 posts 1373 karma points MVP 5x c-trib
    Jun 22, 2018 @ 10:02
    Matthew Wise
    1

    Hi Harry,

    That PR is for the images that make up the CMS.

    However there is a plugin for ImageProccessor that does optimise the images that are been resized etc by the Image Cropper

    http://imageprocessor.org/imageprocessor-web/plugins/postprocessor/

    The proceessor is set to keep all of an images EXIF data so that the copyright is maintained etc.

    You can remove all EXIF data by setting preserveExifMetaData="false" in the config/Processing.Config file.

    All you need to do is install the plugin above and ensure you are using Image crops etc.

    Cheers

    Matt

    P.S this does not reduced the raw images size in the media folder.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Jun 22, 2018 @ 10:18
    Jan Skovgaard
    1

    Hi Harry

    Just want to add to Matthew's response that it's also possible to pre process the uploaded images when they're being uploaded - James who created Image processor has written an article about that here https://24days.in/umbraco-cms/2014/all-your-images-are-belong-to-umbraco/

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft