Our Network


Coming Soon


Coming Later

1-bit Bitmap Maker

World's Simplest Bitmap Tool

This is a free and fast online utility that converts bitmap images to 1-bit BMPs. Just load your image, and the tool will encode each pixel as a single bit that points to one of two palette colors. You can use the configuration options (below) to select a two-color or black-and-white bitmap, add dithering to simulate intermediate shades, adjust the grayscale formula and diffusion pattern, and replace input transparency with a solid background color. Created by graphics designers from team Browserling.

1-bit Bitmap Maker

World's Simplest Bitmap Tool

This is a free and fast online utility that converts bitmap images to 1-bit BMPs. Just load your image, and the tool will encode each pixel as a single bit that points to one of two palette colors. You can use the configuration options (below) to select a two-color or black-and-white bitmap, add dithering to simulate intermediate shades, adjust the grayscale formula and diffusion pattern, and replace input transparency with a solid background color. Created by graphics designers from team Browserling.

Tool Options

1-bit BMP Mode

Choose color or grayscale output, with or without dithering.

Gray Conversion

Choose how RGB values are converted to black and white. Only for grayscale modes.

Dither Texture

Select the pixel-dither pattern used to mimic missing tones. Only for dithered modes.

Transparency Color

Set the color used behind transparent pixels.

What Is a 1-bit Bitmap Maker?

This free online browser-based program converts bitmap images to the minimal indexed 1-bit BMP format. A 1-bit bitmap has a palette of just two colors, and every pixel stores either palette index 0 or 1. Because each index occupies a single bit, one byte can hold eight neighboring pixels, making this one of the most compact BMP pixel formats. For color output, the tool selects two representative colors and maps each source pixel to the nearest of the two. In grayscale output, a black-and-white palette is used, and source colors are converted to brightness with the selected RGB-to-gray formula before being assigned to one of the two gray levels. With only two available colors, photographs lose most smooth shading and become strongly simplified. Dithering can preserve more visual structure by arranging the two palette colors in fine patterns that imitate intermediate tones. Available error-diffusion methods include Floyd-Steinberg, Atkinson, Sierra, and several others. If the input has transparency, you can set a background color that is applied before the two-color palette is built. Bmp-abulous!

What Is a 1-bit Bitmap Maker?

This free online browser-based program converts bitmap images to the minimal indexed 1-bit BMP format. A 1-bit bitmap has a palette of just two colors, and every pixel stores either palette index 0 or 1. Because each index occupies a single bit, one byte can hold eight neighboring pixels, making this one of the most compact BMP pixel formats. For color output, the tool selects two representative colors and maps each source pixel to the nearest of the two. In grayscale output, a black-and-white palette is used, and source colors are converted to brightness with the selected RGB-to-gray formula before being assigned to one of the two gray levels. With only two available colors, photographs lose most smooth shading and become strongly simplified. Dithering can preserve more visual structure by arranging the two palette colors in fine patterns that imitate intermediate tones. Available error-diffusion methods include Floyd-Steinberg, Atkinson, Sierra, and several others. If the input has transparency, you can set a background color that is applied before the two-color palette is built. Bmp-abulous!


1-bit Bitmap Maker Examples

Click to try!
click me

Convert a 32-bit Flower BMP to 1 Bit

In this example, we convert a BMP from the highest standard bit depth, 32 bits, to the lowest, 1 bit. The loaded image stores each pixel in four bytes, while the output uses just one bit and a two-color palette. With only two colors available, smooth shading is reduced to broad orange and dark-green areas, giving the flower a much flatter, simplified appearance. The resulting file is about 25 KB, making it more than 17 times smaller than the original 434 KB. (Source: Pexels.)

Required options
These options will be used automatically if you select this example.
Choose color or grayscale output, with or without dithering.
Choose how RGB values are converted to black and white. Only for grayscale modes.
Select the pixel-dither pattern used to mimic missing tones. Only for dithered modes.
Set the color used behind transparent pixels.
click me

Turn Transparent PNG Lanterns into a Dithered 1-bit Bitmap

This example converts a transparent PNG of vintage street lanterns to a dithered 1-bit color BMP. Since the output cannot preserve alpha transparency, we place the image on a lavender-blush background before reducing it to two colors. We apply Atkinson dithering, which distributes these colors in fine patterns and helps preserve the lantern shapes and decorative details. (Source: Pexels.)

Required options
These options will be used automatically if you select this example.
Choose color or grayscale output, with or without dithering.
Choose how RGB values are converted to black and white. Only for grayscale modes.
Select the pixel-dither pattern used to mimic missing tones. Only for dithered modes.
Set the color used behind transparent pixels.
click me

Create a Dithered 1-bit Grayscale BMP

In this example, we convert a 16-bit 5-6-5 BMP of a border collie to a dithered 1-bit grayscale bitmap. Its colors use five bits for red, six for green, and five for blue. We first convert these colors to grayscale brightness values, then apply Sierra dithering to arrange black and white pixels in varying densities. This preserves much of the dog's shape, texture, and depth even though the final bitmap stores only one bit per pixel and no intermediate gray shades. (Source: Pexels.)

Required options
These options will be used automatically if you select this example.
Choose color or grayscale output, with or without dithering.
Choose how RGB values are converted to black and white. Only for grayscale modes.
Select the pixel-dither pattern used to mimic missing tones. Only for dithered modes.
Set the color used behind transparent pixels.

All Bitmap Tools

Didn't find the tool you were looking for? Let us know what tool we are missing and we'll build it!
Quickly convert an opaque bitmap to a transparent bitmap.
Quickly substitute one color for another in a bitmap.
Quickly find all colors in a bitmap and extract them.
Quickly change the number of bits used by every BMP pixel.
Quickly turn a color bitmap into a grayscale bitmap.
Quickly change all bitmap colors to just black and white.
Quickly animate a bitmap sprite sheet.
Quickly convert an animation into a bitmap sprite sheet.
Quickly blur an area of a bitmap.
Quickly sharpen an area of a bitmap.
Quickly pixelate an area of a bitmap.
Quickly create a bitmap file from random, colorful pixels.
Quickly change the width/height of a bitmap.
Quickly select a region from a bitmap.
Quickly rotate a bitmap by any angle.
Quickly flip a bitmap image horizontally.
Quickly flip a bitmap image vertically.
Quickly add a border around or inside a bitmap.
Quickly delete a border that surrounds a bitmap.
Quickly create a byte array from a BMP image.
Quickly create a BMP image from a byte array.
Quickly convert RGB bitmap colors to BGR channel order.
Quickly convert BGR bitmap colors to RGB channel order.
Quickly create a BMP image by mapping text symbols to colored pixels.
Quickly convert a BMP file to the base-64 encoding.
Quickly convert base-64 encoding to a BMP file.
Quickly convert a bitmap image to a 32-bit BMP.
Quickly convert a bitmap image to a 24-bit BMP.
Quickly convert a bitmap image to a 16-bit BMP.
Quickly convert a bitmap image to an 8-bit BMP.
Quickly convert a bitmap image to a 4-bit BMP.
Quickly convert a bitmap image to a 1-bit BMP.

Coming Soon

These bitmap tools are on the way!
Edit and Draw Bitmaps

Create and edit bitmaps in your browser.

Compress a Bitmap

Make a bitmap smaller in size.

Uncompress a Bitmap

Convert a compressed bitmap to a raw RGB pixel bitmap.

Swirl a Bitmap

Create a swirl of any radius in a bitmap.

Merge Bitmaps

Join two or more bitmaps together.

Overlay Bitmaps

Place two or more bitmaps on top of each other.

Split a Bitmap

Split a bitmap into multiple independent bitmaps.

Extract a Bitmap Fragment

Extract one or more selected areas from a bitmap.

Duplicate a Bitmap

Make copies of bitmaps and paste them together.

Skew a Bitmap

Skew a bitmap by an arbitrary angle.

Shift a Bitmap

Shift a bitmap to the left or right.

Convert Bitmap to Webp

Convert a BMP to a Webp.

Convert Webp to Bitmap

Convert a Webp to a BMP.

Convert Bitmap to PNG

Convert a BMP to a PNG.

Convert PNG to Bitmap

Convert a PNG to a BMP

Convert Bitmap to JPEG

Convert a BMP to a JPG.

Convert JPEG to Bitmap

Convert a JPG to a BMP.

Convert Bitmap to BPG

Convert a BMP to a BPG.

Convert BPG to Bitmap

Convert a BPG to a BMP.

Convert GIF to Bitmap

Save GIF frames as BMP images.

Convert BMP to GIF

Convert a bitmap to a single-frame GIF.

Convert Bitmap to Data URI

Create a Data URL scheme of a bitmap.

Convert Data URI to Bitmap

Convert a Data URL scheme back to a bitmap image.

BitBlt Bitmaps

Bit Blit two or more BMPs.

Replace Bitmap Color Index

Put a new color table in a BMP.

Print Bitmap Color Index

Extract the color table of a BMP.

Print Raw Bitmap Pixels

Extract raw RGB pixels from a BMP and print them out as text.

Convert Raw RGB to BMP

Create a bitmap image from raw RGB pixels.

Randomize Bitmap Color Index

Randomly rearrange colors in the BMP color table.

Optimize a Bitmap

Reduce a BMP's memory footprint.

Destroy a BMP

Destroy parts of a bitmap and make it glitchy.


Subscribe!

Subscribe to our updates. We'll let you know when we release new tools and features, and when we organize online workshops.

Enter your email here


Feedback. We'd love to hear from you! 👋

Created with love by

We're Browserling — a friendly and fun cross-browser testing company powered by alien technology. At Browserling, we love to make people's lives easier, so we created this collection of online bitmap tools. Our BMP tools have the simplest possible user interface and work directly in your browser without downloads or installations. You can use them to edit bitmap images, change BMP bit depth and colors, resize bitmaps, create transparent BMPs, work with bitmap pixels and byte arrays, and much more. Behind the scenes, our bitmap tools are powered by our web developer tools that we've created over the years. Check them out!

49K
@browserling

Didn't find the tool you were looking for? Let us know what tool we are missing and we'll build it!