Skip to content

Image Resizer Inplace Idempotent

Actions
Resize images in place, keeping aspect ratio, but only when image width or height exceeds the given max width or height
v2
Latest
Star (1)

Tags

 (1)

img-resizer-inplace-idempotent

A GitHub action to resize your images within the folder they are.

- name: Image Resizer Inplace Idempotent
  uses: sanderbaas/img-resizer-inplace-idempotent@v2
  with:
    # Folder in which images are stored
    target: # default is images
    # Max width for images
    width: # default is 500
    # Max height for images
    height: # default is 9999

This action uses mogrify at its core. To understand more about the tool and how to define dimensions read this guide on mogrify

Image Resizer Inplace Idempotent 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.

About

Resize images in place, keeping aspect ratio, but only when image width or height exceeds the given max width or height
v2
Latest

Tags

 (1)

Image Resizer Inplace Idempotent 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.