palle-k / DL4S

Accelerated tensor operations and dynamic neural networks based on reverse mode automatic differentiation for every device that can run Swift - from watchOS to Linux

Home Page:https://palle-k.github.io/DL4S/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Old issue getting too long

philipturner opened this issue · comments

I just finished a script for changing the image. I couldn't find any utility online that let me just change individual pixels' colors - so frustrating. Anyway, now all you have to do is type in the 8-bit color values and the script will modify the image. Luckily, the edges of letters all had the same RGB, just different alpha.

The script produces the same output as it got as input by default. I'm giving this to you in case you want to experiment with the color scheme yourself, but I'll experiment myself and see what looks good.

main.swift.zip

Nevermind. It looks like GitHub doesn't support it yet for anything other than SVG (they for some reason disabled a common workaround that works on all other websites). I'm going to give up, but keep this issue so we can go back to it when GitHub finally adds support. The script gives instructions for how to use it at the top.