numandev1 / react-native-compressor

🗜️Compress Image, Video, and Audio same like Whatsapp 🚀✨
MIT License
949 stars 93 forks source link

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

Open srinu6 opened 5 months ago

srinu6 commented 5 months ago

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

React Native Version

React Native Compressor Version

Reproducible Steps And Demo

github-actions[bot] commented 5 months ago

👋 @srinu6 Thanks for opening your issue here! If you find this package useful hit the star🌟!

xchwarze commented 4 months ago

I understand that gif does not support it. I don't know why this isn't made clear in the readme...