Skip to content

Add HEIC Support

Latest
Compare
Choose a tag to compare
@Sherlouk Sherlouk released this 18 Jan 10:38
· 10 commits to main since this release
8e5e510

With thanks to @alexey1312, we now support creating and storing images in the HEIC format. This is functionally the same as PNG but allows for much smaller file sizes.

To use this new capability, simply add format: .heic() to your stitch function call. See tests for more complete examples.