-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
#5666 Added in extra check if the image is already a png. #6014
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
base: main
Are you sure you want to change the base?
#5666 Added in extra check if the image is already a png. #6014
Conversation
(cherry picked from commit 177c23a73379bd08a40a7e0340285495d0404dce)
Hey @MarlowBrown. This is also a deceptively simple change, in that it treats all A more appropriate change would be to preserve the |
Hey @sashaweiss-signal. Thanks for checking out this one out! What do those downstream effects and methods that emit .pngs entail? I can understand that if someone has a large .png that it will need to be compressed; however, what is the threshold for that? On another note, I know that you and the other developers are signal are busy, but I would appreciate it if you could check the latest emails that I sent you and let me know. They contain triage information for a good portion of the Signal iOS repository. If for some reason you didn't get the email because it contains a raw link to my specific proton drive of the triage, let me know too, and we can work something out to get you that information. |
This PR 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. |
Keep open
…On Tue, Jul 8, 2025 at 7:27 AM github-actions[bot] ***@***.***> wrote:
*github-actions[bot]* left a comment (signalapp/Signal-iOS#6014)
<#6014 (comment)>
This PR 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.
—
Reply to this email directly, view it on GitHub
<#6014 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI3H5DIZFVCB4FILPZPWAG33HO2KDAVCNFSM6AAAAABZ6MQQLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTANBYG42DIMJWHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This PR 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. |
Keep open
…On Wed, Oct 8, 2025 at 7:27 AM github-actions[bot] ***@***.***> wrote:
*github-actions[bot]* left a comment (signalapp/Signal-iOS#6014)
<#6014 (comment)>
This PR 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.
—
Reply to this email directly, view it on GitHub
<#6014 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI3H5DLA775AFYXVOARSWDD3WT7KFAVCNFSM6AAAAABZ6MQQLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGOBRGI3TSNZUGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Contributor checklist
Description
This PR
fixes #5666
by adding an additional check to ensure that incoming images with a PNG extension are handled correctly, preserving their transparent background. This resolves an issue where images shared from the iOS Photos app with a selected subject would have a white background instead of a transparent one, both in the preview and when received.5666complete.mov