%
Response.Buffer = TRUE
Response.Clear
pro_class = Request("pro_class")
ID = Request("ID")
If ID = "" Then
SQL = "Select * From Products Where Products_Class = '" & pro_class & "' and Products_Display = '1' Order By Products_ID"
Else
SQL = "Select * From Products Where Products_ID = '" & ID & "' and Products_Display = '1'"
End If
'Response.Write(SQL)
'Response.End()
Set rs = CONN.EXECUTE(SQL)
If rs is Nothing Then
Response.Write "開啟資料庫失敗"
Response.End
End If
If rs.EOF Then
Response.Write ""
Response.End
End If
%>
.:: Welcome to NIKON Coolpix World Wide Web ::.
|
Capture NX 軟體獲得歐洲影像革新獎 |
日本東京— Nikon 公司(董事長: Michio Kariya )很榮幸地宣佈,歐洲影音協會( EISA )授予 Nikon 圖像修飾軟體 Capture NX 2006-2007 年度歐洲影像革新獎 。 |

|
◆ Capture NX / U 點技術: 2006-2007 年度歐洲影像革新獎
Nikon 軟體公司的 U 點技術包括在 Nikon 最新的圖像軟體 Capture NX 中,提供攝影師特別的工具對色彩、色調、亮度、對比度進行控制。無需選擇任何區域或使用遮罩,很容易根據攝影師的要求調節個別區域色彩。這項強大的功能可以用於 JPEG 、 TIFF 或 NEF ( Nikon 電子格式)圖檔。允許僅調整而不改變原始檔。最終可以儲存為 NEF 格式檔。 |
|
|
|
 |
Copyrigh
© 2002 Lin Trading Co., Ltd. |
|
 |
<%
Set rs = Nothing
CONN.Close
%>