Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
convert _tmp*.png _tmp.gif

#or in python
os.system("convert _tmp*.png _tmp.gif")

 

Grab and save part of the screen in file

 

To grab portion of the screen imagemagic command import  can be used

Wiki Markup
import -trim -frame -border file.jpeg

Works for *.jpeg, *.ppm

Resource limits can be seen by command

Code Block
identify -list resource

 

References

...