Search found 2 matches

by forte.giulio
2018-01-15T10:21:42-07:00
Forum: Magick.NET
Topic: find almost completely white pictures
Replies: 2
Views: 13987

Re: find almost completely white pictures

Thanks it works perfekt :D
by forte.giulio
2018-01-13T02:15:16-07:00
Forum: Magick.NET
Topic: find almost completely white pictures
Replies: 2
Views: 13987

find almost completely white pictures

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 ...