streamlit-image-select
streamlit-image-select copied to clipboard
PNG thumbnails don't work
Due to: https://github.com/jrieke/streamlit-image-select/blob/aecb446f90f2cc55d8ed11a47da740a04acd8015/streamlit_image_select/init.py#L33
For clarity, passing a png opened with PIL will return:
cannot write mode RGBA as JPEG
Is it possible to pass the format as a parameter?