User Tools

Site Tools


en:infra-convert:dev:parameter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:infra-convert:dev:parameter [2023/03/19 12:32]
me [Setting the language]
en:infra-convert:dev:parameter [2023/11/06 13:31]
me [Basics]
Line 53: Line 53:
  
 <​code>​ <​code>​
-InfraConvertWPF.exe -parameter="​C:/​Windows/​Temp/​StartParameterFile.json"​+…/InfraConvertWPF.exe -parameter="​C:/​Windows/​Temp/​StartParameterFile.json"​
 </​code>​ </​code>​
  
Line 62: Line 62:
 > **Note** Note that special characters in the name/path of the startup parameter file will only be passed correctly to #@IC_HTML@# if they have been encoded correctly. This can be ensured in a batch file saved as UTF-8, for example, by specifying the code page CHCP 65001 for UTF-8. Example: > **Note** Note that special characters in the name/path of the startup parameter file will only be passed correctly to #@IC_HTML@# if they have been encoded correctly. This can be ensured in a batch file saved as UTF-8, for example, by specifying the code page CHCP 65001 for UTF-8. Example:
 > <​code>​chcp 65001 > <​code>​chcp 65001
-InfraConvertWpf.exe -parameter="​Démarrer.json"</​code>​+…/InfraConvertWpf.exe -parameter="​Démarrer.json"</​code>​
  
 **Basic requirements for the startup parameter file** **Basic requirements for the startup parameter file**
Line 80: Line 80:
  
 <​code>​ <​code>​
-InfraConvertWPF.exe -forceConfigDir="​C:/​ProgramData/​ELIAS GmbH/​infra-Convert"​+…/InfraConvertWPF.exe -forceConfigDir="​C:/​ProgramData/​ELIAS GmbH/​infra-Convert"​
 </​code>​ </​code>​
  
Line 94: Line 94:
  
 <​code>​ <​code>​
-InfraConvertWPF.exe -parameter="​..." -forceConfigDir="​..."+…/InfraConvertWPF.exe -parameter="​…/" -forceConfigDir="​…/"
 </​code>​ </​code>​
  
Line 428: Line 428:
 ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^ ^  Parameter ​ ^  Type  ^  Value/​Content ​ ^
 ^ Format | String | **Png** All drawing sheets and/or all stamped characteristics in extracts as PNG files\\ **Tif** All drawing sheets and/or all stamped characteristics in extracts as TIF files\\ **Jpg** All drawing sheets and/or all stamped characteristics in extracts as JPG files\\ **Bmp** All drawing sheets and/or all stamped characteristics in extracts as BMP files\\ **Gif** All drawing sheets and/or all stamped characteristics in extracts as GIF files\\ \\ **Note** The use of PNG and TIF file formats is recommended,​ especially the JPG format is not suitable for technical drawings | ^ Format | String | **Png** All drawing sheets and/or all stamped characteristics in extracts as PNG files\\ **Tif** All drawing sheets and/or all stamped characteristics in extracts as TIF files\\ **Jpg** All drawing sheets and/or all stamped characteristics in extracts as JPG files\\ **Bmp** All drawing sheets and/or all stamped characteristics in extracts as BMP files\\ **Gif** All drawing sheets and/or all stamped characteristics in extracts as GIF files\\ \\ **Note** The use of PNG and TIF file formats is recommended,​ especially the JPG format is not suitable for technical drawings |
-^ Mode | String | **Drawing** Only drawing sheets\\ **Stamps** Only stamp graphics\\ \\ If **Mode** is not specified, drawing and stamp graphics are exported together |+^ Mode | String | **Drawing** Export only drawing sheets\\ **DrawingWithoutStamps** Export only drawing sheets without stamps\\ **Stamps** Export only stamp graphics\\ \\ If **Mode** is not specified, drawing and stamp graphics are exported together |
 ^ Image​Options | Field | Controls the rendering of the drawing graphics\\ \\ If **ImageOptions** is not specified, the current export settings (**Settings** > **Export** > **[[en:​infra-convert:​user:​config:​export#​drawing_graphic_format_group|Drawing graphic]]**) are used | ^ Image​Options | Field | Controls the rendering of the drawing graphics\\ \\ If **ImageOptions** is not specified, the current export settings (**Settings** > **Export** > **[[en:​infra-convert:​user:​config:​export#​drawing_graphic_format_group|Drawing graphic]]**) are used |
 ^ └ Width | Integer | Width of the image in number of pixels | ^ └ Width | Integer | Width of the image in number of pixels |
 ^ └ Height | Integer | Height of the image in number of pixels | ^ └ Height | Integer | Height of the image in number of pixels |
-^ └ Bit | Integer | Colour depth:\\ **1** 1 Bit\\ **8** 8 Bit\\ **24** 24 Bit (not at GIF) |+^ └ Bit | Integer | Colour depth:\\ **8** 8 Bit\\ **24** 24 Bit (not at GIF) |
 ^ └ Super​sampling​Algorithm | String | Supersampling method (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **None** Do not apply supersampling\\ **Box** Average\\ **Bilinear** Linear\\ **Bicubic** Cubic\\ **Bspline** B-Spline\\ **Catmullrom** Catmull-Rom\\ **Lanczos3** Lanczos 3\\ \\ **Note** Available from program version 2.2.4 | ^ └ Super​sampling​Algorithm | String | Supersampling method (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **None** Do not apply supersampling\\ **Box** Average\\ **Bilinear** Linear\\ **Bicubic** Cubic\\ **Bspline** B-Spline\\ **Catmullrom** Catmull-Rom\\ **Lanczos3** Lanczos 3\\ \\ **Note** Available from program version 2.2.4 |
 ^ └ Supersampling​Factor | Integer | Quality level for supersampling (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **1** Do not apply supersampling\\ **2** to **5** Levels 2 to 5\\ \\ **Note** Available from program version 2.2.4 |​ ^ └ Supersampling​Factor | Integer | Quality level for supersampling (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]]):​\\ **1** Do not apply supersampling\\ **2** to **5** Levels 2 to 5\\ \\ **Note** Available from program version 2.2.4 |​
en/infra-convert/dev/parameter.txt · Last modified: 2023/11/28 14:34 by me