Skip to content

sharpen doesn't work with vips8.8.1 #123

Open
@2h4dl

Description

@2h4dl

After scaled an image with resize, I used sharpen(sigma=0.5, x1=1, y2=10, y3=20, m1=0, m2=3 ),
but nothing changed.
python: 3.6.8
libvips: 8.8.1

resized_image = pyvips.Image.resize(new_image, 0.2718, kernel="VIPS_KERNEL_LANCZOS3")
sharpen_img = resized_image.sharpen(sigma=0.5, x1=1, y2=10, y3=20, m1=0, m2=3)
sharpen_img.write_to_file("sharpen.jpg", Q=100)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions