Giter Site home page Giter Site logo

image_resize_tool's Introduction

Image Resize Tool

Usage

Usage of /tmp/go-build2912109510/b001/exe/main:
  -ext string
    	image extension (default "jpg")
  -height int
    	Height of the resized image
  -input string
    	Input directory containing images (default ".")
  -output string
    	Output directory to save resized images (default ".")
  -ratio string
    	Aspect ratio of the resized image, etc auto or 4:3 (default "auto")
  -width int
    	Width of the resized image

Sample

go run main.go --input sample --output result -height 200

Output

prepare to resize image to width:200px height:auto
success to process sample/1/11/59a776aa35bfe.jpg => result/1/11/59a776aa35bfe.jpg
success to process sample/1/5c80e0956b20b.jpg => result/1/5c80e0956b20b.jpg
success to process sample/2/5c9475cea1c64.jpg => result/2/5c9475cea1c64.jpg
success to process sample/48f1ecc3aa64b17bdd0ccc7047288406.jpg => result/48f1ecc3aa64b17bdd0ccc7047288406.jpg
success to process sample/f41135e8527ad81f0ccdfa5ed667080a.jpg => result/f41135e8527ad81f0ccdfa5ed667080a.jpg
success walking the path sample

Build

go build -o image_resize_tool


## Cross compile
GOOS=windows GOARCH=amd64 go build -o image_resize_tool.exe

image_resize_tool's People

Contributors

chadlwm avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.