-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save images as jpg and not as jpeg #4035
Comments
Signal Desktop bases almost all of its attachment filename data on information that comes to it from the sending client. Which sending client is generating .jpeg filenames? How was that file originally generated, then added to Signal? |
If you send a .jpg and a .jpeg from the Android app, they both will be offered to be saved as .jpeg in the Desktop app, unfortuntely. |
@scottnonnenberg-signal
A consistent extension handling would be very welcome to get rid of duplicates unattached which client the image comes from. Side note: The desktop's file size is bigger but i couldn't find a difference in quality. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is still an issue, please reopen. |
According to the forum, a fix is underway. Thanks. |
I've also been having this problem. Currently experiencing it with the Motorola/Android camera app - share, then send to Signal - when downloading from Signal desktop the extension is always .jpeg which is awkward and less recognized. Some code in signal desktop to just convert extensions to .jpg on save/download would be nice. |
Bug Description
Save images as jpg and not as jpeg. All other software on desktop computer saves images as jpg so this needs extra manual changes in order to comply with what is expected on the desktop (for searching and managing images).
Steps to Reproduce
Actual Result:
File name that is prompted / is suggested will have extension
.jpeg
Expected Result:
File name that is prompted / is suggested will should have extension
.jpg
Screenshots
Platform Info
Signal Version: 1.32.0-
Operating System: Ubuntu 19.10
Linked Device Version: Android 4.56.4
Link to Debug Log
n/a
See also https://community.signalusers.org/t/dont-use-jpeg-but-jpg-file-extension/12330
The text was updated successfully, but these errors were encountered: