Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.06 KB

fake-image-generator-go

GoDoc Go version Github Actions

Generate a fake JPG or PNG image in any size between 1 KB and 2 GB.

This was made for generating big files that pose as images for testing purposes (for testing an image upload feature in an app, for example).

Requirements

This utility was tested in Go 1.13.4.

Installation

go install github.com/fake-image-generator/fake-image-generator-go

Usage

fake-image-generator-go.exe -size=15500 -extension=png -output=.

Build

go get -d ./...
go build