package
Version:
v0.0.0-...-9afed2f
Opens a new window with list of versions in this module.
Published: Oct 28, 2020
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
SynthesizeImage creates an image of specified size and uniform color. To
generate a blue image of generate ImageNet size (469x387), we can call
blue := color.RGBA{0, 0, 255, 255}
m := SynthesizeImage(469, 387, blue)
Synthesizer synthesize a tar.gz file of images.
NewSynthesizer creates a synthesizer.
AddImage synthesize an image with given filename, size, and color.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.