Dynapik offers a free online tool to change image types - no need to download anything. It's quick and easy to use. You can change your XBM images to PNG24 format. This tool works for both professionals and casual users. Convert your images to PNG24 in seconds.
X BitMap
Images written as C source code.
XBM (X BitMap) is a unique image format that is actually a valid snippet of C source code. It defines an array of bytes representing a monochrome bitmap. Because it is code, it can be compiled directly into an application binary, which made it the standard for X11 icons and cursors.
An XBM file contains `#define` statements for width and height, and a static array of unsigned chars: `static unsigned char image_bits[] = { 0x00, 0xFF, ... };`. It supports only 1-bit color (black and white). Transparency works by defining a mask.
The original format for X Window System bitmaps (X10/X11). Used extensively in the 90s for the early World Wide Web (Mosaic browser) before GIF/JPEG took over.
PNG-24 (24-bit RGB)
The standard for opaque, true-color lossless images on the web.
PNG-24 is the standard version of the PNG format for opaque, full-color images. It supports 24-bit color depth, which allows for over 16 million distinct colors (True Color)—the same color range as a standard JPEG. Unlike JPEG, however, PNG-24 uses lossless compression. This means it preserves every single pixel exactly as it was created, with absolutely no blurring or artifacts. This makes PNG-24 the ideal choice for complex graphics, screenshots, and detailed diagrams where quality is paramount and transparency is not needed. Note that while 'PNG-24' is often used to refer to any true-color PNG, strictly speaking, it refers to the RGB variant without an alpha channel. If you need transparency, you are technically using PNG-32 (RGB + Alpha).
A PNG-24 image consists of three color channels: Red, Green, and Blue. Each channel uses 8 bits of data per pixel, resulting in 24 bits total (8+8+8). This allows for 256 levels of intensity for each primary color, combining to produce 16,777,216 possible colors. Because it lacks an alpha channel, every pixel in a PNG-24 file is fully opaque. While the PNG specification allows for a 'tRNS' chunk to define a single specific color as transparent (similar to GIF), this is rarely used in modern web design in favor of the full alpha transparency found in PNG-32.
PNG-24 was part of the original PNG 1.0 specification released in 1996. It was designed as a direct, patent-free competitor to JPEG for lossless image storage. While JPEG won the war for photographs due to its superior compression ratios, PNG-24 became the standard for screenshots, diagrams, and digital art where preserving exact pixel values was more important than file size.
Experience lightning-fast image conversions with our advanced algorithms. No more waiting for your files to be uploaded before processing.
Enjoy unlimited image conversions without any hidden fees. Our service is completely free to use, with no limitations on file size or quantity.
Convert images files between over 20 formats. We support popular formats like PNG, JPG, WebP, HEIC and more.
Use Dynapik on any device with a modern browser. We support all major platforms such as Windows, macOS, Linux, Android, and iOS.
Ensure high fidelity in your conversions. Our professional-grade output is ideal for designers, marketers, and content creators.
Your files are safe with us. We focus on your privacy and security with advanced encryption and local processing.