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

Operation request: Image manipulation operations from Jimp #451

Closed
n1474335 opened this issue Dec 25, 2018 · 2 comments
Closed

Operation request: Image manipulation operations from Jimp #451

n1474335 opened this issue Dec 25, 2018 · 2 comments

Comments

@n1474335
Copy link
Member

Summary

Now that we have introduced the Jimp library in #448, we should make better use of its capabilities.

Operations could be added to do some of the following:

  • contain - Contain an image within a height and width.
  • cover - Scale the image so the given width and height keeping the aspect ratio.
  • dither - Apply a dither effect to an image.
  • flip - Flip an image along it's x or y axis.
  • gaussian - Hardcore blur.
  • invert - Invert an images colors
  • print - Print text onto an image
  • resize - Resize an image.
  • rotate - Rotate and image.
  • scale - Uniformly scales the image by a factor.
@klaxon1
Copy link
Contributor

klaxon1 commented Jan 1, 2019

i should have something soon for this.

@n1474335
Copy link
Member Author

Closed in #506. Thanks to @j433866!

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

No branches or pull requests

2 participants