Search found 2 matches

by winkleink
2016-10-25T00:55:23-07:00
Forum: Users
Topic: Subtract background image from foreground
Replies: 2
Views: 2277

Re: Subtract background image from foreground

Thank you. WIll try it tonight.
by winkleink
2016-10-24T12:20:32-07:00
Forum: Users
Topic: Subtract background image from foreground
Replies: 2
Views: 2277

Subtract background image from foreground

I want to subtract background details from a picture. The command I'm using on Linux is: /usr/bin/convert /home/pi/chromaCam/actualimage.png \( backplain.png -channel A -threshold 99% \) -compose dst_out -composite /home/pi/chromaCam/Destination.png Note: backslashes includes as being run on the ...