-
Notifications
You must be signed in to change notification settings - Fork 310
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
Add vips #630
Add vips #630
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Should the name be CrystalVips rather than vips? |
@kojix2 ah yes, let's make it consistent please 👍 |
@@ -321,6 +321,7 @@ described in [RFC 8032] | |||
* [ffmpeg](https://github.com/spider-gazelle/ffmpeg) - FFmpeg bindings that works with StumpyPNG to extract frames | |||
* [Pluto](https://github.com/phenopolis/pluto) - A fast and convenient image processing library | |||
* [stumpy_png](https://github.com/stumpycr/stumpy_png) - Read and write PNG images | |||
* [CrystalVips](https://github.com/naqvis/crystal-vips) - Crystal bindings to [libvips](https://github.com/libvips/libvips) image processing library |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [CrystalVips](https://github.com/naqvis/crystal-vips) - Crystal bindings to [libvips](https://github.com/libvips/libvips) image processing library | |
* [crystal-vips](https://github.com/naqvis/crystal-vips) - Crystal bindings to [libvips](https://github.com/libvips/libvips) image processing library |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please make sure it follows alphabetical order (in scope of the section)
@@ -321,6 +321,7 @@ described in [RFC 8032] | |||
* [ffmpeg](https://github.com/spider-gazelle/ffmpeg) - FFmpeg bindings that works with StumpyPNG to extract frames | |||
* [Pluto](https://github.com/phenopolis/pluto) - A fast and convenient image processing library | |||
* [stumpy_png](https://github.com/stumpycr/stumpy_png) - Read and write PNG images | |||
* [CrystalVips](https://github.com/naqvis/crystal-vips) - Crystal bindings to [libvips](https://github.com/libvips/libvips) image processing library |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this lib is purely bindings to libvips
, it should probably go under the C Bindings
section. But if it's bindings + a Crystal API on top of it, probably should update the desc to point that out. E.g. something like:
Image processing library based on libvips
To denote its more than just bindings.
@kojix2 please feel free to re-open if you still want to merge this. |
Link
https://github.com/naqvis/crystal-vips
Checklist