Local only: Everything happens in your browser; files aren't uploaded.
Decoding: Modern browsers decode most uncompressed or simple BMPs via createImageBitmap / Image.
Transparency: Classic BMP usually has no alpha; PNG supports transparency. Use a solid background if desired.
Sizing: Set width and/or height. If one is blank, the other is computed. When both blank, Scale multiplies the original size.
Color & orientation: Browser decoders handle bottom-up vs top-down BMPs automatically.
Limits: Very large BMPs can hit canvas memory limits. This tool caps canvas dimension to a safe maximum.
Privacy: The bitmap never leaves this page; your image is processed locally.
How sizes are chosen
Intrinsic size uses the decoded BMP dimensions.
If both output width/height are set, they're used as-is.
If one dimension is set, the other is computed via aspect ratio.
If neither is set, intrinsic size x Scale is used.
Cookies & privacy
Utilities Bunker uses necessary cookies to run the site. Optional cookies help remember preferences,
measure usage, and improve the platform. You can change your choices any time.
Privacy Policy.