Skip to content

sanderbaas/img-resizer-inplace-idempotent

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • Shell 59.5%
  • Dockerfile 40.5%