Take continuously screenshots in a certain interval
Some time ago I took a lecture that was streamed on the Internet, but you would only get the slides, when you came to class in person. I didn’t get the logic in that and to save the time commuting to university I wrote a shell script that takes a screenshot every x seconds to capture the slides. It uses import
from the imagemagick
packet.
|
But now I had lots of screenshots and I only needed the distinct ones. Read on →