Image Resizer Action
ActionsTags
(2)An action for resizing images according to the given resolution for resizing , the folder of original images and the output folder for resized images.
To use this action add following to your workflow file
- name: Image Resizer Action
uses: sharadcodes/[email protected]
with:
image-folder: 'my_images' # This is a Required field & this folder has original images
new-resolution: '400x200' # This is Required field
output-folder: "my_resized_images" # This is Required field & this folder will be used to store resized images
Image Resizer Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.