woheller69 / gptAssist

gptAssist is a simple WebView wrapper for ChatGPT
GNU General Public License v3.0
226 stars 6 forks source link

rename downloaded images to jpg #28

Closed carnager closed 6 months ago

carnager commented 6 months ago

When one downloads generated images, the app downloads images as .bin files, which most galleries refuse to show. Rename images to their actual Filetype instead.

woheller69 commented 6 months ago

The filename is usually being guessed from the url. In this version I set "image/jpeg" as default mime type. Hope that works.

Can you try this? I do not have GPTplus...

-Uninstall -Remove .zip and install

app-release.apk.zip

carnager commented 6 months ago

Yup, seems to work. Let's hope chatgpt cannot create other file types, which would break this way