These Itchings

Learning Golang

02:56 am

Time and time again I find myself wanting to write something little bit closer to the metal and hence I return to Golang yet once again. Since college I have wanted to create a program which can stitch together multiple images to create a collage, with the collage itself forming a pixelated target image. But to do that first I’ll have to learn to read (and understand) image data. Will try not to use any 3rd party library to read the images. Hopefully will learn something good in the process.