File: //usr/share/texlive/texmf-dist/dvipdfmx/dvipdfmx-unsafe.cfg
%% $Id: dvipdfmx-unsafe.cfg 61101 2021-11-20 23:01:11Z karl $
%% dvipdfmx-unsafe.cfg for trustworthy sources only.
%%
%% This file is read after reading a default configuration file
%% dvipdfmx.cfg via an option -i dvipdfmx-unsafe.cfg. Or, from XeTeX:
%% -output-driver="xdvipdfmx -i dvipdfmx-unsafe.cfg -q -E"
%% It is needed for PSTricks in XeTeX.
%%
%% Wrapper scripts xetex-unsafe and xelatex-unsafe do the above;
%% see their man page for more details.
%%
%% With the TL22 release and its dvipdfmx, we will remove -dNOSAFER here.
%% https://tug.org/pipermail/tex-live-commits/2021-November/019700.html
%%
D "gs -q -dALLOWPSTRANSPARENCY -dNOSAFER -dNOPAUSE -dBATCH -dEPSCrop -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -dAutoRotatePages=/None -sOutputFile='%o' '%i' -c quit"
%% If you change the above rungs invocation, also change dvipdfmx.cfg!