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

Add vips #630

wants to merge 1 commit into from

Conversation

kojix2
Copy link

@kojix2 kojix2 commented Dec 13, 2023

Link

https://github.com/naqvis/crystal-vips

Checklist

  • - Shard is at least 30 days old.
  • - Shard has CI implemented.
  • - Shard has daily/weekly periodic builds (ideally with Crystal latest and nightly).

Copy link
Owner

@veelenga veelenga left a comment

Choose a reason for hiding this comment

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

LGTM

@kojix2
Copy link
Author

kojix2 commented Dec 13, 2023

Should the name be CrystalVips rather than vips?

@veelenga
Copy link
Owner

@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
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)

@veelenga veelenga self-requested a review December 13, 2023 12:12
@@ -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
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.

@veelenga
Copy link
Owner

veelenga commented Apr 8, 2024

@kojix2 please feel free to re-open if you still want to merge this.

@veelenga veelenga closed this Apr 8, 2024
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