<% '### Configure this page if ASPJpeg component is installed on web server. '### Images which exceeded the maximum allowed dimension limit will automatically '### be resized. In addition images will be stamped with a text you specify below. '### The maximum allowed image dimension limit is set online via "Admin Preferences" page '========================================================= '** Whether or not to print a text over image. Display_text = True '========================================================= '** Text to print over image. Text will be displayed at left-bottom corner. ' Make sure text is enclosed in double-quotes and does not itself contain double-quotes. Text_Over = "Change watermark in config/img_config.asp" '========================================================= '** Set a text shadow offset. If set to 0 no shadow will be created Shadow_XOffset = 1 Shadow_YOffset = 1 '========================================================= '** Shadow Color(hex). Shadow_Color = &H6C6C6C '========================================================= '** Display Font in Bold, Italic or Underlined isFont_Bold = True isFont_Italic = False isFont_Underlined = False '========================================================= '** Font Color(hex), Size(px) and Family Font_Color = &HBED4FF Font_Size = 14 Font_Family = "Arial" '========================================================= '** Image Quality. Values are between 0 and 100. Reasonable values are between 30 and 80. '** The higher value would result in higher quality but larger image file size '** and vise versa. Image_Quality = 75 %>