Convert format of HEIC image to PNG by using Python.
Project description
HEIC2PNG
This is a tool for converting format of HEIC image to PNG by using Python.
And, I used the pypi package template to generate this repo, you can check it in the references.
Installation
pip install heic2png
Usage
from heic2png import HEIC2PNG
if __name__ == '__main__':
heic_img = HEIC2PNG('test.heic')
heic_img.save() # it'll show as `test.png`
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
HEIC2PNG-0.9.0.tar.gz
(3.7 kB
view hashes)