[?]What is an Atari ST NeoChrome (.neo) file?
NeoChrome (.neo) was the flagship paint software created by Dave Staugas at Atari Corp in 1985. It is a 32,128-byte uncompressed image format consisting of a 128-byte header (storing resolution, color cycling tables, and 16 Atari ST 12-bit RGB palette colors) followed by 32,000 bytes of planar screen memory.
[?]Why convert NeoChrome pictures to PNG?
Modern operating systems and image viewers do not support Atari ST 4-bitplane graphics formats. Converting .neo files to PNG extracts the pixel data and color palette, allowing retro pixel art, scene demos, and classic game title screens to be displayed and preserved anywhere.
[?]How does the in-browser bitplane decoder work?
The converter reads the 128-byte NeoChrome header, decodes the 16-color Atari ST palette (converting 3-bit and STE 4-bit color components to standard 8-bit sRGB), and transforms interleaved 16-pixel word bitplanes into continuous chunky 32-bit RGBA pixel buffers.
[?]Are my retro pictures uploaded to a cloud server?
Never. All decoding, color mapping, and PNG encoding execute entirely client-side inside your browser's local memory. Your files are never uploaded or stored on any server.
[?]Why convert from NEO to PNG?
NEO Graphic Raster (NEO) and Portable Network Graphics (PNG) serve distinct roles across the digital workflow. Converting to PNG provides optimized compatibility, modern compression efficiency, or standardized playback across web browsers, operating systems, and media production environments.
[?]Is the NEO to PNG conversion lossless or lossy?
The output format (PNG) is inherently lossless or supports lossless operation. Your original visual or audio fidelity is mathematically preserved without quantization artifacts.
[?]Does convrtr upload my files to any cloud server?
Never. convrtr is architected with a strict zero-upload model. All processing, decoding, decompression, and encoding happen 100% locally on your machine using sandboxed WebAssembly and Web Workers. Your data never touches an external server, database, or analytics collector.
[?]How can I convert NEO to PNG from the terminal / command line?
You can execute this conversion locally via command-line utilities such as ffmpeg, cwebp, or ImageMagick. For example: see the developer terminal recipe provided in the technical specifications dossier above. convrtr provides the identical local-first capability directly inside your browser without installing CLI packages.
[?]Can I batch convert multiple NEO files to PNG simultaneously?
Yes. You can drop multiple .neo files into the instrument to process them concurrently in browser Web Workers, or click 'Open in Master Studio' to queue mixed formats, configure individual targets, and export as a single ZIP archive.