mosaic icon indicating copy to clipboard operation
mosaic copied to clipboard

A photo-mosaic generating program, also showcasing Go concurrency techniques using goroutines and channels.

Results 2 mosaic issues
Sort by recently updated
recently updated
newest added

Hello @sausheong, Golang newbie here (sorry if the question is stupid). I am trying to follow the code (up to the no concurrency part) and I am having troubles with...

In this line https://github.com/sausheong/mosaic/blob/master/no_concurrency.go#L29, there are two appearances of `bounds.Min.X`. I guess the second should be `bounds.Min.Y`. :-)