Images plugin help

Download plugin

Display images in your coolmon config (Supports: jpg, bmp, gif, png, and ico).

Parameter explanation:
  • BackgroundColor : Obvious. (req)
  • PathType : Specifies if the image is local or on the net. Set to 'Local' if the image is on your HDD (or such). Set to 'Network' if the image resides off in the net somewhere. (req)
  • ImageFile : *Filename of image to display. (req)
  • Fit : None|Stretch|Center|Tile. Fairly self-explanatory. (req)
  • SaveNetImageAs : Path and name of file to save an image dowloaded from the net locally. (opt, but you must supply if PathType is set to 'Network')
  • NetImageUpdateInterval : Net image download interval in minutes. Default is 30 minutes. If set lower than five minutes it will reset to default. :P (opt)
  • ImagePath : *Path to ImageFile. Don't forget to end your path with a backslash ('\'). (opt)
  • ImageExt : *Extension of ImageFile (.png, .jpg, etc...). (opt)

    * Note:
    You can put the entire 'x:\path\to\image.ext' into the ImageFile parameter. But, if you are trying to do something like display a "Condition" image from Bob_2k's Weather.com script then read on...
    ImageFile, ImagePath, and ImageExt are concatenated like so: Path + File + Ext
    <BackGroundColor>clBlack</BackgroundColor>
    <PathType>Local</PathType>
    <ImageFile>
         <Sensor name="Filedata.Filedata" update="1" dedicated="Yes">
              <Parameters>
                   <Filename>x:\pathto\weatherdotcom\weather.com.txt</Filename>
                   <Line>35</Line>
              </Parameters>
         </Sensor>
    </ImageFile>
    <Fit>None</Fit>
    <ImagePath>x:\pathto\weatherdotcom\images\32x32\</ImagePath>
    <ImageExt>.png</ImageExt>


    Change log
    v 0.2.2.4
    - fixed background color not working when color is sent to plugin as a clName
    v 0.2.2.3
    - was borked, now fixed
    - added color converter, can now use simple names (ex: clGreen or Green), ABGR, and RGB color formats
    v 0.2.2.2
    - added values to optional parameters in GetOptional
    v 0.2.2.1
    - fixed background color not applying to entire background
    v 0.2.2.0
    - added OnImageErrorShow parameter
    - added Scale to FitType
    - changed the way images are loaded
    - fixed AU URLs
    - other misc changes and tweaks here and there
    v 0.2.1.0
    - added BackgroundColor parameter
    v 0.2.0.1
    - fixed image path being displayed on top of the image
    v 0.2.0.0
    - changed name to Images
    - added .ico support
    - added image from URL
    - added stretch, center, and tile of image inside of width and height
    - added NetImageUpdateInterval parameter
    - added ImagePath and ImageExt parameters
    - changed PathToImage parameter to ImageFile
    v 0.1.1.5
    - attempting to fix missing/disappearing images problem
    v 0.1.1.4
    - changed file checking
    v 0.1.1.3
    - added in support for editor file popup
    v 0.1.1.2
    - some minor changes here and there
    v 0.1.1.1
    - cut compiled size in half by removing Win32Dlg
    v 0.1.1.0
    - added AutoUpdate
    v 0.1.0.0
    - sent to Jorge for testing