Skip to content

Create a mosaic image of multiple small images with a pattern to match.

Notifications You must be signed in to change notification settings

erictuvesson/MosaicImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mosaic Image

This is a simple program to take all the followers of a twitch channel or a twitter account and put them into a mosaic image following a color pattern.

Twitch has a limit so you can only get ~1600 followers.

Twitter has a limit of 5k.

Getting Started

  1. Edit 'src\TwitchDownloadFollowers\Build.cs' or 'src\TwitterDownloadFollowers\Build.cs' depending on which program you are going to use.
  2. Build solution in Release Mode.
  3. Run 'build\build_twitch.cmd' or 'build\build_twitter.cmd' with the account name. example 'build {account}'.

Projects

CreateMosaicImage

Creates a mosaic image of multiple small ones and a pattern image to match.

TwitchDownloadFollowers

Download a twitch channels followers avatars and saves them to be used by CreateMosaicImage.

TwitterDownloadFollowers

Download a twitter accounts followers avatars and saves them to be used by CreateMosaicImage.

About

Create a mosaic image of multiple small images with a pattern to match.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published