1.0
Overview
The BitmapCompression library provides a utility to reduce the size of image files under a specified size limit while maintaining control over compression parameters. This library is particularly useful for reducing image file sizes in Android applications.
Features in version 1.0
Initial release of the BitmapCompression library.
Compression Strategies: Choose between starting compression by scaling down the image or compressing it directly.
Size Limit: Set a maximum file size limit for the compressed image.
Quality Adjustment: Control the compression quality by specifying the compression quality down to a desired level.
Scale Down Factor: Define a scale factor to gradually reduce the width and height of the image during compression.
Lower Resolution Limits: Optionally set lower resolution limits for the width and height of the image.