Gerber format
The Gerber format is an open, ASCII, vector format for printed circuit board (PCB) designs. It is the de facto standard used by PCB industry software to describe the printed circuit board images: copper layers, solder mask, legend, drill data, etc.
The standard file extension is .GBR
or .gbr
though other extensions like .GB
, .geb
or .gerber
are also used.
Filename extension |
.gbr |
---|---|
Internet media type |
application/vnd.gerber |
Uniform Type Identifier (UTI) | com.ucamco.gerber.image |
Developed by | Ucamco |
Initial release | 27 August 1980 |
Latest release | Revision 2023.08 30 August 2023 |
Type of format | Image file format |
Standard | Gerber Format Specification |
Website | https://www.ucamco.com/en/gerber |
Gerber is used in PCB fabrication data. PCBs are designed on a specialized electronic design automation (EDA) or a computer-aided design (CAD) system. The CAD systems output PCB fabrication data to allow fabrication of the board. This data typically contains a Gerber file for each image layer (copper layers, solder mask, legend or silk...). Gerber is also the standard image input format for all bare board fabrication equipment needing image data, such as photoplotters, legend printers, direct imagers or automated optical inspection (AOI) machines and for viewing reference images in different departments. For assembly the fabrication data contains the solder paste layers and the central locations of components to create the stencil and place and bond the components.
There are two major generations of Gerber format:
- Extended Gerber, or RS-274X. This is the current Gerber format. In 2014, the graphics format was extended with the option to add meta-information to the graphics objects. Files with attributes are called X2 files; those without attributes are X1 files.
- Standard Gerber, or RS-274-D. This obsolete format was revoked.
The official website contains the specification, test files, notes and the Reference Gerber Viewer to support users and especially developers of Gerber software.