Download the PHP package emtiazzahid/laravel-rat without Composer
On this page you can find all versions of the php package emtiazzahid/laravel-rat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download emtiazzahid/laravel-rat
More information about emtiazzahid/laravel-rat
Files in emtiazzahid/laravel-rat
Package laravel-rat
Short Description A package to bulk image resize in a directory or model
License MIT
Homepage https://github.com/emtiazzahid/laravel-rat
Informations about the package laravel-rat
Laravel Rat :rat:
Resize and optimize all of your images in certain folder by CLI
Installation
You can install the package via composer:
Usage
Resize Images
Resize images to specified dimensions while maintaining aspect ratio:
Optimize Images
Optimize image file size by adjusting quality/compression (keeps original resolution):
Undo Changes
Restore images from backup after resize or optimize operations:
Safe Mode: All commands now include safe mode by default, creating backups before processing. Backups are stored in a .rat-backup folder within the target directory.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
TODO
- ✓ Image optimization (Added rat:optimize command)
- ✓ Undo action (Added rat:undo command with backup system)
- Image resize with model iteration