Skip to content

ADDED: Support for saving JPEG files in kicad_pcb

Seth Hillbrand requested to merge sethhillbrand/kicad:image_types into master

Modifies the board format to save original file image format. If you place a JPG file on the board, it will save it using JPG encoding. If you place any other file format, it will convert it to PNG and save as PNG.

Merge request reports