How PIXterm renders images
masterPIXterm renders images in the terminal by recreating pixels using a combination of ANSI character background colors and the unicode lower half block element (▄).
Rendering Modes
- Classic Mode (No Dithering): Uses ANSI background colors and block elements for high fidelity.
- Dithering with Blocks: Uses block elements with different shades (
█,▓,▒,░) to simulate colors. - Dithering with Characters: Uses standard ASCII characters to simulate colors.
- Dithering with Background Color Disabled (
-nobg): Renders dithering without using the ANSI background color.
Features
- Transparency: If an image has transparency, an optional matte color can be used for the background.
- Format Support: JPEG, PNG, GIF, BMP, TIFF, and WebP.
- Remote Images: Supports fetching images via HTTP/HTTPS.