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

Fix incorrect method name for save_as_heic in README #157

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

laymonage
Copy link
Member

The actual method is save_as_heic:

@Image.operation
def save_as_heic(
self,
f,
quality: int = 80,
lossless: bool = False,
apply_optimizers: bool = True,
):
"""
Save the image as a HEIC file.

https://willow.wagtail.org/latest/guide/save.html#lossless-avif-heic-and-webp

@zerolab zerolab merged commit dc0999d into main Oct 15, 2024
7 checks passed
@zerolab zerolab deleted the save-as-heic-method-name branch October 15, 2024 15:15
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.

2 participants