Email or username:

Password:

Forgot your password?
avp

I implemented 90 degree clockwise/counter-clockwise rotation algorithm for Guile-PNG.

The procedures aren't perfect yet but they work.

I used this article as the reference:
dev.to/seanpgallivan/solution-

#lisp #scheme #guile #png #image_processing

1 comment
avp

It turned out that I can rotate an image with a much simpler algorithm when I working with a copy of an image:
github.com/artyom-poptsov/guil

Go Up