# Name: soft_03.xbp # Version: 1.0 #------------------------------------------------------------------- # Frame design and xbp file prepared by Gordon Dodge #------------------------------------------------------------------- # This frame is inspired by one of the designs produced by # Gallery Constructor - see http://www.through-the-lens.net # Add a 3-pixel border blending from black to transparent at # the outer edge of the image. filter1.class=XBorderFilter filter1.boWidth=3 filter1.boCol=white,black filter1.boTrans=40,20 filter1.boBlend=true # Add a 20-pixel white frame. filter2.class=XBorderFilter filter2.frWidth=20 filter2.frCol=white # Add a 3-pixel border blending from white to black. filter3.class=XBorderFilter filter3.boWidth=3 filter3.boCol=black,white filter3.boTrans=20,40 filter3.boBlend=true # Add a faint shadow to the inside of the blue frame. # To change this frame color, substitute a different bgCol filter4.class=XBorderFilter filter4.shWidth=8 filter4.shExX=8 filter4.shExY=8 filter4.shCol=black filter4.shTrans=50 filter4.shDrop=soft filter4.bgCol=#406079 # Extend the blue frame another 20-pixels # If you used a different bgCol above, then also change # the frCol here to agree # If you want the frame to have the same dimension on all sides # remove the frWidthN and frWidthS properties filter5.class=XBorderFilter filter5.frWidth=10 filter5.frWidthN=20 filter5.frWidthS=20 filter5.frCol=#406079 # Add a white band and black band and clip the blue frame filter10.class=XBorderFilter filter10.frCol=white,black filter10.frTrans=0,70 filter10.frWidth=2,1 filter10.frBlend=false filter10.clip=20 filter10.shWidth=10 filter10.shExX=10 filter10.shExY=10 # filter10.shCol=black filter10.shCol=$styleNegativeBackgroundColor filter10.shTrans=40 filter10.shDrop=soft filter10.bgOffX=100 filter10.bgCol=$styleBackgroundColor filter10.bgFile=$styleBackgroundFile # If you wish to print your name on top of the frame # remove the # from the following filters and substitute # your name for Armond’s. Select your font and font size. #filter20.class=TextFilter #filter20.color=white #filter20.text=Armond Avanes #filter20.align=center #filter20.valign=top #filter20.voffset=5 #filter20.face=ParkAvenue BT #filter20.size=25 # If you wish to print date or other metadata on the bottom of # the frame, remove the # from the following filters and # select the metadata designator and font type and size. #filter21.class=TextFilter #filter21.color=white #filter21.text=Date: $fileDate #filter21.align=center #filter21.valign=bottom #filter21.voffset=-7 #filter21.face=ParkAvenue BT #filter21.size=20