react-native-compressor icon indicating copy to clipboard operation
react-native-compressor copied to clipboard

What all formats Images and Videos are supported with react-native-compressor?

Open srinu6 opened this issue 1 year ago • 2 comments

Current behavior

I see that below are the different format images that the user might wanted to compress

  'jpg',
  'jpeg',
  'tif',
  'tiff',
  'wmf',
  'bmp',
  'png',
  'gif',
  'jpe',

Wanted to know whether these formats can be compressed or not with this library?

Similarly, below are the different format for videos that the user might wanted to compress.

'mp4', 'MOV', '3gp', '3g2', 'avi', 'ogv', 'wmv'

Expected behavior

This library should try to compress most of the available formats of images and videos.

Platform

  • [X] Android
  • [x] iOS

React Native Version

React Native Compressor Version

Reproducible Steps And Demo

srinu6 avatar Jun 24 '24 07:06 srinu6