Currently a pr has been merged to enable us to save screenshots using Claudius. It can be refered here
The above Pr implemented screenshot for Claudius using the ocaml-gif library. It works wonderfully for most of our use cases where the max colors used were 256. But it fails for a larger color size, for eg, the day2 in the claudius-examples which uses 1024 colours. For such edge cases, we can provide the addition of PNG support for screenshots.
This discussion can be refered here
Currently a pr has been merged to enable us to save screenshots using Claudius. It can be refered here
The above Pr implemented screenshot for Claudius using the ocaml-gif library. It works wonderfully for most of our use cases where the max colors used were 256. But it fails for a larger color size, for eg, the day2 in the claudius-examples which uses 1024 colours. For such edge cases, we can provide the addition of PNG support for screenshots.
This discussion can be refered here