Skip to content

region23/batch_smartcrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Batch images resizer with smart crop (jpg/png)

Based on smartcrop.go library by Christian Muehlhaeuser.

Installation

Make sure you have a working Go environment. See the install instructions.

To install batch_smartcrop, simply run:

git clone git://github.com/pavlik/batch_smartcrop.git
cd batch_smartcrop && go build && go install

You can specify next params:

  • path to images folder. Or you can run batch_smartcrop from images directory
  • prefix for new thumbnail images
  • width of thumbnail image
  • and/or height of thumbnail image

Type for help

batch_smartcrop --help

About

Batch images resizer with smart crop written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages