imageconverter_s60_3rd_ed.pkg

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

PKG
30
字号
; ImageConverter_s60_3rd_ed.pkg
;
;Language - standard language definitions
&EN

; standard SIS file header
#{"ImageConverter"},(0xE01F5467),2,0,0

;Localised Vendor name
%{"Forum Nokia-EN"}

;Unique Vendor name
:"Forum Nokia"

;Supports S60 v 3.0
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;Files to install

"C:\Symbian\9.1\S60_3rd\Epoc32\release\GCCE\UREL\ImageConverter.exe"			-"!:\sys\bin\ImageConverter.exe"
"C:\Symbian\9.1\S60_3rd\Epoc32\Data\z\resource\apps\ImageConverter.RSC"			-"!:\resource\apps\ImageConverter.RSC"
"C:\Symbian\9.1\S60_3rd\Epoc32\Data\z\private\10003a3f\apps\ImageConverter_reg.RSC"	-"!:\private\10003a3f\import\apps\ImageConverter_reg.RSC"

; Some 3rd 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:\Data\australia.bmp"

⌨️ 快捷键说明

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