##                                                          ##
# month - Month definition - value can be 1..12              #
##                                                          ##
# in_pic - Input picture, can be used relative path, but     #
#        it's not recomended                                 #
##                                                          ##
# out_pic - Output image file. It will be JPEG file -        #
#         independent on file extension in this path.        #
#         This value can be used with relative path          #
##                                                          ##
# year - This is year definition, i.g. 2008                  #
##                                                          ##
# bgcolor - Backgroun color definition, internaly is used    #
#         java calling Color.decode. Color is in formats     #
#         that are used to represent octal or headeximals    #
#         numbers.                                           #
##                                                          ##
# dist_x - its distance between right/left side output       #
#        picture and inserted (input) picture. Default       #
#        value is 10px                                       #
##                                                          ##
# dist_y - its distance from the top of new output picture   #
#        and inserted picture; and between calendar          #
#        section. It is symetrical, top and bottom           #
#        disntace are equals.                                #
##                                                          ##
# verbose - if set true, program will be print some          #
#         information how it working                         #
##                                                          ##
# dist_top - distance of first line in calendar section. If  #
#          its value are less than zero, first line is       #
#          computed from calendar_hegight dynamics by        #
#          formula:  cal_height/10                           #
##                                                          ##
# cal_height - height calendar section, if its value equal   #
#            or less than zero, use dynamical value,         #
#            based on picture width: picture_width * 0.4     #
##                                                          ##
# font_color_head - set font color for calendar heading.     #
#                 This is have same value as bgcolor         #
#                 parameter                                  #
##                                                          ##
# font_color_norm - set font color for normal days. This is  #
#                 have same value as bgcolor parameter       #
##                                                          ##
# font_color_high - set font color for highlight days. This  #
#                 is have same value as bgcolor parameter    #
##                                                          ##
# font_name - Set font family name, font names on your       #
#           system can be showed using "print_font_names"    #
##                                                          ##
# font_size - Font size. Default is -1 and it mean -         #
#           dynamical value ( input_picture.width / 30)      #
##                                                          ##
# print_font_names - script optimize key. It must be in      #
#                  form key = value, but value does not      #
#                  matter for example print_font_names=1.    #
#                  If this key founded, print available      #
#                  font family names on system. In java      #
#                  doc see                                   #
#                  GraphicsEnvironment.getAvailableFontFam   #
#                  ilyNames() in javadoc                     #
##                                                          ##
# help - print help. As value can be used LI or TR or        #
#      something else. It determine output format            #
##                                                          ##
# export - export script values                              #
##                                                          ##
# help_width - set maximal help text width.                  #
#
SourceForge.net Logo