[?]What is a FITS (.fits, .fit, .fts) file?
FITS (Flexible Image Transport System) is the standard astronomical digital file format endorsed by the IAU (International Astronomical Union) and NASA. It stores high-dynamic-range scientific telescope data, CCD captures, and celestial coordinates alongside 2880-byte metadata header blocks.
[?]How does astronomical contrast stretching work?
Raw telescope sensors capture linear photon counts with huge dynamic ranges (often 16-bit or 32-bit floating point), where faint nebulae and galaxies would appear pitch black without processing. convrtr applies smart percentile contrast auto-stretching and astronomical coordinate orientation to reveal deep-sky details in standard 8-bit per channel PNGs.
[?]Which FITS data types are supported?
convrtr supports all standard BITPIX formats: 8-bit unsigned integers, 16-bit and 32-bit signed big-endian integers (with BZERO and BSCALE physical value transformation), 64-bit integers, and single-precision (-32) and double-precision (-64) IEEE 754 floating point arrays, as well as 3D RGB datacubes.
[?]Are my scientific captures uploaded anywhere?
Never. All 2880-byte card parsing, pixel scaling, auto-stretch normalization, and PNG compression happen strictly inside your browser memory.
[?]Why convert from FITS to PNG?
FITS Graphic Raster (FITS) 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 FITS 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 FITS 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 FITS files to PNG simultaneously?
Yes. You can drop multiple .fits 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.