image-actions icon indicating copy to clipboard operation
image-actions copied to clipboard

A Github Action that automatically compresses JPEGs, PNGs and WebPs in Pull Requests.

Results 88 image-actions issues
Sort by recently updated
recently updated
newest added

## What does this PR introduce? - Action succeeds for `pull_request.` different from `opened` or `synchronize` ## Related issues - closes #84

### Describe the bug Hello, as you can see in the screenshot, I am setting up env variable **INPUT_IGNOREPATHS** to the value I would like to have for the **ignorePaths**...

bug

### What problem would this feature solve? If we have command line utility, we will be able to run that in local and get the results in local before committing...

enhancement

Bumps [sharp](https://github.com/lovell/sharp) from 0.24.0 to 0.30.5. Changelog Sourced from sharp's changelog. v0.30.5 - 23rd May 2022 Install: pass PKG_CONFIG_PATH via env rather than substitution. @​dwisiswant0 Add support for --libc flag...

dependencies

Thank you for creating this well-documented action! 🙌 Also, please forgive me if I missed any documentation or settings that would solve what I'm requesting. 😅 ## What problem would...

enhancement

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

The markdown output can be over 65535 characters if convert many images, which causes error with peter-evans/create-pull-request@v3 since github body can only be 65535. Fixed with truncate action but perhaps...

bug

## What problem would this feature solve? I would like to have an option to keep metadata (EXIF data) on my images after optimising. ## Describe the solution you’d like...

enhancement

👋🏻 Hi there! Adds a new field `size` which accepts glob patterns and defines custom width and height for the same. This can be used to target specific image or...

## What problem would this feature solve? Currently, the only output we can get from the action is the `steps.calibre.outputs.markdown` which uses either the `pr-comment.md` or the `inline-pr-comment-with-diff.md`. In certain...

enhancement