π Feature Request
Currently, the Image Converter in our web app (apps/saas_toolkit.py) only changes file formats. We want to add a feature that allows users to resize their images before downloading.
π οΈ What needs to be done?
- Add a
st.slider or st.number_input to the sidebar or main UI.
- Allow users to select a percentage (e.g., 50% size) or specific dimensions.
- Update the
Image.save() logic to use the new dimensions.
π‘ Hints for Contributors
π·οΈ Labels
good first issue
enhancement
help wanted
π Feature Request
Currently, the Image Converter in our web app (
apps/saas_toolkit.py) only changes file formats. We want to add a feature that allows users to resize their images before downloading.π οΈ What needs to be done?
st.sliderorst.number_inputto the sidebar or main UI.Image.save()logic to use the new dimensions.π‘ Hints for Contributors
Pillow's.resize()method.π·οΈ Labels
good first issueenhancementhelp wanted