You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add image format option to allow picking images in PNG format, in order to keep transparency.
Plugin
@capacitor/camera
Description
For now, the JPEG format is used for both photos and picked images in native code. I want to have an option to specify PNG format, to allow user to pick transparent images from library because JPEG format doesn't support transparency.
Platform(s)
iOS, Android
Preferred Solution
Optimally, format option should be specified with three values:
JPEG (could be default option for compatibility reasons);
PNG;
Original - keep the original image format while re-encoding/resizing image.
The text was updated successfully, but these errors were encountered:
Feature Request
Add image format option to allow picking images in PNG format, in order to keep transparency.
Plugin
@capacitor/camera
Description
For now, the
JPEG
format is used for both photos and picked images in native code. I want to have an option to specify PNG format, to allow user to pick transparent images from library because JPEG format doesn't support transparency.Platform(s)
iOS, Android
Preferred Solution
Optimally, format option should be specified with three values:
JPEG
(could be default option for compatibility reasons);PNG
;Original
- keep the original image format while re-encoding/resizing image.The text was updated successfully, but these errors were encountered: