-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
OverlayWith JPEG input, JPEG output #376
Comments
Hello, the forthcoming v0.14.0 will contain many improvements to the
https://github.com/lovell/sharp/blob/needle/docs/api.md#overlaywithimage-options |
See #239 |
Hello lovell, thank you for this great library. |
The needle branch works ok with the same files! thank you so much lovell. when this branch is released? |
Great, glad to hear v0.14.0 will solve this problem, thanks for confirming. Please subscribe to #239 for release updates. |
When OverlatWith is used on a jpeg input and the output is jpeg as well the produced image is weird:
sharp('test.jpg').overlayWith('overlay.png').jpeg().pipe(res);
When input is png and output is jpeg or when input is jpeg and the output is png or webp the result image is ok. This happens on both Windows and OSX, I haven't tested linux yet. My vips version is 8.2.2 on mac.
The text was updated successfully, but these errors were encountered: