ionic-team / capacitor-plugins

Official plugins for Capacitor ⚡️
516 stars 582 forks source link

[@capacitor/camera] add PNG image format option to allow picking transparent images #1630

Open dmitry-salnikov opened 1 year ago

dmitry-salnikov commented 1 year ago

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:

sksk008 commented 11 months ago

do you found any solution ?