Copied to clipboard

Flag this post as spam?

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


  • Luis Alejandro Vieyra Benitez 1 post 71 karma points
    Aug 29, 2018 @ 19:07
    Luis Alejandro Vieyra Benitez
    0

    ImageProcessor.Web and PostProcessor | Resized file disk size bigger than original file

    As title says, I'm trying to do a simple resize with the following format

    http://localhost:62622/media/1010/my_image.png?width=1900&height=500

    The original files (tested with multiple files) are .png with different sizes, but after processing the size files get bigger.

    For example

    File A (works fine)

    • Before resize: 256 x 256 with 4.6 KB
    • After resize: 40 x 40 with 580 B

    File B (bigger size)

    • Before resize: 2200 x 600 with 1.3 MB
    • After resize: 1900 x 500 with 1.5 MB

    Do I need an extra configuration or it has something to do with my original images?

    Using:

    • Umbraco 7.5.14
    • ImageProcessor 2.6.2.25
    • ImageProcessor.Web 4.9.3.25
    • ImageProcessor.Web.PostProcessor 1.3.1.25
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies