Show HN: Invertornot.com – API to enhance your images in dark-mode
21–30 of 39 posts
Re: Show HN: Invertornot.com – API to enhance your images in dark-mode
#22Earlier quoted context omitted.
Anyone who thought Retool should have a dark mode has come across this. Definitely a useful trick.
Hey This is cofounder of a retool alternative here. We did introduce dark mode in a manner where a creator can even make it dynamic for end user to choose a different theme. While I was loggerheads with my CTO cofounder on this - I am glad someone finds this useful in the community of users. I am curious what kind of use case you have for retool/ alternate tools where you see dark mode as a need
Re: Show HN: Invertornot.com – API to enhance your images in dark-mode
#23Re: Show HN: Invertornot.com – API to enhance your images in dark-mode
#24Pretty cool! A nice addition would be an in-browser runtime!
Re: Show HN: Invertornot.com – API to enhance your images in dark-mode
#25Re: Show HN: Invertornot.com – API to enhance your images in dark-mode
#26How can you use or create this model for conventional non-API projects? Like to embed it within some C code?
They're using ONNX Runtime to run the model, which has a C API: https://onnxruntime.ai/docs/get-started/with-c.html . You could also use any other ML inference library that supports the ONNX format. You'd need to look at this project's code to see how it converts input data to the expected matrix format, though.
Re: Show HN: Invertornot.com – API to enhance your images in dark-mode
#27I would be interested to see more samples. Naively it seems like you could just say "isPhoto ? REDUCE_BRIGHTNESS : INVERT"
Re: Show HN: Invertornot.com – API to enhance your images in dark-mode
#28What's your accuracy?
Re: Show HN: Invertornot.com – API to enhance your images in dark-mode
#29Generally making emails dark mode is a non trivial problem, there is an hope source library that is a good start from Tempo: https://github.com/yourtempo/tempo-message-dark-mode
However there are plenty of edge cases that plugin doesn’t handle that we had to fix at Shortwave. Examples include legacy HTML4 attributes, better support for emails that are half dark mode, emails that have background images of #fff (looking at you google play reciepts), the list goes on. It’s honestly pretty solid now