← Return to tool
Log in with itch.io to leave a comment.
Hey! I saw you archived the github repo, are you no longer planning on developing this tool? It was really awesome!!
Hi. Thank you. I don’t have much time to develop it for now. Maybe I’ll later port it to C++, as I kinda find it useful myself (use it to make screenshots prettier), but I just don’t have the time to improve it.
Oh, I see, the I hope in the future we could see that happen, it is really an awesome program!
This is really cool
sorry, how do i exactly use this crt filter?
The code is here: https://github.com/eliasdaler/crten
You can check out how it works, if you’re using Ebiten. Otherwise, you can use it as a standalone app for static images like this:
crten INPUT_FILE - display INPUT_FILE with CRT effect.
crten INPUT_FILE
crten -i INPUT_FILE [-c CONFIG_FILE] OUTPUT_FILE - renders INPUT_FILE image with CRT effect to OUTPUT_FILE and closes the window.
crten -i INPUT_FILE [-c CONFIG_FILE] OUTPUT_FILE
Thanks!
← Return to tool
Comments
Log in with itch.io to leave a comment.
Hey! I saw you archived the github repo, are you no longer planning on developing this tool? It was really awesome!!
Hi. Thank you. I don’t have much time to develop it for now. Maybe I’ll later port it to C++, as I kinda find it useful myself (use it to make screenshots prettier), but I just don’t have the time to improve it.
Oh, I see, the I hope in the future we could see that happen, it is really an awesome program!
This is really cool
sorry, how do i exactly use this crt filter?
The code is here: https://github.com/eliasdaler/crten
You can check out how it works, if you’re using Ebiten. Otherwise, you can use it as a standalone app for static images like this:
crten INPUT_FILE
- display INPUT_FILE with CRT effect.crten -i INPUT_FILE [-c CONFIG_FILE] OUTPUT_FILE
- renders INPUT_FILE image with CRT effect to OUTPUT_FILE and closes the window.Thanks!