Top "Monochrome" questions

Android: Converting a Bitmap to a Monochrome Bitmap (1 Bit per Pixel)

I want to print a Bitmap to a mobile Bluetooth Printer (Bixolon SPP-R200) - the SDK doesn't offer direkt methods …

android bitmap monochrome
RGB to monochrome conversion

How do I convert the RGB values of a pixel to a single monochrome value?

colors rgb monochrome
How to convert a BufferedImage to black and white?

How can I convert an existing colored BufferedImage to monochrome? I want the image to be completely split between only …

java image bufferedimage monochrome
Image conversion to Grayscale using ImageMagick is very dark

I converted a bunch of "normal" JPG photos via convert infile -colorspace Gray outfile to monochrome. However the result is …

image-processing imagemagick grayscale brightness monochrome
Java BufferedImage get single pixel brightness

I want to convert coloured image to a monochrome, i thought to loop all pixel, but I don't know how …

java image monochrome