Skip to content

An example of downloading and combining images for use in our Hackathon.

Notifications You must be signed in to change notification settings

Ben-M/go-combining-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Go Pre-Hackathon Image Example

An example of downloading and combining images in Go.

What does it do?

  • Downloads two images of unknown filetype and size.
  • Resizes them to the same height.
  • Combines them into a single image.
  • Saves them as a PNG.

What doesn't it do?

  • Combine more than two images.
  • Error handling.
  • Concurrency.

Getting Started

After installing Go and setting up your GOPATH, clone this repository and install the dependencies:

$ go get github.com/nfnt/resize

Now you are ready to run the example with go run example.go

Our dependencies

About

An example of downloading and combining images for use in our Hackathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages