imageconverter.pkg

来自「这个源代码是symbian下实现图片旋转及缩放的例子代码。对图片处理时有帮助。」· PKG 代码 · 共 32 行

PKG
32
字号
;
; Installation file for ImageConverter application
;
;Languages
&EN
;
; UID is the app's UID
;
#{"Image Converter"},(0x101F5467),2,0,0
;
;Supports Series 60 v 2.0
;This line indicates that this installation is for the Series 60 platform v2.0
;This line must appear _exactly_ as shown below in the sis file
;If this line is missing or incorrect, the sis file will not be able
;to be installed on Series 60 v2.0 platforms
(0x101F7960), 0, 0, 0, {"Series60ProductID"} 
;
; Four files to install
;
"C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\release\thumb\urel\ImageConverter.app"				-"!:\system\apps\ImageConverter\ImageConverter.app"
"C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\data\z\system\apps\ImageConverter\ImageConverter.rsc"         	-"!:\system\apps\ImageConverter\ImageConverter.rsc"
"C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\data\z\system\apps\ImageConverter\ImageConverter_caption.rsc" 	-"!:\system\apps\ImageConverter\ImageConverter_caption.rsc"
"C:\Symbian\8.0a\S60_2nd_FP2_CW\Epoc32\data\z\system\apps\ImageConverter\ImageConverter.aif"         	-"!:\system\apps\ImageConverter\ImageConverter.aif"

; Some 2nd Edition devices might not handle FILENULL (FN) correctly (the file might not get installed at all on the device, or is not removed automatically upon uninstall). 
; That is why this option is not used here.
; If you want the test image file to be included in the installation package, please uncomment the last line in this file (i.e. remove the semicolon from the beginning
; of the line). 
; In this case you will need to manually remove australia.bmp from your device when you uninstall this example application. If you already have suitable image files 
; in your device, you will not need this test image.
;"..\data\australia.bmp"               									-"C:\Nokia\australia.bmp"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?