-
-
Notifications
You must be signed in to change notification settings - Fork 693
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
Change Chroma Subsample for Image files #538
Comments
For jpeg write it's just on or off. I'll tag this as an ehancement. Edit: default (4:2:0) or off, I should say. |
Thanks @jcupitt for the prompt response. Is it possible to support it the way GraphicsMagick does: http://www.graphicsmagick.org/GraphicsMagick.html#details-sampling-factor Typically if you take screenshot or framegrab from the video sources they may come with subsampling as 4:4:4 and I think it may make sense to provide at least following options:
thanks. |
Looking at the definition of the subsampling notation here: http://www.poynton.com/PDFs/Chroma_subsampling_notation.pdf Current libvips behaviour is:
You can't write Q > 90 and subsample, but that must be rather rare, I think. It doesn't seem that easy to add all these options, especially the offset chroma you need for 4:2:2. Could you explain the use case? |
From 8.9 there is a |
Is there a setting in vips jpegsave that allows to change chroma subsampling of input images. For web use I think the recommended setting is 4:2:0 or 2x2.
thanks.
The text was updated successfully, but these errors were encountered: