react-native-image-filter-kit icon indicating copy to clipboard operation
react-native-image-filter-kit copied to clipboard

why are the images saved in png? on onExtractImage, as saved in jpg or original format?

Open luigbren opened this issue 5 years ago • 1 comments

why are the images saved in png format? when extracting the image with the filter applied, how can i keep the orignal format or save in jpg? and over the dimensions of the image, only the uri returns, how can i also return the dimensions of the image? width and height

luigbren avatar Jun 14 '20 20:06 luigbren

Currently only png format is supported for extraction. If you need additional image formats feel free to implement it and open a pull request.

iyegoroff avatar Jun 16 '20 17:06 iyegoroff