You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
hello all,
I was browsing how to make a golang code to convert an image to pure black and white, but didn't find a suitable one, only got how to convert the image to grayscale. Can anyone help? thank you.
Regards,
Dan Kortschak
unread,
Aug 15, 2021, 11:20:13 PM8/15/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
If you do a greyscale conversion and then threshold on a level of grey
that is bright enough to be white/dark enough to be black, that's
monochrome.