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

Support vips 8.16.0 #455

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

cdimitroulas
Copy link
Contributor

@cdimitroulas cdimitroulas commented Nov 18, 2024

This removes the usage of the deprecated VipsForeignJpegSubsample enum, instead using the VipsForeignSubsample enum in it's place.

I have very limited understanding about C, header files and CGo, so apologies if this implementation is way off the mark.

Closes #453

- This removes the usage of the deprecated VIPS_FOREIGN_JPEG_SUBSAMPLE
  enum, instead using the VIPS_FOREIGN_SUBSAMPLE_ON enum in it's place
@mholt
Copy link

mholt commented Jan 8, 2025

@davidbyttow I dunno if you're still active on this repo, but I'm wondering if you could give this a quick review / merge?

I have compiled with this patch successfully.

@davidbyttow
Copy link
Owner

hi @mholt sure, but did you look into the build failure? is it related?

@davidbyttow
Copy link
Owner

i guess i'd ask @cdimitroulas the same thing

@davidbyttow
Copy link
Owner

@davidbyttow davidbyttow merged commit 859c51d into davidbyttow:master Jan 8, 2025
1 check failed
@mholt
Copy link

mholt commented Jan 8, 2025

(Oh, sorry -- no, I did not look into the build failures. But I just know that my application is working with it. Probably not as solid an indicator as a proper test suite though 😄 )

Thanks for the merge!

@cdimitroulas cdimitroulas deleted the support-vips-8-16 branch January 8, 2025 12:46
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.

Add support for vips 8.16.0
3 participants