I need to save images generated in ucblogo by using commands. I have a lot of logo programs to be executed sequentially and need to store the output logo image for each one as a jpeg file. I am using Ubuntu 16.04.
I have tried using the savepict command at the end of each Logo program. It saves some image but that image has does not open.
Any suggestions?
Try using the EPSPICT command in UCBLogo and then use an external converter to convert to JPEG. The external converter could be the CONVERT command from the Imagemagick package