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
lesson_3 [2019/09/04 14:57]
britaldo
lesson_3 [2020/02/11 02:29]
admin [Command Line]
Line 101: Line 101:
 \\ \\
 The histogram window is responsible for assigning transformations from image original values (in any range) to palette range [0, 255]. The histogram curve will adjust any value smaller than the "​From:"​ limit to 0, and any value greater than the "​To:"​ limit to 255. Any other values will be mapped using the histogram curve to the "​Y"​ coordinate on the color palette on the left. The histogram window is responsible for assigning transformations from image original values (in any range) to palette range [0, 255]. The histogram curve will adjust any value smaller than the "​From:"​ limit to 0, and any value greater than the "​To:"​ limit to 255. Any other values will be mapped using the histogram curve to the "​Y"​ coordinate on the color palette on the left.
 +\\
 \\ \\
 [{{ :​map_viewer:​histogram.png?​nolink&​ |Histogram editor}}] [{{ :​map_viewer:​histogram.png?​nolink&​ |Histogram editor}}]
Line 109: Line 110:
   * **None**: This option does not apply any transformation,​ leaving cell values "as is".   * **None**: This option does not apply any transformation,​ leaving cell values "as is".
   * **Linear**: Linearly maps values between the "​from"​ and "​to"​ ranges.   * **Linear**: Linearly maps values between the "​from"​ and "​to"​ ranges.
-  * **Equalise**: Constructs an appropriate curve based on [[wp>Equalisation]].+  * **Equalize**: Constructs an appropriate curve based on [[wp>Equalization]].
 \\ \\
 ------ ------
Line 115: Line 116:
 \\ \\
 There are currently four options for loading maps (or a group of maps, if you hold the CTRL key while selecting the filenames on the file browser): There are currently four options for loading maps (or a group of maps, if you hold the CTRL key while selecting the filenames on the file browser):
 +\\
 \\ \\
 {{ :​imagem67.png?​700 |}} {{ :​imagem67.png?​700 |}}
Line 136: Line 138:
 \\ \\
 You can retrieve map information by clicking on the icon "​i"​ (Layer information). You can retrieve map information by clicking on the icon "​i"​ (Layer information).
 +\\
 \\ \\
 {{ :​map_viewer:​map_info.png?​nolink&​ |}} {{ :​map_viewer:​map_info.png?​nolink&​ |}}
Line 238: Line 241:
 The command line syntax is: The command line syntax is:
 \\ \\
-"<​Folder where Dinamica EGO is installed>​\DinamicaMapViewer"​ <egov filename>​ <​resulting png filename>​ [png width] [png height]+''​"<​Folder where Dinamica EGO is installed>​\DinamicaMapViewer"​ <egov filename>​ <​resulting png filename>​ [png width] [png height]''​
 \\ \\
 ^ Parameter ^  Description ​ ^ ^ Parameter ^  Description ​ ^
Line 248: Line 251:
 Example: Example:
 \\  ​ \\  ​
-"​C:​\Program Files\Dinamica EGO\DinamicaMapViewer"​ "​c:​\Maps\maps.egov"​ "​c:​\Outputs\result.png"​ 800 600+''​"​C:​\Program Files\Dinamica EGO\DinamicaMapViewer"​ "​c:​\Maps\maps.egov"​ "​c:​\Outputs\result.png"​ 800 600''​
 \\ \\
 \\ \\