It would be useful for debugging to be able to look at the images being used by a frame. It would also reduce the size of captures, in case those are shared on the web.
Not clear how to handle non-RGBA8 formats for this. There is always an option to leave them as raw binaries, and this is what we can start with.
Another issue is the extra dependencies dragged with PNG encoder. Having capture enabled by default in Firefox build would then less feasible. Perhaps, we can find an alternative encoder than piston-image?
It would be useful for debugging to be able to look at the images being used by a frame. It would also reduce the size of captures, in case those are shared on the web.
Not clear how to handle non-RGBA8 formats for this. There is always an option to leave them as raw binaries, and this is what we can start with.
Another issue is the extra dependencies dragged with PNG encoder. Having
captureenabled by default in Firefox build would then less feasible. Perhaps, we can find an alternative encoder than piston-image?