When the end user clicks the Edit button in order to draw or annotate on an image, many of the default image editing settings can be adjusted in the INI file in order to ensure the initial environment for the end user is what they need most often.  


First, add a section to your INI file and name it anything that isn’t already in use as a section name and that represents something meaningful, like [Edit Settings].  In the [Common] or specific mode section add the INI option ImageEditorSettings and set it equal to this same name.  Note that these settings can be used to set the initial brush characteristics and font annotations settings to values that are not available through the normal right click context menu user interface in the editing application.


Add these INI options to your custom named Edit Settings section:


Image Editor INI options:

  • ImageEditorScalePercentage:[Defaults to 85]
    • Whichever image dimension is largest in regard to screen layout will be scaled to this percentage of total available space.  Must be between 50 and 95.
  • ImageEditorAppPixelPadWidth:[Defaults to 50]
    • Additional horizontal pixel padding to shift the draw window to the right.
  • ImageEditorAppPixelPadHeight:[Defaults to 80]
    • Additional vertical pixel padding to shift the draw window down.
  • ImageEditorPenSize:[Small* / Medium / Large]
    • Initial pen size.
  • ImageEditorPenColor:[Black / White / Red* / Orange / Blue / Purple]
    • Initial pen color.
  • ImageEditorBrushSizeSmall:[Defaults to 2]
    • Pixel size of the small brush, must be between 1 and 50.
  • ImageEditorBrushSizeMedium:[Defaults to 5]
    • Pixel size of the medium brush, must be between 5 and 100.
  • ImageEditorBrushSizeLarge:[Defaults to 15]
    • Pixel size of the large brush, must be between 10 and 200.
  • ImageEditorTextSize:[Defaults to 14]
    • Initial font size: Can be 8, 9, 10, 11, 12, 14, 16, 18, 20, 22, 24, 26, 28, 36, 48, or 72.
  • ImageEditorTextColor:[Black / White / Red* / Orange / Blue / Purple]
    • Initial font text color.
  • ImageEditorTextFont:[Defaults to Arial]
    • Initial font to use.  Can be set to most common font names.  Replace any spaces in the font name with dashes.

 



“Classic” Image editor settings in v3.1.0.3 and prior:

  • ImageEditorWindowWidth: [Defaults to 800]
    • Desired pixel width of image editing window.  Note this will be adjusted in order to accommodate the image size.
  • ImageEditorWindowHeight: [Defaults to 600]
    • Desired pixel height of image editing window.  Note this will be adjusted in order to accommodate the image size.
  • ImageEditorTextFont: [Defaults to Arial]
    • Preselect the font used when adding annotations in the editing application.   Note that while in the editing application the end user can select any font that is installed on their computer, only these fonts can be preselected through the INI file: Arial, Courier New, Lucida Console, Tahoma, Times New Roman, or Verdana.
  • ImageEditorTextSize:[Defaults to 18]
    • Font size when adding annotations.
  • ImageEditorTextWeight: [Default is 400]
    • The weight of the font in the range 0 - 1000.  400 is normal.
  • ImageEditorTextHexColor: [Defaults to 0xFF0000]
    • Font color in RGB hex value format.  The default value shown is red.
  • ImageEditorBrushSizeInitial: [Defaults to 5]
    • Pixel size of the brush. 
  • ImageEditorBrushSizeSmall: [Defaults to 2]
    • Pixel size of the small brush. 
  • ImageEditorBrushSizeMedium: [Defaults to 5]
    • Pixel size of the medium brush. 
  • ImageEditorBrushSizeLarge: [Defaults to 10]
    • Pixel size of the large brush. 
  • ImageEditorBrushHexColorInitial: [Defaults to 0xFFFF0000]
    • Brush color in ARGB hex format.