Hey I would love if you could add image stretch or Non-Uniform Scaling, and maximum quality retain after save , thank you so much. #3803
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Image Minimizer | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| issues: | |
| types: [opened, edited] | |
| pull_request_target: | |
| types: [opened, edited] | |
| jobs: | |
| call-image-minimizer-workflow: | |
| uses: FossifyOrg/.github/.github/workflows/image-minimizer.yml@main | |
| secrets: inherit |