[?]What is a Sun Raster (.ras, .sun) file?
Sun Raster is a graphical bitmap format developed by Sun Microsystems for SunOS and Solaris workstations in the late 1980s and 1990s. Widely used in OpenWindows, astronomical observatories, satellite imaging, and retro Unix software, it stores uncompressed or RLE-compressed 1-bit, 8-bit, 24-bit, or 32-bit raster graphics.
[?]What Sun Raster types and bit depths does convrtr support?
convrtr supports standard (RT_STANDARD), legacy (RT_OLD), RGB format (RT_FORMAT_RGB), and run-length encoded (RT_BYTE_ENCODED) Sun Raster files across 1-bit monochrome, 8-bit indexed palette (RMT_EQUAL_RGB), 24-bit BGR/RGB truecolor, and 32-bit raster depths.
[?]How does 16-bit scanline word alignment work?
Sun Raster mandates that every raster scanline is padded to an even 16-bit (2-byte) boundary. convrtr accurately calculates row strides and discards padding bytes to ensure pixel-perfect rendering without slanted or corrupted rows.
[?]Are my files uploaded to any server?
Never. Binary parsing, RLE decompression, palette resolution, and PNG generation happen entirely in your browser memory.
[?]Why convert from RAS to PNG?
RAS Graphic Raster (RAS) 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 RAS 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 RAS 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 RAS files to PNG simultaneously?
Yes. You can drop multiple .ras 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.