https://github.com/automatic1111/randdraw
Draws pictures using random shapes
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.3%) to scientific vocabulary
Repository
Draws pictures using random shapes
Basic Info
- Host: GitHub
- Owner: AUTOMATIC1111
- Language: C++
- Default Branch: master
- Size: 90.8 KB
Statistics
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Requirements
- imagemagick's convert program
- ffmpeg (optional, for --webm option)
Program: randdraw
Draws a picture using shapes as described in this post: https://warosu.org/g/thread/S62885489
``` Usage: randdraw [OPTION...]
-p, --program arg program; a list of comma separated pairs, each
takes form of
For example, if you run it as:
randdraw source.png destination.png -p 'large-squares:10000,lines:100000'
It will first do 10000 iterations to paint small squares, then 100000 iterations drawing lines.
This command will create multiple images:
randdraw source.png destination-%02d.png -d 2000 -p 'large-squares:10000,lines:100000'
Program: extract-colors
Get a list of important colors from an image. Colors will be written in #RRGGBB format to stdout, and additionally an image will be created with colors in it.
``` Usage: extract-colors [OPTION...] [
-f, --input arg input image -o, --output arg output image with desired colors in it -c, --count arg how many colors to produce; if omitted, detected automatically -m, --colormap arg apply the produced palette and write result to specified colormap file --method arg method for color extraction; must be one of: kmeans, random -q, --quiet do not output colors to stdout --colordist arg color distance function; one of: Manhattan, Euclidean, CIE2000 --import-colors arg ignore colors in input image; instead read all colors from the one specified in this argument --help Print help ```
Owner
- Login: AUTOMATIC1111
- Kind: user
- Repositories: 17
- Profile: https://github.com/AUTOMATIC1111
GitHub Events
Total
- Watch event: 1
- Fork event: 1
Last Year
- Watch event: 1
- Fork event: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0