Use https://github.com/ImageMagick/ImageMagick/discussions instead.
Skip to content
Post by Bonzo » 2007-01-28T07:56:51-07:00
Code: Select all
exec("convert original.jpg -monochrome new.jpg");
exec("convert original.jpg -black-threshold 80% new.jpg");
Post by anthony » 2007-01-28T21:48:12-07:00
Return to “Users”