phrack / ShootOFF-legacy

An open source framework to enhance laser dry fire training.
BSD 4-Clause "Original" or "Old" License
30 stars 17 forks source link

User should be able to save the webcam feed as an image. #49

Closed phrack closed 10 years ago

phrack commented 10 years ago

This would both help people who are trying to report a bug and also allow users to save an image of particular session where they did well and wanted to keep a snapshot of the shots, targets, and feed.

phrack commented 10 years ago

Can save as a postscript file with the canvas itself or use PIL to draw the background, then the targets, and then the shots and save it in any essentially any image format.

Would be worth checking to see if postscript looks more "true" to the feed than PIL, otherwise might as well re-draw it all using PIL to get the benefit of many image formats.