Simple Image Editor w/ HEIC support

I’m starting a project that requires some photo manipulation and dealing with HEIC images, so I built a small Streamlit image tool to learn how to load HEIC image. Also I’m often needing a quick way to resize / rotate / apply basic photo editing and wanted a simple tool to do so without any ads or long loads, so two birds one stone kind of thing.

Also while the above link is hosted on the Streamlit community cloud, this app has no backend / storage requirements and is capable of running entirely in-browser via the amazing Stlite, which I prefer when it is an option since it doesn’t require exposing your images to a remote server and I never have to worry about resource limits or rebooting the app.

Static page here: Image Edit
Source here: streamlitapp_image_edit/stlite.html at main · msull/streamlitapp_image_edit · GitHub

2 Likes