find almost completely white pictures
Posted: 2018-01-13T02:15:16-07:00
Hi
I am writing small VB.NET application that delete almost white jpeg images in a folder.
The images are generated by a scanner.
For IM I found that the command line commando could be like this:
convert image1.jpg -format "%[fx:mean>0.99?1:0]"
As this is my first project with Magick.NET, I would be very grateful to anyone who can give me a hint on how to do that with Magick.NET in vb.net or C #
Thanks
I am writing small VB.NET application that delete almost white jpeg images in a folder.
The images are generated by a scanner.
For IM I found that the command line commando could be like this:
convert image1.jpg -format "%[fx:mean>0.99?1:0]"
As this is my first project with Magick.NET, I would be very grateful to anyone who can give me a hint on how to do that with Magick.NET in vb.net or C #
Thanks