equinor / mad

Experimental monorepo for the Mobile Application Delivery team
https://equinor.github.io/mad/
MIT License
8 stars 2 forks source link

Add encoding options for `makeImageSnapshot` #595

Closed HaakonSvane closed 2 months ago

HaakonSvane commented 2 months ago

Package / App

React Native Skia Draw

Description

Current snapshot handler only encodes to PNG. We should add support for configuring which encoding to use as some apps require JPG encoding.

Alternatives

Encoding in the apps. Redundant and will increase list of dependencies. RN Skia encoding should probably be faster as well.

Other info

No response