streamlit-image-select icon indicating copy to clipboard operation
streamlit-image-select copied to clipboard

PNG thumbnails don't work

Open datasith opened this issue 1 year ago • 0 comments

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?

datasith avatar Jul 10 '24 02:07 datasith