DJVU to SIXEL Converter

DJVU to SIXEL — terminal-ready images, free online

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Inline Terminal Images

SIXEL brings images into your terminal session — view DJVU document pages alongside command-line output.

No CLI Tools Needed

Generate SIXEL output from DJVU using just your browser — the encoding happens server-side automatically.

Secure Process

Your DJVU uploads are deleted after conversion. SIXEL files are automatically purged within 24 hours.

How to convert DJVU to SIXEL

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose sixel or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your sixel file right afterwards

About formats

DjVu (pronounced "deja vu") is a document format developed at AT&T Labs by Yann LeCun, Leon Bottou, Patrick Haffner, and Paul Howard, first released in 1996. The format was specifically designed for storing scanned documents and images at very high compression ratios while maintaining visual quality suitable for on-screen reading. DjVu achieves this through a layered approach: the document image is separated into a foreground layer (text and line art at full resolution), a background layer (photographs and textures at reduced resolution), and a mask layer that determines which layer is visible at each pixel. This separation, combined with purpose-built compression algorithms for each layer type, typically produces files 5-10 times smaller than equivalent JPEG or PDF scans. One advantage is exceptional compression on scanned pages — a 300 DPI color scan that might occupy 25 MB as TIFF or 500 KB as JPEG typically compresses to 40-80 KB in DjVu while preserving legible text. The progressive rendering model is another strength: DjVu files stream efficiently over networks, displaying a readable low-resolution version almost immediately while progressively refining to full quality. The format supports multi-page documents, embedded text layers for searchability, hyperlinks, annotations, and a shared dictionary mechanism that further compresses collections of similar pages. DjVu is widely used by libraries and archives for digitized historical documents and manuscripts.
Developer: AT&T Labs
Initial release: 1996
SIXEL (Six Pixel) is a bitmap graphics encoding format created by Digital Equipment Corporation (DEC) in 1983 for rendering images on character-cell printers and video terminals. The name derives from the encoding's fundamental unit: a column of six pixels represented by a single ASCII character. Each printable character in the sixel data stream (ASCII 63-126) encodes a 6-pixel vertical column, with the character's binary value determining which pixels are on or off. Color is specified through register-based palette control: a Select Color Sequence assigns an HLS or RGB color value to a numbered register, and subsequent sixel characters use that color until another register is selected. The encoding supports raster attributes for specifying pixel aspect ratio and image dimensions, repeat sequences (! followed by a count and character) for run-length compression of identical columns, and $ (carriage return) and - (new line) for navigating the sixel grid. DEC implemented SIXEL support in their VT240, VT241, VT330, and VT340 terminals, as well as multiple printer models. One advantage of the SIXEL encoding is its ASCII-clean nature: the data stream consists entirely of printable characters and standard control sequences, meaning SIXEL graphics can be transmitted through any text-based communication channel — serial terminals, SSH sessions, telnet connections — without requiring binary-safe transport or protocol modifications. The format's modern renaissance provides another remarkable dimension: after decades of obscurity, SIXEL support has been implemented in numerous contemporary terminal emulators, enabling inline image display in command-line workflows. SIXEL output can be generated by ImageMagick, libsixel, chafa, and various plotting libraries.
Initial release: 1983

Frequently Asked Questions

What is SIXEL format?

SIXEL is a bitmap format for terminal graphics — developed by DEC for inline image display in text terminals.

What terminals support SIXEL?

xterm (with -ti vt340), mlterm, WezTerm, foot, and other modern SIXEL-enabled terminal emulators.

Why convert DJVU to SIXEL?

SIXEL lets you view images in the terminal — useful for command-line workflows with DJVU document content.

Is the conversion free?

Yes — DJVU to SIXEL is free. Premium tiers unlock batch conversion and extended file size limits.

Can I pipe SIXEL to the terminal?

Yes — cat the SIXEL file to a compatible terminal and the image renders inline within the text output.

How fast is DJVU to SIXEL?

Fast — SIXEL encoding is efficient and completes in seconds on cloud processing infrastructure.