[?]What is a .gbr file?
A .gbr file is the native brush format for GIMP (GNU Image Manipulation Program). It contains raster pixel data—either a single-channel grayscale opacity mask or a 4-channel RGBA color brush—along with dimensions, spacing, and the brush name.
[?]How does convrtr convert GIMP grayscale brushes to PNG?
In GIMP grayscale brushes, black pixels (0) represent opaque paint and white pixels (255) represent transparent paper. convrtr reverses this opacity gradient into an alpha channel with black ink, producing a transparent PNG stamp that can be directly imported as a brush tip into Photoshop, Procreate, Clip Studio Paint, or Krita.
[?]Can I convert color GIMP brushes?
Yes! If a .gbr file was saved as a full-color brush (4 bytes per pixel RGBA), convrtr preserves all original colors and alpha values bit-for-bit in the resulting PNG.
[?]Do I need GIMP installed to use this tool?
No! All binary parsing and PNG encoding are performed 100% locally inside your web browser using pure TypeScript and WebAssembly. No desktop software or external tools are required.
[?]Are my brush files uploaded to any server?
Never. All processing takes place entirely within your browser's local memory. None of your files or creative assets are transmitted across the network.
[?]Why convert from GBR to PNG?
GBR Graphic Raster (GBR) 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 GBR 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 GBR 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 GBR files to PNG simultaneously?
Yes. You can drop multiple .gbr 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.