Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/kyumamoon/rand_avatar_gen_go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/kyumamoon/rand_avatar_gen_go

  • v0.0.0-20220427191149-d515256bb2d1
  • Source
  • Go
  • Socket score

Version published
Created
Source

rand_avatar_gen_go

A simple go avatar generator.

How it works: The program uses a preset of images located in the folders 'Base', '1', '2', '3' and so on to generate different avatar combinations using golang's image libraries.

'Base' Folder

  • This folder just holds the background JPG.

Numbered Folders

  • These folders are basically layers. The first folder, '1', will just hold different variations of the first layer. Different layers will be placed ontop of one another to create a single image in the end.

To Do

  • Make it scalable and more flexible with image sizing, layer counts, more random in the image outputs. Currently the code is written to work with a specific number of folders (layers) and produces a fixed amount of avatars (currently outputs 10,000 avatars with the set of presets given).

FAQs

Package last updated on 27 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc