All posts

January 31, 2023 at 3:57 AM

My "distance image" function is working now. The function uses the image package from standard library to produce an image where each pixel's luminance is based on its distance from the center.

Here's the codes far - github.com/go-micah/imaging/bl

A distance image where each pixel's luminance is based on its distance from the center.
A distance image where each pixel's luminance is based on its distance from the center.

#golang

000
View on Mastodon →