I am looking for a method for detecting if an image contains only black pixels. When I say method I mean an existing command line tool. I could write up something myself but I'm sure something probably exists already.
- Do you want to detect exact black pictures RGB(0,0,0), or also dark pictures like ones with too short exposure?Jonas Stein– Jonas Stein2014-09-13 17:05:37 +00:00Commented Sep 13, 2014 at 17:05
- See unix.stackexchange.com/a/792272/400632Mark Setchell– Mark Setchell2025-03-10 23:14:59 +00:00Commented Mar 10 at 23:14
Add a comment |
1 Answer
I bet that Imagemagick is what you want. In fact, there's an Imagemagick forum entry that probably fits your needs.