Page 1 of 1

Whether command line supports identifying and exporting different layers?

Posted: Tue Jun 10, 2025 12:35 pm
by dreamskyer
Problem:Whether command line supports identifying and exporting different layers?

Expected output: Export different BMP/PNG files for each layer.

Environment
Linux Centos7
Qcad 3.23.3

Re: Whether command line supports identifying and exporting different layers?

Posted: Tue Jun 10, 2025 12:50 pm
by andrew
You can use the -layer switch toi export only a set of given layers. Regular expressions are supported.

E.g.

Code: Select all

-layer=A,B,X.*
to export layer A, layer B and all layers starting with X.