Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.
/ maria Public archive

It grabs images from folder and converts them to desired dimensions.

License

Notifications You must be signed in to change notification settings

mabasic/maria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maria

It grabs images from folder and converts them to desired dimensions.

Has support for custom prefixes.

Installation

composer global require mabasic/maria

Usage

Standard usage scenario:

maria fit {input} {output} --width=1920 --height=1080

Append prefix thumb_ to images on output:

maria fit {input} {output} --width=1920 --height=1080 --prefix

Or set a custom prefix with:

maria fit {input} {output} --width=1920 --height=1080 --prefix=big_

About

It grabs images from folder and converts them to desired dimensions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages