Open scy opened 5 months ago
Could you try downloading the image using the inline download button next to the message and see if what result you get?
Could you also try it with pngs of different sizes?
You can use this tool I created to test out images of different sizes:
@jamiebuilds-signal I can do that, if you think that the inline button makes any difference.
Do you think that using the "Note to Self" chat will work for that, or do I need to bother one of my contacts with this?
@scy Yes, Note to Self will be useful to check. The version of the file that we save locally (and sync to your other devices) is the version that we would send to your recipients.
Using a supported version?
Overall summary
When sending a PNG image with "standard" (not "high") image quality, Signal will re-encode it to a JPEG instead. However, when hitting the "download" button on the image, the suggested file extension will be
.png
instead.Steps to reproduce
Expected result
The suggested file name should end in
.jpeg
or.jpg
to accurately represent the file format. This is especially important for operating systems that decide based on the file name which application to use when opening the file.Actual result
The file picker dialog is suggesting a name like
signal-2024-05-20-140823_002.png
, even though the file has been re-encoded into a JPEG.Saving it and the running the Linux
file
tool confirms that it's indeed a JPEG:Screenshots
Signal version
7.5.1
Operating system
Debian 12 (bookworm) amd64
Version of Signal on your phone
7.7.1
Link to debug log
No response