Ad Widget

Collapse

please, replace ImageString to ImageTTFString

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zvn
    Junior Member
    • Jan 2006
    • 10

    #1

    please, replace ImageString to ImageTTFString

    ImageString is using with one byte per character encodings
  • Aly
    ZABBIX developer
    • May 2007
    • 1126

    #2
    You mean?
    Code:
    imagettftext()
    It requires additional libs..
    Zabbix | ex GUI developer

    Comment

    • zvn
      Junior Member
      • Jan 2006
      • 10

      #3
      Originally posted by Aly
      You mean?
      Code:
      imagettftext()
      Sorry, imagettftext
      Originally posted by Aly
      It requires additional libs..
      Maybe create a new option in zabbix.conf.php, by default it mean "use ImageString" and create new function zbxImageString with parameters like ImageString, but in case when this new option meant "use imagettftext" then zbxImageString will call imagettftext..

      Comment

      Working...