T8RIN / ImageResizer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Image Resizer


API Kotlin Jetpack Compose material

Build Hits GitHub commits since tagged version (branch) GitHub code size in bytes

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

Frame 5

⬇️ Download

Go to the Releases and download latest apk or click badges below.

Get it on Google Play Get it on fdroid Get it on izzy Get it on GitHub

Features

  • 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
    • JPEG
    • JPG
    • PNG
    • SVG, GIF to WEBP, PNG, JPEG, JPG
    • Telegram sticker PNG format
  • Color Utils
    • Palette generation
    • Picking color from image
  • Additional Features
    • Rotating
    • Flipping
    • Comparing images
    • Previewing SVG, GIF and all types of images

Frame 6

🌟 UI tweaks

  • Custom app color scheme
  • Light/Dark mode
  • AMOLED mode
  • Monet implementation (Dynamic colors) for android 12 and above by Dynamic Theme
  • 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)

📚 Tech stack & Open-source libraries

  • Minimum SDK level 21

  • Kotlin based

  • Dynamic Theme - library, which allows you to easily implement custom color theming.

  • Modal Sheet - modal bottom sheet that follows M3 guidelines.

  • 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! 🤩

Buy me a coffee

This application is completely free, but if you want to support the project development, you can go to the QIWI page ❤️

Star History

Star History Chart

📢 Contributors

⚖️ 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, SVG to image convertion, cropping, EXIF editing, quality and output image type picking and batch processing feature.

License:Apache License 2.0


Languages

Language:Kotlin 98.5%Language:Java 1.5%