// (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. // Historie ---------------------------------------------------------------------------------------- // 24.10.05 mwt Erstellung. // Historie ---------------------------------------------------------------------------------------- /** * @package kernel_system */ // ------------------------------------------------------------------------------------------------- // P F A D E // ------------------------------------------------------------------------------------------------- /** * Pfad zu ImageMagick. */ define("const_konverter_bild_pfad", "/usr/bin/convert"); /** * Auflösung bei der Textausgabe in DPI. */ define("const_konverter_bild_aufloesung", 96) ?>