]> git.tdb.fi Git - ttf2png.git/commit
Use euclidean distance instead of manhattan distance
authorMikko Rasa <tdb@tdb.fi>
Fri, 4 May 2018 17:47:41 +0000 (20:47 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 4 May 2018 18:16:19 +0000 (21:16 +0300)
commit887d2514f9c7e57898cec5d598cd2a3bcd9ce757
tree9bb8db74c4435395850e773b7db729bb70c1aa56
parent2894ee8a8f6d5852f3cbda1e5b6f64e03d2356e9
Use euclidean distance instead of manhattan distance

This turned out to be surprisingly efficient and compact once I put some
thought into it.
ttf2png.c