Fork me on GitHub
#clojure-art
<
2022-02-07
>
Nundrum14:02:34

I'm looking for some way to take a bufferedImage and warp it into a sphere shape. The inspiration image is here:

Nundrum14:02:42

The first thing I tried was Clisk, but the warp function there works on a data structure, not on a bufferedImage directly. Where else should I be looking?