Skip to content

(fix): Fixed png images upload

Fausto Arcidiacono requested to merge fix/png-upload into master

Ticket(s) / Related Merge Requests

Summary of Changes

Added check for MIME type during image processing via Imagick to use a PNG if the type is image/png and use a JPEG in all other cases other than a GIF.

Testing Considerations

Deployment Considerations

Regression Scope

Platform Affected (web, mobile, etc)

Engine

Developer Testing Completed

Screenshots / Screen Recording

Before the fix

Screenshot_2023-01-10_at_09.25.36

After the fix

Screenshot_2023-01-10_at_09.25.42

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Fausto Arcidiacono

Merge request reports