Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: exposing vips_gaussnoise operation #2527

Merged
merged 5 commits into from
Jan 16, 2021
Merged

feat: exposing vips_gaussnoise operation #2527

merged 5 commits into from
Jan 16, 2021

Conversation

alza54
Copy link
Contributor

@alza54 alza54 commented Jan 12, 2021

Gaussian noise feature respecting the proposed API

sharp({
  create: {
    width: 1024,
    height: 768,
    channels: 1,
    noise: {
      type: 'gaussian',
      mean: 128,
      sigma: 30
    }
  }
});

@coveralls
Copy link

coveralls commented Jan 12, 2021

Coverage Status

Coverage remained the same at 100.0% when pulling 0f03310 on alza54:master into 138e60a on lovell:master.

Copy link
Owner

@lovell lovell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic, thank you very much for this. I've left a couple of questions/comments inline that will probably need addressing, then we can merge this useful feature.

Copy link
Owner

@lovell lovell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marvellous, thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants