Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aidsoul/img-actions
https://github.com/aidsoul/img-actions
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aidsoul/img-actions
- Owner: aidsoul
- Created: 2023-12-15T11:39:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T11:50:02.000Z (about 1 year ago)
- Last Synced: 2024-11-07T02:38:43.368Z (2 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example
```
setImageCompressionQuality(50)
->save('test/test-imagick.jpg');
// Simple compression
SimpleCompression::compression('test/test.jpg', 'test/test-new.jpg', 50);