[?]What is an SGI / Iris (.rgb, .sgi) image file?
The SGI image format (also known as Iris RGB) was created by Silicon Graphics in the 1980s for IRIX Unix workstations. It became the industry standard graphic format for early OpenGL, 3D computer graphics software (Maya, Alias PowerAnimator, Softimage 3D), Nintendo 64 developer SDKs, and Hollywood film visual effects in the 1990s.
[?]What SGI file extensions and channels does convrtr support?
convrtr supports all standard SGI channel configurations: 1-channel B/W grayscale (.bw), 2-channel grayscale with alpha, 3-channel RGB truecolor (.rgb, .sgi), and 4-channel RGBA truecolor with alpha (.rgba, .sgi), across both uncompressed and RLE-compressed formats at 8-bit and 16-bit channel depths.
[?]Why do SGI images often open upside down in older viewers?
SGI Iris files store raster scanlines from bottom-to-top (row 0 is at the bottom of the image). convrtr automatically inverts the vertical scanline sequence to ensure standard top-to-bottom PNG rendering without upside-down artifacts.
[?]Are my 3D assets or textures uploaded to a server?
Never. All 512-byte header parsing, planar channel recombination, RLE decompression, and PNG compression occur 100% locally in your browser memory.
[?]Why convert from SGI to PNG?
SGI Graphic Raster (SGI) 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 SGI 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 SGI 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 SGI files to PNG simultaneously?
Yes. You can drop multiple .sgi 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.