Skip to content

Powerful image resizer with width/height selection, cropping, EXIF editing, quality and output image type picking and batch processing feature.

License

Notifications You must be signed in to change notification settings

Indusito/ImageResizer

 
 

Repository files navigation

ImageResizer

material API Kotlin Jetpack Compose Build

Powerful image resizer with width/height selection, cropping, EXIF editing, quality and output image type picking and batch processing feature. Based on Material You design following official Google guidelines

Frame 3

Functions

  • Batch processing
  • Saving to any specific folder
  • EXIF metadata editing
  • Image Resizing
    • Width changing
    • Height changing
    • Adaptive resize
    • Resize retaining aspect ratio
  • Image Shrinking
    • Quality compressing
    • Preset shrinking
    • Reducing size by given weight (in KB)
  • Cropping
    • Regular crop
    • Crop by aspect ratio
  • Format Convertion
    • WEBP
    • PNG
    • JPEG
    • JPG
    • Telegram sticker PNG format
  • Color Utils
    • Palette generation
    • Picking color from image
  • Additional Features
    • Rotating
    • Flipping
    • Comparing images

UI tweaks

  • Custom app color scheme
  • Light/Dark mode
  • AMOLED mode
  • Monet implementation (Dynamic colors) for android 12 and above
  • Dynamic colors theming even for Android versions less than 12
  • Image based color scheme

(Yes, app supports dynamic coloring based on wallpapers for every android version)

Download

Go to the Releases and download latest apk.

Google Play

Tech stack & Open-source libraries

  • Minimum SDK level 21

  • Kotlin based

  • Coroutines for asynchronous work

  • Flow to emit values from data layer reactively.

  • Accompanist to expand jetpack compose opportunities.

  • Hilt for dependency injection.

  • Coil for loading images.

  • Compose Navigation Reimagined - High intelligence navigation library for Jetpack Compose.

  • Konfetti to establish beatyfull particle system.

  • Jetpack

    • Compose - Modern Declarative UI style framework based on composable functions.

    • Material You Kit - Material 3 powerful UI components.

    • ViewModel - Manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.

    • Data Store - Store data asynchronously, consistently, and transactionally.

    • Lifecycle - Observe Android lifecycles and handle UI states upon the lifecycle changes.

    • Exif Interface - Read and write image file EXIF tags.

Translation

You can help translate ImageResizer into your language on Hosted Weblate

Состояние перевода Translation status

Find this repository useful? ❤️

Support it by joining stargazers for this repository. ⭐
And follow me for my next creations! 🤩

License

Designed and developed by 2023 T8RIN

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Powerful image resizer with width/height selection, cropping, EXIF editing, quality and output image type picking and batch processing feature.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 84.0%
  • Java 16.0%