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
Next revision Both sides next revision
en:infra-convert:dev:parameter [2020/07/29 16:40]
me old revision restored (2020/04/09 13:31)
en:infra-convert:dev:parameter [2020/09/28 13:48]
me
Line 383: Line 383:
     "​Format":"​Png",​     "​Format":"​Png",​
     "​Path":"​Export/​Graphics/"​     "​Path":"​Export/​Graphics/"​
 +    "​ImageOptions":​{
 +      "​Width":​5000,​
 +      "​Height":​3500,​
 +      "​SupersamplingFactor":​3,​
 +      "​SupersamplingAlgorithm":"​Bilinear"​
   },   },
   {   {
-    "​Format":"​Jpg",+    ​"​StampImageOptions":​{ 
 +      "​Width":​1500,​ 
 +      "​Height":​1000,​ 
 +      "​SupersamplingFactor":​2,​ 
 +      "​SupersamplingAlgorithm":"​Bilinear"​ 
 +  }, 
 +  { 
 +    ​"​Format":"​Tif",
     "​Path":"​Export/​Graphics/",​     "​Path":"​Export/​Graphics/",​
-    "​Mode":"​Drawing"​+    "​Mode":"​Drawing"​
 +    "​ImageOptions":​{ 
 +      "​SupersamplingFactor":​3,​ 
 +      "​SupersamplingAlgorithm":"​Lanczos3"​ 
 +    }
   },   },
   {   {
Line 454: Line 470:
 ^ Format | String | **Png** All drawing sheets and/or all stamped characteristics in extracts as PNG 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\\ **Tif** All drawing sheets and/or all stamped characteristics in extracts as TIF files\\ **Gif** All drawing sheets and/or all stamped characteristics in extracts as GIF files | ^ Format | String | **Png** All drawing sheets and/or all stamped characteristics in extracts as PNG 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\\ **Tif** All drawing sheets and/or all stamped characteristics in extracts as TIF files\\ **Gif** All drawing sheets and/or all stamped characteristics in extracts as GIF files |
 ^ 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** Only drawing sheets\\ **Stamps** 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 |
 +^ └ Width | Integer | Width of the image in number of pixels |
 +^ └ Height | Integer | Height of the image in number of pixels |
 +^ └ Supersampling​Factor | Integer | Quality level for supersampling (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]])\\ \\ **Note** Available from program version 1.7.3 and 2.2.4 |​
 +^ └ Super​sampling​Algorithm | String | Supersampling method (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]])\\ \\ **Note** Available from program version 1.7.3 and 2.2.4 |
 +^ Stamp​Image​Options | Field | Controls the rendering of the stamp graphic\\ \\ If **StampImageOptions** is not specified, the current export settings (**Settings** > **Export** > **[[en:​infra-convert:​user:​config:​export#​stamp_graphic_format_group|Stamp graphic]]**) are used |
 +^ └ Width | Integer | Width of the image in number of pixels |
 +^ └ Height | Integer | Height of the image in number of pixels |
 +^ └ Supersampling​Factor | Integer | Quality level for supersampling (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]])\\ \\ **Note** Available from program version 1.7.3 and 2.2.4 |​
 +^ └ Super​sampling​Algorithm | String | Supersampling method (→[[en:​infra-convert:​user:​terms#​antialiasing|Antialiasing]])\\ \\ **Note** Available from program version 1.7.3 and 2.2.4 |
 ^ Path | String | Path to the location without a file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). | ^ Path | String | Path to the location without a file name; the directory names must be separated by slash characters ("/"​) or double backslash characters ("​\\"​). |
 ^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ **All** Export all test plan versions contained in the project; the files are written to a subdirectory for each test plan version; the directory is named with the GUID of the test plan\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2\\ \\ **Note** The value "​All"​ is available from program version 1.4.2.1 | ^ Inspection​Plan​Version​Export​Mode | String | **Implicit** Export the test plan version addressed by the "​InspectionPlanVersion"​ parameter when the start parameter is called (default behavior, is applied if the parameter is not specified).\\ **Last** The most recent inspection plan version at the time of export\\ **All** Export all test plan versions contained in the project; the files are written to a subdirectory for each test plan version; the directory is named with the GUID of the test plan\\ \\ **Note** The "​newest"​ inspection plan version is the inspection plan version with the highest lexical version number.\\ \\ **Note** This parameter is available as of program version 1.3.7.2\\ \\ **Note** The value "​All"​ is available from program version 1.4.2.1 |
Line 599: Line 625:
  
 The path to the parameter file //​Settings.json//​ is specified in the **Settings** field. #@IC_HTML@# obtains the global settings from this file. The path to the parameter file //​Settings.json//​ is specified in the **Settings** field. #@IC_HTML@# obtains the global settings from this file.
- 
-> **Please note** Changes made by the user in the user interface are not written to the "​settings.json"​ loaded here, but to the "​settings.json"​ in the CommonAppData directory whose path is defined in the "​settings.json"​ with the parameter "​CommonAppDataPath"​. 
  
 > **See also** > **See also**
en/infra-convert/dev/parameter.txt · Last modified: 2023/11/28 14:34 by me