Skip to content

xprilion/img-resizer-inplace

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

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img-resizer-inplace

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

- name: Image Resizer Inplace
  uses: xprilion/img-resizer-inplace@v1
  with:
    # Folder in which images are stored
    target: # default is images
    # New resolution for images
    dimensions: # default is 500x

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

Sample usage

Check out a sample of how to use this action -

here

Packages

No packages published

Languages

  • Dockerfile 73.9%
  • Shell 26.1%