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

Add vips #630

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
* [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

Copy link
Owner

@veelenga veelenga Dec 13, 2023

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)

Copy link
Collaborator

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.


## Implementations/Compilers
* [charly](https://github.com/charly-lang) - Charly Programming Language
Expand Down
Loading