https://github.com/hectorm/liquid-rescale
https://github.com/hectorm/liquid-rescale
content-aware content-aware-scaling gif imagemagick liquid-rescale meme
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hectorm/liquid-rescale
- Owner: hectorm
- License: mit
- Created: 2019-09-23T21:09:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T21:07:22.000Z (over 6 years ago)
- Last Synced: 2025-03-30T06:27:44.794Z (about 1 year ago)
- Topics: content-aware, content-aware-scaling, gif, imagemagick, liquid-rescale, meme
- Language: Shell
- Size: 10.1 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# liquid-rescale
A shell script to achieve a similar effect to [content-aware scaling](https://helpx.adobe.com/photoshop/using/content-aware-scaling.html) with [ImageMagick](https://imagemagick.org).

## Installation
```sh
sudo curl -o '/usr/local/bin/liquid-rescale' 'https://raw.githubusercontent.com/hectorm/liquid-rescale/master/liquid-rescale'
sudo chown root:root /usr/local/bin/liquid-rescale
sudo chmod 755 /usr/local/bin/liquid-rescale
```
## Usage
```sh
liquid-rescale input.jpg [output.gif] [256x256]
```