-
-
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
Deprecation notice: move background function to relevant operations, affects embed/extend/flatten #1392
Labels
Milestone
Comments
Commit a648446 deprecates |
v0.21.0 now available with this change. |
How do we just add a background to a PNG image with transparency - no other transform, just replace the transparency with a color? |
hideo54
added a commit
to hideo54/transformer
that referenced
this issue
Dec 23, 2019
lovell/sharp#1392 こういうことがあるから、テストを書けと言っとんやぞ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is advance warning that the background method will be deprecated in v0.21.0 and instead become separate options of the operations it affects.
embed
The following:
when combined with #1135 will become:
extend
The following:
will become:
flatten
The following:
will become:
The text was updated successfully, but these errors were encountered: