Skip to content

Commit

Permalink
Fix incorrect method name for save_as_heic in README (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage authored Oct 15, 2024
1 parent 84ab87f commit dc0999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ As neither Pillow nor Wand support detecting faces, Willow would automatically c
| `save_as_png(file)` ||| |
| `save_as_gif(file)` ||| |
| `save_as_webp(file, quality)` ||| |
| `save_as_heif(file, quality, lossless)` | ✓⁺ | | |
| `save_as_heic(file, quality, lossless)` | ✓⁺ | | |
| `save_as_avif(file, quality, lossless)` | ✓⁺ | ✓⁺ | |
| `save_as_ico(file)` ||| |
| `has_alpha()` |||\* |
Expand Down

0 comments on commit dc0999d

Please sign in to comment.