KiCad PCB EDA Suite
Loading...
Searching...
No Matches
command_gerber_convert_png.cpp File Reference
#include "command_gerber_convert_png.h"
#include <cli/exit_codes.h>
#include <jobs/job_gerber_export_png.h>
#include <kiface_base.h>
#include <string_utils.h>
#include <macros.h>
#include <wx/crt.h>
#include <wx/filename.h>

Go to the source code of this file.

Macros

#define ARG_DPI   "--dpi"
 
#define ARG_WIDTH   "--width"
 
#define ARG_HEIGHT   "--height"
 
#define ARG_NO_ANTIALIAS   "--no-antialias"
 
#define ARG_TRANSPARENT   "--transparent"
 
#define ARG_STRICT   "--strict"
 
#define ARG_UNITS   "--units"
 
#define ARG_ORIGIN_X   "--origin-x"
 
#define ARG_ORIGIN_Y   "--origin-y"
 
#define ARG_WINDOW_WIDTH   "--window-width"
 
#define ARG_WINDOW_HEIGHT   "--window-height"
 
#define ARG_FOREGROUND   "--foreground"
 
#define ARG_BACKGROUND   "--background"
 

Macro Definition Documentation

◆ ARG_BACKGROUND

◆ ARG_DPI

◆ ARG_FOREGROUND

#define ARG_FOREGROUND   "--foreground"

◆ ARG_HEIGHT

◆ ARG_NO_ANTIALIAS

◆ ARG_ORIGIN_X

#define ARG_ORIGIN_X   "--origin-x"

◆ ARG_ORIGIN_Y

#define ARG_ORIGIN_Y   "--origin-y"

◆ ARG_STRICT

◆ ARG_TRANSPARENT

◆ ARG_UNITS

◆ ARG_WIDTH

◆ ARG_WINDOW_HEIGHT

#define ARG_WINDOW_HEIGHT   "--window-height"

◆ ARG_WINDOW_WIDTH

#define ARG_WINDOW_WIDTH   "--window-width"