This support forum is no longer in use. Please use the Cloudinary Community at https://community.cloudinary.com/ to receive assistance from other members of the community and from Cloudinary's support team. For account-specific questions or if you believe that you've encountered a bug, please contact the Cloudinary team directly via the "submit a request" option on this support site.

Equivalent ImageMagick <> Cloudinary unsharp mask values

Comments

1 comment

  • Avatar
    Itay Taragano

    Hi Mike,

    You can set the effect parameter to unsharp_mask ( e_unsharp_mask in URLs) to sharpen the image using the unsharp mask filter.

    The default values are:

    Radius - 0.0

    Amount - 1.0

    Threshold - 0.05

    Cloudinary supports customizing the sigma (level range: 1-2000, default level: 100), so that a 100 value is equivalent to ImageMagick's 1.0. 

    For example:

    http://res.cloudinary.com/demo/image/upload/c_fill,e_unsharp_mask:400,h_80,w_80/horses.jpg

    0
    Comment actions Permalink

Post is closed for comments.