|
——

经过两个多小时的装扮,蟒袍一加身,顿时就像个戏中人物了

灯光一亮,就有了在戏台上的感觉
穿着全副行头的戏迷手足无措,好在有演员陈蔚现场辅导
摄影报道
敷粉、描眉、勒头、穿戴行头……经过两个多小时的精心化妆,穆桂英、杨贵妃、白娘娘等一个个戏曲人物活脱脱展现在眼前。近一个月来,上海京剧院的“梨园影像——戏曲艺术造型照”深受京剧爱好者青睐。
走进化妆间,只见各种涂脂抹粉的原料摆开了“战场”,专业化妆师重描轻点,顿时让人改变模样。一名戏迷在勒头时有些难受,化妆师笑着说:“虽然你不上台演出,但勒得不紧,眉毛吊不起来,拍出来的感觉就不会好。”
化妆完毕,服装管理员将行头一件件往拍照者身上穿戴,还不停地解释:“身上的衣服叫蟒,背上的旗子叫靠,头上的羽毛叫翎子……这些华丽的衣服可都是用手工绣出来的。”不少京剧爱好者不禁感叹:“京剧实在是一门讲究细节、博大精深的艺术啊!”
在摄影棚里,全副武装的戏迷显得有些不知所措,连手脚都不知往哪里放,幸好一旁有专业演员帮忙摆造型,一经指点,顿时举手投足间还真有了点意思。
与沪上各大影楼琳琅满目的艺术写真照相比,拍摄京剧戏曲照显然更吸引戏曲爱好者和追求新鲜、别致的年轻人。有一对打算今年完婚的准新人,就相上了一套大婚的对巾皮,把结婚照拍成了一套标准的京剧“戏照”。
<%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=6495040935" &_
"&client=ca-mb-pub-9595218071455095" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%> |