Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
neilh23
on Jan 18, 2018
|
parent
|
context
|
favorite
| on:
JS Paint – A web-based MS Paint remake
If all you need to do is create a negative version of pre-existing image, you can use ImageMagick on the command line:
$ converge in.png -negate out.png
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
$ converge in.png -negate out.png