Re: How to do screenshot in Linux?
- Posted by SocIoDim May 07, 2013
- 1483 views
cargoan said...
See system/system_exec builtins and read_bitmap/save_bitmap in std/image.e library.
Do I understand correctly that I have to use temporary files? I was hoping that the Euphoria allows me to work in the style of piping. Something similar to this:
sequence MySystemIs = stdout_of(system_exec("uname")) -- MySystemIs = "Linux"