From dec26c6fcb1b9a2c8a23db97f9110decb9ac02df Mon Sep 17 00:00:00 2001 From: tongtongdad Date: Thu, 24 Feb 2022 17:11:57 +0800 Subject: [PATCH] Signed-off-by: tongtongdad --- multimedia/BUILD.gn | 1 + multimedia/image/image_js_standard/BUILD.gn | 31 + multimedia/image/image_js_standard/Test.json | 54 + .../signature/openharmony_sx.p7b | Bin 0 -> 3437 bytes .../image_js_standard/src/main/config.json | 74 + .../acts/multimedia/image/MainAbility.java | 34 + .../acts/multimedia/image/MyApplication.java | 28 + .../src/main/js/default/app.js | 23 + .../src/main/js/default/i18n/en-US.json | 6 + .../src/main/js/default/i18n/zh-CN.json | 6 + .../src/main/js/default/pages/index/index.css | 46 + .../src/main/js/default/pages/index/index.hml | 5 + .../src/main/js/default/pages/index/index.js | 41 + .../src/main/js/test/List.test.js | 16 + .../src/main/js/test/image.test.js | 4343 +++++++++++++++++ .../main/resources/base/element/string.json | 12 + .../src/main/resources/base/media/icon.png | Bin 0 -> 6790 bytes 17 files changed, 4720 insertions(+) create mode 100644 multimedia/image/image_js_standard/BUILD.gn create mode 100644 multimedia/image/image_js_standard/Test.json create mode 100644 multimedia/image/image_js_standard/signature/openharmony_sx.p7b create mode 100644 multimedia/image/image_js_standard/src/main/config.json create mode 100644 multimedia/image/image_js_standard/src/main/java/ohos/acts/multimedia/image/MainAbility.java create mode 100644 multimedia/image/image_js_standard/src/main/java/ohos/acts/multimedia/image/MyApplication.java create mode 100644 multimedia/image/image_js_standard/src/main/js/default/app.js create mode 100644 multimedia/image/image_js_standard/src/main/js/default/i18n/en-US.json create mode 100644 multimedia/image/image_js_standard/src/main/js/default/i18n/zh-CN.json create mode 100644 multimedia/image/image_js_standard/src/main/js/default/pages/index/index.css create mode 100644 multimedia/image/image_js_standard/src/main/js/default/pages/index/index.hml create mode 100644 multimedia/image/image_js_standard/src/main/js/default/pages/index/index.js create mode 100644 multimedia/image/image_js_standard/src/main/js/test/List.test.js create mode 100644 multimedia/image/image_js_standard/src/main/js/test/image.test.js create mode 100644 multimedia/image/image_js_standard/src/main/resources/base/element/string.json create mode 100644 multimedia/image/image_js_standard/src/main/resources/base/media/icon.png diff --git a/multimedia/BUILD.gn b/multimedia/BUILD.gn index 45971e371..89c38a1be 100644 --- a/multimedia/BUILD.gn +++ b/multimedia/BUILD.gn @@ -23,6 +23,7 @@ group("multimedia") { "media/media_js_standard/audioEncoder:audio_encoder_js_hap", "media/media_js_standard/audioPlayer:audio_player_js_hap", + #"image/image_js_standard:image_js_hap", #"media/media_js_standard/videoPlayer:video_player_js_hap", #"media/media_js_standard/videoRecorder:video_recorder_js_hap", diff --git a/multimedia/image/image_js_standard/BUILD.gn b/multimedia/image/image_js_standard/BUILD.gn new file mode 100644 index 000000000..b12861c4c --- /dev/null +++ b/multimedia/image/image_js_standard/BUILD.gn @@ -0,0 +1,31 @@ +# Copyright (C) 2021 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +import("//test/xts/tools/build/suite.gni") + +ohos_js_hap_suite("image_js_hap") { + hap_profile = "./src/main/config.json" + deps = [ + ":image_js_assets", + ":image_resources", + ] + certificate_profile = "./signature/openharmony_sx.p7b" + hap_name = "ImageJsTest" +} +ohos_js_assets("image_js_assets") { + source_dir = "./src/main/js/default" +} +ohos_resources("image_resources") { + sources = [ "./src/main/resources" ] + hap_profile = "./src/main/config.json" +} diff --git a/multimedia/image/image_js_standard/Test.json b/multimedia/image/image_js_standard/Test.json new file mode 100644 index 000000000..cf4cec398 --- /dev/null +++ b/multimedia/image/image_js_standard/Test.json @@ -0,0 +1,54 @@ +{ + "description": "Configuration for Image Tests", + "driver": { + "type": "JSUnitTest", + "test-timeout": "120000", + "package": "ohos.acts.multimedia.image", + "shell-timeout": "120000" + }, + "kits": [ + { + "type": "PushKit", + "pre-push": [ + ], + "push": [ + "./resource/image/test.arw ->/data/local/tmp", + "./resource/image/test.bmp ->/data/local/tmp", + "./resource/image/test.cr2 ->/data/local/tmp", + "./resource/image/test.dng ->/data/local/tmp", + "./resource/image/test.gif ->/data/local/tmp", + "./resource/image/test.jpg ->/data/local/tmp", + "./resource/image/test.nrw ->/data/local/tmp", + "./resource/image/test.pef ->/data/local/tmp", + "./resource/image/test.png ->/data/local/tmp", + "./resource/image/test.raf ->/data/local/tmp", + "./resource/image/test.rw2 ->/data/local/tmp", + "./resource/image/test.wbmp ->/data/local/tmp", + "./resource/image/test.webp->/data/local/tmp", + "./resource/image/test_exif.jpg ->/data/local/tmp", + "./resource/image/test_hw.jpg ->/data/local/tmp", + "./resource/image/test_large.webp ->/data/local/tmp", + "./resource/image/hasNoExif.jpg ->/data/local/tmp", + "./resource/image/Moving_test.gif ->/data/local/tmp", + "./resource/image/test.9.png ->/data/local/tmp" + ] + }, + { + "type": "ShellKit", + "run-command": [ + "chmod -R 666 /data/media/*", + "setenforce 0" + ], + "teardown-command":[ + "setenforce 1" + ] + }, + { + "test-file-name": [ + "ImageJsTest.hap" + ], + "type": "AppInstallKit", + "cleanup-apps": true + } + ] +} diff --git a/multimedia/image/image_js_standard/signature/openharmony_sx.p7b b/multimedia/image/image_js_standard/signature/openharmony_sx.p7b new file mode 100644 index 0000000000000000000000000000000000000000..9be1e98fa4c0c28ca997ed660112fa16b194f0f5 GIT binary patch literal 3437 zcmcgvX>b$g8MY4FF(5FQyMT=#m||qU)nQ9cId-MBB-<-lvSdq&snM}IENNF>t+bK| zgowuF2vC|SxSZxNN5eHhV%(WPpbeB9Fc3;JDMtzMBv1-XAc2N~c2_tCXW&OCGw6qQ z-s9VS-tT?h=bI0tMS+~WDXqHJyCPmLzdbE-fV8Nd&*MRZfG8(#POFZG3xs@Lb{0ry z=R8j3wWo!5g=yjKx#BoZMFS)uA)H}cTp@-^K`9VV?RC3J59@}eik*>n|pRKOLZ zxdn7G!Yv@9O#y<&eUy{)vMXb;fQR)ffVAADQsEMXm;IBMDLfLD0w^U;6%HVo-0Q_5 zCHEa?DBuauNpZzoF+tK27w#n~?u%toS-DhR4k@Q*{7x^8Q=D6&kd^_~J#VVG2LXkL zaAy=}U*?Jto)9hx5MGjdp9hcQAu@tfk_;l!PeyxPY<8b&+&D!CyaBh9=8BSVKLpk4 z4Ml3yY|&Th)vyK4cpC{!uU8v2YBlVV`d~(nz&<@{G1oe*DHub1z7~J5*;s2bX<)_* zV_GbsPQg`(&rpxRb_*Od7}++3+liSw-$!1 zs5*g}EHWhI3i|!-FcfzYL0`SL-rq>LENC;PMl)G(0(1U2%Va|smp0UFx0xd@soZA* zD5LYc4OlbE7@ARt#h}rr3>K@bf%B#^-c+xz8Hr)0D5ExIFltezN@Hn8>o5d~bSfYtkc+_Z&kI#-N5_GhCg*V-^TSO=!G~ z(fXy{n2XV+k}6w_W`dTOP2a4u0ly;ANZ>4OxSKAzFB!yBzdo`gX zO?o|H@WiAw$y6l?=^3jA_Hy0S)nTYs12;4hKE&ekQ|>?|ZLJ}#F`2BczC7kdE4@xV zZBD_)Otwjhz+NSaz?d45!;FsGSu-#qh#hStD%B}f!mCT!KqzSo>I`NGH_9Dea$1Qi zg29Ydt!~lQVR99_T7#Hije~(12drl-P)SV?QR*9sus`8th-8^OQ7@xI$(Yp|^;bL1 zR50O$mDXw6P>i7B(TJ)ciPzTE>XY%X6HAa)b#OBRXv&~%Bw|J#Y><i4=e%95bjtw|cJp=#P#Pf#*luqI_wR;fISDCJhAqSG6R%xItn%~QtZ@m%&u zjGGLX;t6Ls62eQvNmf@v+}J%54^CygxRZ`?8X#r|wkev7(s;Ou4T#y1XNNf)h;o7z z8a^Lfq<1uH`E{G9E z*(=)Css_LSk=>E9jr)s5^2-!+MN=Ds}>1hRma4`uCIz9%p3O77839E{xf z4c_I?**|1`K2tg4!Hvyrou4BsJQuv*UfF)<%CelYIS>D^o?X)3+MK%la6kooW8&G@BU)Y0hT`+mOm$Z_%rB=a%o>I z!2c6lHyKQN)VjiFwa!eE^p8jc$sy$vB+8i25lI~6KPFFh$!o$avA~rj#L6xvR|Z83 z*WD6T9e+5Pyy=F+)pNTf{ny3cy>7Rkd3o*TS?TZJ`NS^NF2%HMkyS{?uJ$`!P4_L^ z1`NFDUbNyg_qREifgktnp1_v{Jbb`7m}2PTyUdOmtJj~m z9bB=ecw4_^rw1IW=of+>nrW5=d3k`3qHCxsIN_F{T1A545};;+fsyC&qChi+YV zr~M63H8ZLCPYmsjY>ls9cL%I)F|JIW-#+48$+lD4k*(P*kDM%zx_fvu4u5ZYUnI}5 zdrycFq>xFU)&X3p@pP2u%$o}}YcRn(MhJ&B2o?KS@cIVz>Ye%o^xV?CB{_Qhu z;}_q1bvO^g{8<3!gYbo4Di{8qzV+(9 zdlmksohQmRTs@qB;(Wo?dER_ux6XQb@q$tQPW?CMu6GVQd;R=iR;-S{Kr%Zks7>b1 zNs{|-+jhObYE}NR&`TGGr^h^4bjh%c>R#@=8nM&Md>_a+zVulsl;){flFekV1t9ob z+SqfV_Pv3$2f)bQ8%Ul2>fdYR^1zs0BQF~olsOj5AodC&Q_7SMFzsz2 z9newxE&jodk~tNHwl%LBMMDbrk=(^b literal 0 HcmV?d00001 diff --git a/multimedia/image/image_js_standard/src/main/config.json b/multimedia/image/image_js_standard/src/main/config.json new file mode 100644 index 000000000..9d3eebf15 --- /dev/null +++ b/multimedia/image/image_js_standard/src/main/config.json @@ -0,0 +1,74 @@ +{ + "app": { + "apiVersion": { + "compatible": 6, + "releaseType": "Beta1", + "target": 7 + }, + "vendor": "acts", + "bundleName": "ohos.acts.multimedia.image", + "version": { + "code": 1000000, + "name": "1.0.0" + } + }, + "deviceConfig": { + "default": { + "debug": true + } + }, + "module": { + "abilities": [ + { + "iconId": 16777218, + "skills": [ + { + "entities": [ + "entity.system.home" + ], + "actions": [ + "action.system.home" + ] + } + ], + "descriptionId": 16777217, + "visible": true, + "labelId": 16777216, + "icon": "$media:icon", + "name": "ohos.acts.multimedia.image.MainAbility", + "description": "$string:mainability_description", + "label": "$string:entry_MainAbility", + "type": "page", + "homeAbility": true, + "launchType": "standard" + } + ], + "deviceType": [ + "phone", + "tablet", + "tv", + "wearable" + ], + "mainAbility": "ohos.acts.multimedia.image.MainAbility", + "distro": { + "moduleType": "entry", + "installationFree": false, + "deliveryWithInstall": true, + "moduleName": "entry" + }, + "package": "ohos.acts.multimedia.image", + "name": ".MyApplication", + "js": [ + { + "pages": [ + "pages/index/index" + ], + "name": "default", + "window": { + "designWidth": 720, + "autoDesignWidth": true + } + } + ] + } +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/src/main/java/ohos/acts/multimedia/image/MainAbility.java b/multimedia/image/image_js_standard/src/main/java/ohos/acts/multimedia/image/MainAbility.java new file mode 100644 index 000000000..f6341c63f --- /dev/null +++ b/multimedia/image/image_js_standard/src/main/java/ohos/acts/multimedia/image/MainAbility.java @@ -0,0 +1,34 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package ohos.acts.multimedia.image; + +import ohos.ace.ability.AceAbility; +import ohos.aafwk.content.Intent; + +/* + * java MainAbility + */ +public class MainAbility extends AceAbility { + @Override + public void onStart(Intent intent) { + super.onStart(intent); + } + + @Override + public void onStop() { + super.onStop(); + } +} diff --git a/multimedia/image/image_js_standard/src/main/java/ohos/acts/multimedia/image/MyApplication.java b/multimedia/image/image_js_standard/src/main/java/ohos/acts/multimedia/image/MyApplication.java new file mode 100644 index 000000000..f4848283b --- /dev/null +++ b/multimedia/image/image_js_standard/src/main/java/ohos/acts/multimedia/image/MyApplication.java @@ -0,0 +1,28 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package ohos.acts.multimedia.image; + +import ohos.aafwk.ability.AbilityPackage; + +/* + * java MyApplication + */ +public class MyApplication extends AbilityPackage { + @Override + public void onInitialize() { + super.onInitialize(); + } +} diff --git a/multimedia/image/image_js_standard/src/main/js/default/app.js b/multimedia/image/image_js_standard/src/main/js/default/app.js new file mode 100644 index 000000000..363f2555b --- /dev/null +++ b/multimedia/image/image_js_standard/src/main/js/default/app.js @@ -0,0 +1,23 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export default { + onCreate() { + console.info('AceApplication onCreate'); + }, + onDestroy() { + console.info('AceApplication onDestroy'); + } +}; diff --git a/multimedia/image/image_js_standard/src/main/js/default/i18n/en-US.json b/multimedia/image/image_js_standard/src/main/js/default/i18n/en-US.json new file mode 100644 index 000000000..e63c70d97 --- /dev/null +++ b/multimedia/image/image_js_standard/src/main/js/default/i18n/en-US.json @@ -0,0 +1,6 @@ +{ + "strings": { + "hello": "Hello", + "world": "World" + } +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/src/main/js/default/i18n/zh-CN.json b/multimedia/image/image_js_standard/src/main/js/default/i18n/zh-CN.json new file mode 100644 index 000000000..de6ee5748 --- /dev/null +++ b/multimedia/image/image_js_standard/src/main/js/default/i18n/zh-CN.json @@ -0,0 +1,6 @@ +{ + "strings": { + "hello": "您好", + "world": "世界" + } +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/src/main/js/default/pages/index/index.css b/multimedia/image/image_js_standard/src/main/js/default/pages/index/index.css new file mode 100644 index 000000000..5bd756702 --- /dev/null +++ b/multimedia/image/image_js_standard/src/main/js/default/pages/index/index.css @@ -0,0 +1,46 @@ +.container { + flex-direction: column; + justify-content: center; + align-items: center; + width: 100%; + height: 100%; +} + +.title { + font-size: 40px; + color: #000000; + opacity: 0.9; +} + +@media screen and (device-type: tablet) and (orientation: landscape) { + .title { + font-size: 100px; + } +} + +@media screen and (device-type: wearable) { + .title { + font-size: 28px; + color: #FFFFFF; + } +} + +@media screen and (device-type: tv) { + .container { + background-image: url("/common/images/Wallpaper.png"); + background-size: cover; + background-repeat: no-repeat; + background-position: center; + } + + .title { + font-size: 100px; + color: #FFFFFF; + } +} + +@media screen and (device-type: phone) and (orientation: landscape) { + .title { + font-size: 60px; + } +} diff --git a/multimedia/image/image_js_standard/src/main/js/default/pages/index/index.hml b/multimedia/image/image_js_standard/src/main/js/default/pages/index/index.hml new file mode 100644 index 000000000..f64b040a5 --- /dev/null +++ b/multimedia/image/image_js_standard/src/main/js/default/pages/index/index.hml @@ -0,0 +1,5 @@ +
+ + {{ $t('strings.hello') }} {{ title }} + +
diff --git a/multimedia/image/image_js_standard/src/main/js/default/pages/index/index.js b/multimedia/image/image_js_standard/src/main/js/default/pages/index/index.js new file mode 100644 index 000000000..a0719cee5 --- /dev/null +++ b/multimedia/image/image_js_standard/src/main/js/default/pages/index/index.js @@ -0,0 +1,41 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import {Core, ExpectExtend} from 'deccjsunit/index' + +export default { + data: { + title: "" + }, + onInit() { + this.title = this.$t('strings.world'); + }, + onShow() { + console.info('onShow finish') + const core = Core.getInstance() + const expectExtend = new ExpectExtend({ + 'id': 'extend' + }) + core.addService('expect', expectExtend) + core.init() + const configService = core.getDefaultService('config') + this.timeout = 60000 + configService.setConfig(this) + require('../../../test/List.test') + core.execute() + }, + onReady() { + }, +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/src/main/js/test/List.test.js b/multimedia/image/image_js_standard/src/main/js/test/List.test.js new file mode 100644 index 000000000..51829c7dc --- /dev/null +++ b/multimedia/image/image_js_standard/src/main/js/test/List.test.js @@ -0,0 +1,16 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +require('./Image.test.js') \ No newline at end of file diff --git a/multimedia/image/image_js_standard/src/main/js/test/image.test.js b/multimedia/image/image_js_standard/src/main/js/test/image.test.js new file mode 100644 index 000000000..48fb8d297 --- /dev/null +++ b/multimedia/image/image_js_standard/src/main/js/test/image.test.js @@ -0,0 +1,4343 @@ +/* + * Copyright (C) 2021 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import image from '@ohos.multimedia.image' +import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from 'deccjsunit/index' + +describe('Image', function () { + + beforeAll(function () { + console.info('beforeAll case'); + }) + + beforeEach(function () { + isTimeOut = false; + console.info('beforeEach case'); + }) + + afterEach(function () { + console.info('afterEach case'); + }) + + afterAll(function () { + console.info('afterAll case'); + }) + + /* * + * @tc.number : TC_001 + * @tc.name : create pixelmap object + * @tc.desc : 1.创建InitializationOptions对象opts + * 2.设置color,colorlength,offset,width,height,pixeFormat,alphyType + * 3.使用color,colorlength, offset,width和opts创建PixelMap对象newPixelMap + * 4.验证newPixelMap对象不为null + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_001', 0, async function (done) { + const Color = new ArrayBuffer(96); + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 2, width: 3 } } + image.createPixelMap(Color, opts) + .then( pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_001 success'); + done(); + }) + .catch(error => { + console.log('TC_001 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_001-1 + * @tc.name : create pixelmap object + * @tc.desc : 1.创建InitializationOptions对象opts + * 2.设置color,colorlength,offset,width,height,pixeFormat,alphyType + * 3.使用color,colorlength, offset,width和opts创建PixelMap对象newPixelMap + * 4.验证newPixelMap对象不为null + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_001-1', 0, async function (done) { + const Color = new ArrayBuffer(96); + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 2, width: 3 } } + image.createPixelMap(Color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_001-1 success'); + done(); + }) + .catch(error => { + console.log('TC_001-1 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_001-2 + * @tc.name : create pixelmap object + * @tc.desc : 1.创建InitializationOptions对象opts + * 2.设置color,colorlength,offset,width,height,pixeFormat,alphyType + * 3.使用color,colorlength, offset,width和opts创建PixelMap对象newPixelMap + * 4.验证newPixelMap对象不为null + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_001-2', 0, async function (done) { + const Color = new ArrayBuffer(96); + let opts = { alphaType: 1, editable: true, pixelFormat: 0, scaleMode: 2, size: { height: 2, width: 3 } } + image.createPixelMap(Color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_001-2 success'); + done(); + }) + .catch(error => { + console.log('TC_001-2 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_001-3 + * @tc.name : create pixelmap object + * @tc.desc : 1.创建InitializationOptions对象opts + * 2.设置color,colorlength,offset,width,height,pixeFormat,alphyType + * 3.使用color,colorlength, offset,width和opts创建PixelMap对象newPixelMap + * 4.验证newPixelMap对象不为null + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_001-3', 0, async function (done) { + const Color = new ArrayBuffer(96); + let opts = { alphaType: 2, editable: true, pixelFormat: 1, scaleMode: 1, size: { height: 2, width: 3 } } + image.createPixelMap(Color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_001-3 success'); + done(); + }) + .catch(error => { + console.log('TC_001-3 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_001-4 + * @tc.name : create pixelmap object + * @tc.desc : 1.创建InitializationOptions对象opts + * 2.设置color,colorlength,offset,width,height,pixeFormat,alphyType + * 3.使用color,colorlength, offset,width和opts创建PixelMap对象newPixelMap + * 4.验证newPixelMap对象不为null + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_001-4', 0, async function (done) { + const Color = new ArrayBuffer(96); + let opts = { alphaType: 3, editable: false, pixelFormat: 2, scaleMode: 2, size: { height: 2, width: 3 } } + image.createPixelMap(Color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_001-4 success'); + done(); + }) + .catch(error => { + console.log('TC_001-4 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_001-5 + * @tc.name : create pixelmap object + * @tc.desc : 1.创建InitializationOptions对象opts + * 2.设置color,colorlength,offset,width,height,pixeFormat,alphyType + * 3.使用color,colorlength, offset,width和opts创建PixelMap对象newPixelMap + * 4.验证newPixelMap对象不为null + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_001-5', 0, async function (done) { + const Color = new ArrayBuffer(96); + let opts = { alphaType: 3, editable: true, pixelFormat: 2, scaleMode: 1, size: { height: -1, width: -1 } } + image.createPixelMap(Color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_001-5 success'); + done(); + }) + .catch(error => { + console.log('TC_001-5 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_020 + * @tc.name : read Pixels To Buffer + * @tc.desc : read all pixels to an buffer + * 1.创建PixelMap,buffer + * 2.调用readPixelsToBuffer读取pixels + * 3.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_020', 0, async function (done) { + console.info('TC_020 in'); + const color = new ArrayBuffer(96); + var bufferArr = new Uint8Array(color); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i + 1; + } + + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts) + .then( pixelmap => { + console.info('TC_020 createPixelMap in'); + if (pixelmap == null) { + console.info('TC_020 createPixelMap failed'); + expect(false).assertTrue() + done(); + } + + const readBuffer = new ArrayBuffer(96); + pixelmap.readPixelsToBuffer(readBuffer).then (() => { + var bufferArr = new Uint8Array(readBuffer); + var res = true; + for (var i = 0; i < bufferArr.length; i++) { + if(res) { + if (bufferArr[i] !== 0) { + res = false; + console.info('TC_020 Success'); + expect(true).assertTrue(); + done(); + break; + } + } + } + if (res) { + console.info('TC_020 buffer is all empty'); + expect(false).assertTrue() + done(); + } + }) + }) + .catch(error => { + console.log('TC_020 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_020-1 + * @tc.name : read Pixels To Buffer + * @tc.desc : read all pixels to an buffer + * 1.创建PixelMap,buffer + * 2.调用readPixelsToBuffer读取pixels + * 3.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_020-1', 0, async function (done) { + console.info('TC_020-1 in'); + const color = new ArrayBuffer(96); + var bufferArr = new Uint8Array(color); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i + 1; + } + + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts, (pixelmap) => { + console.info('TC_020-1 createPixelMap in'); + expect(pixelmap !== null).assertTrue(); + console.info('TC_020-1 success'); + done(); + }) + const readBuffer = new ArrayBuffer(96); + pixelmap.readPixelsToBuffer(readBuffer,() => { + var bufferArr = new Uint8Array(readBuffer); + var res = true; + for (var i = 0; i < bufferArr.length; i++) { + if(res) { + if (bufferArr[i] !== 0) { + res = false; + console.info('TC_020-1 Success'); + expect(true).assertTrue(); + done(); + break; + } + } + } + if (res) { + console.info('TC_020-1 buffer is all empty'); + expect(false).assertTrue() + done(); + } + }) + + .catch(error => { + console.log('TC_020-1 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_020-2 + * @tc.name : read Pixels To Buffer + * @tc.desc : read all pixels to an buffer + * 1.创建PixelMap,buffer + * 2.调用readPixelsToBuffer读取pixels + * 3.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_020-2', 0, async function (done) { + console.info('TC_020-2 in'); + const color = new ArrayBuffer(96); + var bufferArr = new Uint8Array(color); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i + 1; + } + + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts, (pixelmap) => { + console.info('TC_020-2 createPixelMap in'); + expect(pixelmap !== null).assertTrue(); + console.info('TC_020-2 success'); + done(); + }) + const readBuffer = new ArrayBuffer(0); + pixelmap.readPixelsToBuffer(readBuffer,() => { + var bufferArr = new Uint8Array(readBuffer); + var res = true; + for (var i = 0; i < bufferArr.length; i++) { + if(res) { + if (bufferArr[i] !== 0) { + res = false; + console.info('TC_020-2 Success'); + expect(true).assertTrue(); + done(); + break; + } + } + } + if (res) { + console.info('TC_020-2 buffer is all empty'); + expect(false).assertTrue() + done(); + } + }) + .catch(error => { + console.log('TC_020-2 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_021 + * @tc.name : read Pixels + * @tc.desc : 1.创建PixelMap + * 2.调用readPixels + * 3.主动调用返回数组存储number类型值 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_021', 0, async function (done) { + const color = new ArrayBuffer(96); + var bufferArr = new Uint8Array(color); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i + 1; + } + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts) + .then( pixelmap => { + if (pixelmap == null) { + console.info('TC_021 createPixelMap failed'); + expect(false).assertTrue() + done(); + } + + const area = { pixels: new ArrayBuffer(20), + offset: 0, + stride: 8, + region: { size: { height: 1, width: 2 }, x: 0, y: 0 } + } + pixelmap.readPixels(area).then(() => { + var bufferArr = new Uint8Array(area.pixels); + var res = true; + for (var i = 0; i < bufferArr.length; i++) { + console.info('TC_021 buffer ' + bufferArr[i]); + if(res) { + if (bufferArr[i] == 0) { + res = false; + console.info('TC_021 Success'); + expect(true).assertTrue(); + done(); + break; + } + } + } + if (res) { + console.info('TC_021 buffer is all empty'); + expect(false).assertTrue() + done(); + } + + }) + }) + .catch(error => { + console.log('TC_021 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_021-1 + * @tc.name : read Pixels + * @tc.desc : 1.创建PixelMap + * 2.调用readPixels + * 3.主动调用返回数组存储number类型值 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_021-1', 0, async function (done) { + const color = new ArrayBuffer(96); + var bufferArr = new Uint8Array(color); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i + 1; + } + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_021-1 success'); + done(); + }) + const area = { pixels: new ArrayBuffer(20), + offset: 0, + stride: 8, + region: { size: { height: 1, width: 2 }, x: 0, y: 0 } + } + pixelmap.readPixels(area,() => { + var bufferArr = new Uint8Array(area.pixels); + var res = true; + for (var i = 0; i < bufferArr.length; i++) { + console.info('TC_021-1 buffer ' + bufferArr[i]); + if(res) { + if (bufferArr[i] == 0) { + res = false; + console.info('TC_021-1 Success'); + expect(true).assertTrue(); + done(); + break; + } + } + } + if (res) { + console.info('TC_021-1 buffer is all empty'); + expect(false).assertTrue() + done(); + } + }) + .catch(error => { + console.log('TC_021-1 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_021-2 + * @tc.name : read Pixels + * @tc.desc : 1.创建PixelMap + * 2.调用readPixels + * 3.主动调用返回数组存储number类型值 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_021-2', 0, async function (done) { + const color = new ArrayBuffer(96); + var bufferArr = new Uint8Array(color); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i + 1; + } + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_021-2 success'); + done(); + }) + const area = { pixels: new ArrayBuffer(20), + offset: 0, + stride: 8, + region: { size: { height: 1, width: 2 }, x: -1, y: 0 } + } + pixelmap.readPixels(area,() => { + var bufferArr = new Uint8Array(area.pixels); + var res = true; + for (var i = 0; i < bufferArr.length; i++) { + console.info('TC_021-2 buffer ' + bufferArr[i]); + if(res) { + if (bufferArr[i] == 0) { + res = false; + console.info('TC_021-2 Success'); + expect(true).assertTrue(); + done(); + break; + } + } + } + if (res) { + console.info('TC_021-2 buffer is all empty'); + expect(false).assertTrue() + done(); + } + }) + .catch(error => { + console.log('TC_021-2 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_021-3 + * @tc.name : read Pixels + * @tc.desc : 1.创建PixelMap + * 2.调用readPixels + * 3.主动调用返回数组存储number类型值 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_021-3', 0, async function (done) { + const color = new ArrayBuffer(96); + var bufferArr = new Uint8Array(color); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i + 1; + } + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_021-3 success'); + done(); + }) + const area = { pixels: new ArrayBuffer(0), + offset: 0, + stride: 8, + region: { size: { height: 1, width: 2 }, x: 0, y: 0 } + } + pixelmap.readPixels(area,() => { + var bufferArr = new Uint8Array(area.pixels); + var res = true; + for (var i = 0; i < bufferArr.length; i++) { + console.info('TC_021-3 buffer ' + bufferArr[i]); + if(res) { + if (bufferArr[i] == 0) { + res = false; + console.info('TC_021-3 Success'); + expect(true).assertTrue(); + done(); + break; + } + } + } + if (res) { + console.info('TC_021-3 buffer is all empty'); + expect(false).assertTrue() + done(); + } + }) + .catch(error => { + console.log('TC_021-3 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_021-4 + * @tc.name : read Pixels + * @tc.desc : 1.创建PixelMap + * 2.调用readPixels + * 3.主动调用返回数组存储number类型值 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_021-4', 0, async function (done) { + const color = new ArrayBuffer(96); + var bufferArr = new Uint8Array(color); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i + 1; + } + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_021-4 success'); + done(); + }) + const area = { pixels: new ArrayBuffer(20), + offset: 21, + stride: 8, + region: { size: { height: 1, width: 2 }, x: 0, y: 0 } + } + pixelmap.readPixels(area,() => { + var bufferArr = new Uint8Array(area.pixels); + var res = true; + for (var i = 0; i < bufferArr.length; i++) { + console.info('TC_021-4 buffer ' + bufferArr[i]); + if(res) { + if (bufferArr[i] == 0) { + res = false; + console.info('TC_021-4 Success'); + expect(true).assertTrue(); + done(); + break; + } + } + } + if (res) { + console.info('TC_021-4 buffer is all empty'); + expect(false).assertTrue() + done(); + } + }) + .catch(error => { + console.log('TC_021-4 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_021-5 + * @tc.name : read Pixels + * @tc.desc : 1.创建PixelMap + * 2.调用readPixels + * 3.主动调用返回数组存储number类型值 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_021-5', 0, async function (done) { + const color = new ArrayBuffer(96); + var bufferArr = new Uint8Array(color); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i + 1; + } + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_021-5 success'); + done(); + }) + const area = { pixels: new ArrayBuffer(20), + offset: 0, + stride: 8, + region: { size: { height: -1, width:-1}, x: 0, y: 0 } + } + pixelmap.readPixels(area,() => { + var bufferArr = new Uint8Array(area.pixels); + var res = true; + for (var i = 0; i < bufferArr.length; i++) { + console.info('TC_021-5 buffer ' + bufferArr[i]); + if(res) { + if (bufferArr[i] == 0) { + res = false; + console.info('TC_021-5 Success'); + expect(true).assertTrue(); + done(); + break; + } + } + } + if (res) { + console.info('TC_021-5 buffer is all empty'); + expect(false).assertTrue() + done(); + } + }) + .catch(error => { + console.log('TC_021-5 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_022 + * @tc.name : write Pixels + * @tc.desc : 1.创建PixelMap + * 2.调用writePixels + * 3.主动调用返回空 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_022', 0, async function (done) { + const color = new ArrayBuffer(96); + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts) + .then( pixelmap => { + if (pixelmap == null) { + console.info('TC_022 createPixelMap failed'); + expect(false).assertTrue() + done(); + } + + const area = { pixels: new ArrayBuffer(20), + offset: 0, + stride: 8, + region: { size: { height: 1, width: 2 }, x: 0, y: 0 } + } + var bufferArr = new Uint8Array(area.pixels); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i; + } + + pixelmap.writePixels(area).then(() => { + const readArea = { pixels: new ArrayBuffer(20), + offset: 0, + stride: 8, + region: { size: { height: 1, width: 2 }, x: 0, y: 0 } + } + pixelmap.readPixels(readArea).then(() => { + var readArr = new Uint8Array(readArea.pixels); + var res = true; + for (var i = 0; i < readArr.length; i++) { + if(res) { + if (readArr[i] !== 0) { + res = false; + console.info('TC_022 Success'); + expect(true).assertTrue(); + done(); + break; + } + } + } + if (res) { + console.info('TC_022 buffer is all empty'); + expect(false).assertTrue() + done(); + } + + }) + }) + }) + .catch(error => { + console.log('TC_022 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_022-1 + * @tc.name : write Pixels + * @tc.desc : 1.创建PixelMap + * 2.调用writePixels + * 3.主动调用返回空 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_022-1', 0, async function (done) { + const color = new ArrayBuffer(96); + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_022-1 success'); + done(); + }) + const area = { pixels: new ArrayBuffer(20), + offset: 0, + stride: 8, + region: { size: { height: 1, width: 2 }, x: 0, y: 0 } + } + var bufferArr = new Uint8Array(area.pixels); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i; + } + pixelmap.writePixels(area,() => { + const readArea = { pixels: new ArrayBuffer(20), + offset: 0, + stride: 8, + region: { size: { height: 1, width: 2 }, x: 0, y: 0 } + } + pixelmap.readPixels(readArea,() => { + var readArr = new Uint8Array(readArea.pixels); + var res = true; + for (var i = 0; i < readArr.length; i++) { + if(res) { + if (readArr[i] !== 0) { + res = false; + console.info('TC_022-1 Success'); + expect(true).assertTrue(); + done(); + break; + } + } + } + if (res) { + console.info('TC_022-1 buffer is all empty'); + expect(false).assertTrue() + done(); + } + }) + }) + .catch(error => { + console.log('TC_022-1 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_023 + * @tc.name : write Buffer To Pixels + * @tc.desc : 1.创建PixelMap,buffer + * 2.调用writeBufferToPixels + * 3.主动调用返回空 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_023', 0, async function (done) { + const color = new ArrayBuffer(96); + var bufferArr = new Uint8Array(color); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i; + } + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 }} + image.createPixelMap(color, opts) + .then( pixelmap => { + if (pixelmap == null) { + console.info('TC_023 createPixelMap failed'); + expect(false).assertTrue() + done(); + } + + const writeColor = new ArrayBuffer(96); + pixelmap.writeBufferToPixels(writeColor).then(() => { + const readBuffer = new ArrayBuffer(96); + pixelmap.readPixelsToBuffer(readBuffer).then (() => { + var bufferArr = new Uint8Array(readBuffer); + var res = true; + for (var i = 0; i < bufferArr.length; i++) { + if(res) { + if (bufferArr[i] !== i) { + res = false; + console.info('TC_023 Success'); + expect(true).assertTrue() + done(); + break; + } + } + } + if (res) { + console.info('TC_023 no change after writeBuffer'); + expect(false).assertTrue(); + done(); + } + }) + }) + }) + .catch(error => { + console.log('TC_023 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_023-1 + * @tc.name : write Buffer To Pixels + * @tc.desc : 1.创建PixelMap,buffer + * 2.调用writeBufferToPixels + * 3.主动调用返回空 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_023-1', 0, async function (done) { + const color = new ArrayBuffer(96); + var bufferArr = new Uint8Array(color); + for (var i = 0; i < bufferArr.length; i++) { + bufferArr[i] = i; + } + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts,pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_023-1 success'); + done(); + }) + const writeColor = new ArrayBuffer(96); + pixelmap.writeBufferToPixels(writeColor,() => { + const readBuffer = new ArrayBuffer(96); + pixelmap.readPixelsToBuffer(readBuffer,() => { + var bufferArr = new Uint8Array(readBuffer); + var res = true; + for (var i = 0; i < bufferArr.length; i++) { + if(res) { + if (bufferArr[i] !== i) { + res = false; + console.info('TC_023-1 Success'); + expect(true).assertTrue() + done(); + break; + } + } + } + if (res) { + console.info('TC_023-1 no change after writeBuffer'); + expect(false).assertTrue(); + done(); + } + }) + }) + .catch(error => { + console.log('TC_023-1 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_024 + * @tc.name : get Image In fo + * @tc.desc : 1.创建PixelMap,ImageInfo + * 2.调用getImageInfo + * 3.主动调用返回imageinfo + * 4.callback返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_024', 0, async function (done) { + const color = new ArrayBuffer(96); + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts) + .then( pixelmap => { + if (pixelmap == null) { + console.info('TC_024 createPixelMap failed'); + expect(false).assertTrue() + done(); + } + pixelmap.getImageInfo().then( imageInfo => { + if (imageInfo !== null) { + console.info('TC_024 imageInfo is ready'); + expect(imageInfo.size.height == 4).assertTrue(); + expect(imageInfo.size.width == 6).assertTrue(); + expect(imageInfo.pixelFormat == 4).assertTrue(); + done(); + } else { + console.info('TC_024 imageInfo is empty'); + expect(false).assertTrue() + done(); + } + }) + }) + .catch(error => { + console.log('TC_024 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_024-1 + * @tc.name : get Image In fo + * @tc.desc : 1.创建PixelMap,ImageInfo + * 2.调用getImageInfo + * 3.主动调用返回imageinfo + * 4.callback返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_024-1', 0, async function (done) { + const color = new ArrayBuffer(96); + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_024-1 success'); + done(); + }) + pixelmap.getImageInfo( imageInfo => { + if (imageInfo !== null) { + console.info('TC_024-1 imageInfo is ready'); + expect(imageInfo.size.height == 4).assertTrue(); + expect(imageInfo.size.width == 6).assertTrue(); + expect(imageInfo.pixelFormat == 4).assertTrue(); + done(); + } else { + console.info('TC_024-1 imageInfo is empty'); + expect(false).assertTrue() + done(); + } + }) + .catch(error => { + console.log('TC_024-1 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_025 + * @tc.name : get Bytes Number PerRow + * @tc.desc : 1.创建PixelMap + * 2.写入PixelMap + * 3.调用getBytesNumberPerRow + * 4.主动调用返回number类型值 + * 5.callback返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_025', 0, async function (done) { + const color = new ArrayBuffer(96); + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + const expectNum = opts.pixelFormat * opts.size.width; + image.createPixelMap(color, opts) + .then( pixelmap => { + if (pixelmap == null) { + console.info('TC_025 createPixelMap failed'); + expect(false).assertTrue() + done(); + } + pixelmap.getBytesNumberPerRow().then( num => { + console.info('TC_025 num is ' + num); + expect(num == expectNum).assertTrue(); + done(); + }) + }) + .catch(error => { + console.log('TC_025 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_025-1 + * @tc.name : get Bytes Number PerRow + * @tc.desc : 1.创建PixelMap + * 2.写入PixelMap + * 3.调用getBytesNumberPerRow + * 4.主动调用返回number类型值 + * 5.callback返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_025-1', 0, async function (done) { + const color = new ArrayBuffer(96); + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + const expectNum = opts.pixelFormat * opts.size.width; + image.createPixelMap(color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_25-1 success'); + done(); + }) + pixelmap.getBytesNumberPerRow( num => { + console.info('TC_025-1 num is ' + num); + expect(num == expectNum).assertTrue(); + done(); + }) + .catch(error => { + console.log('TC_025-1 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_026 + * @tc.name : get Pixel Bytes Number + * @tc.desc : 1.创建PixelMap + * 2.写入Pixel + * 3.调用getPixelBytesNumber + * 4.主动调用返回number类型值 + * 5.callback返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_026', 0, async function (done) { + const color = new ArrayBuffer(96); + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + const expectNum = opts.pixelFormat * opts.size.width * opts.size.height; + image.createPixelMap(color, opts) + .then( pixelmap => { + if (pixelmap == null) { + console.info('TC_026 createPixelMap failed'); + expect(false).assertTrue() + done(); + } + pixelmap.getPixelBytesNumber().then( num => { + console.info('TC_026 num is ' + num); + expect(num == expectNum).assertTrue(); + done(); + }) + }) + .catch(error => { + console.log('TC_026 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_026-1 + * @tc.name : get Pixel Bytes Number + * @tc.desc : 1.创建PixelMap + * 2.写入Pixel + * 3.调用getPixelBytesNumber + * 4.主动调用返回number类型值 + * 5.callback返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_026-1', 0, async function (done) { + const color = new ArrayBuffer(96); + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + const expectNum = opts.pixelFormat * opts.size.width * opts.size.height; + image.createPixelMap(color, opts,pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_026-1 success'); + done(); + }) + pixelmap.getPixelBytesNumber(num => { + console.info('TC_026-1 num is ' + num); + expect(num == expectNum).assertTrue(); + done(); + }) + .catch(error => { + console.log('TC_026-1 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_027 + * @tc.name : release + * @tc.desc : 1.创建PixelMap + * 2.写入Pixel + * 3.调用release + * 4.判断释放成功,返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_027', 0, async function (done) { + const color = new ArrayBuffer(96); + let opts = { alphaType: 0, editable: true, pixelFormat: 4, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts) + .then( pixelmap => { + if (pixelmap == null) { + console.info('TC_027 createPixelMap failed'); + expect(false).assertTrue() + done(); + } + + pixelmap.release(); + expect(true).assertTrue(); + done(); + }) + .catch(error => { + console.log('TC_027 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_027-1 + * @tc.name : release(callback) + * @tc.desc : 1.创建PixelMap + * 2.写入Pixel + * 3.调用release + * 4.判断释放成功,返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_027-1', 0, async function (done) { + const color = new ArrayBuffer(96); + let opts = { alphaType: 0, editable: true, pixelFormat: 3, scaleMode: 1, size: { height: 4, width: 6 } } + image.createPixelMap(color, opts, pixelmap => { + expect(pixelmap !== null).assertTrue(); + console.info('TC_026-1 success'); + done(); + }) + pixelmap.release(()=>{ + expect(true).assertTrue(); + console.log('TC_027-1 suc'); + done(); + }) + .catch(error => { + console.log('TC_027-1 error: ' + error); + expect().assertFail(); + done(); + }) + }) + + /* * + * @tc.number : TC_041 + * @tc.name : create Image Source(uri) + * @tc.desc : 1.输入uri + * 2.调用createImageSource(uri) + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_041', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + expect(imageSourceApi !== null).assertTrue(); + console.info('TC_041 finished'); + done(); + }) + + /* * + * @tc.number : TC_041-1 + * @tc.name : create Image Source(uri) + * @tc.desc : 1.输入uri + * 2.调用createImageSource(uri) + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_041-1', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + expect(imageSourceApi !== null).assertTrue(); + console.info('TC_041-1 finished'); + done(); + }) + + /* * + * @tc.number : TC_041-2 + * @tc.name : create Image Source(uri) + * @tc.desc : 1.输入uri + * 2.调用createImageSource(uri) + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_041-2', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + expect(imageSourceApi !== null).assertTrue(); + console.info('TC_041-2 finished'); + done(); + }) + + /* * + * @tc.number : TC_041-3 + * @tc.name : create Image Source(uri) + * @tc.desc : 1.输入uri + * 2.调用createImageSource(uri) + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_041-3', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + expect(imageSourceApi !== null).assertTrue(); + console.info('TC_041-3 finished'); + done(); + }) + + /* * + * @tc.number : TC_041-4 + * @tc.name : create Image Source(uri) + * @tc.desc : 1.调用createImageSource(uri) + * 2.传入错误后缀文件 + * 3.imagesource空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_041-4', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.tif'); + expect(imageSourceApi == null).assertTrue(); + console.info('TC_041-4 finished'); + done(); + }) + + /* * + * @tc.number : TC_041-5 + * @tc.name : create Image Source(uri) + * @tc.desc : 1.调用createImageSource(uri) + * 2.输入错误uri + * 3.imagesource空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_041-5', 0, async function (done) { + const imageSourceApi = image.createImageSource('/multiedia/test.jpg'); + expect(imageSourceApi == null).assertTrue(); + console.info('TC_041-5 finished'); + done(); + }) + + /* * + * @tc.number : TC_042 + * @tc.name : create Image Source(fd) + * @tc.desc : 1.调用createImageSource + * 2.传入fd + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_042', 0, async function (done) { + const imageSourceApi = image.createImageSource(29); + expect(imageSourceApi !== null).assertTrue(); + console.info('TC_042 finished'); + done(); + }) + + /* * + * @tc.number : TC_042-1 + * @tc.name : create Image Source(fd) bmp + * @tc.desc : 1.调用createImageSource + * 2.传入fd + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_042-1', 0, async function (done) { + const imageSourceApi = image.createImageSource(30); + expect(imageSourceApi !== null).assertTrue(); + console.info('TC_042-1 finished'); + done(); + }) + + /* * + * @tc.number : TC_042-2 + * @tc.name : create Image Source(fd) png + * @tc.desc : 1.调用createImageSource + * 2.传入fd + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_042-2', 0, async function (done) { + const imageSourceApi = image.createImageSource(28); + expect(imageSourceApi !== null).assertTrue(); + console.info('TC_042-2 finished'); + done(); + }) + + /* * + * @tc.number : TC_042-3 + * @tc.name : create Image Source(fd) gif + * @tc.desc : 1.调用createImageSource + * 2.传入fd + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_042-3', 0, async function (done) { + const imageSourceApi = image.createImageSource(27); + expect(imageSourceApi !== null).assertTrue(); + console.info('TC_042-3 finished'); + done(); + }) + + /* * + * @tc.number : TC_042-4 + * @tc.name : create Image Source(fd) + * @tc.desc : 1.调用createImageSource + * 2.传入fd + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_042-4', 0, async function (done) { + const imageSourceApi = image.createImageSource(-2); + expect(imageSourceApi == null).assertTrue(); + console.info('TC_042-4 finished'); + done(); + }) + + /* * + * @tc.number : TC_042-5 + * @tc.name : create Image Source(fd) + * @tc.desc : 1.调用createImageSource + * 2.传入fd + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_042-5', 0, async function (done) { + const imageSourceApi = image.createImageSource(-2); + if(imageSourceApi == null){ + console.info('TC_042-5 success'); + expect(true).assertTrue(); + done(); + }else{ + console.info('TC_042-5 fail'); + expect(false).assertTrue(); + done(); + } + }) + + /* * + * @tc.number : TC_043 + * @tc.name : create Image Source(data) + * @tc.desc : 1.输入data + * 2.createImageSource + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_043', 0, async function (done) { + console.info('TC_043 start'); + const data = new ArrayBuffer(96); + const imageSourceApi = image.createImageSource(data); + expect(imageSourceApi !== null).assertTrue(); + console.info('TC_043 finished'); + done(); + }) + + /* * + * @tc.number : TC_043-1 + * @tc.name : create Image Source(data) bmp + * @tc.desc : 1.输入data + * 2.createImageSource + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_043-1', 0, async function (done) { + console.info('TC_043-1 start'); + const data = new ArrayBuffer(104); + const imageSourceApi = image.createImageSource(data); + expect(imageSourceApi !== null).assertTrue(); + console.info('TC_043-1 finished'); + done(); + }) + + /* * + * @tc.number : TC_043-2 + * @tc.name : create Image Source(data) png + * @tc.desc : 1.输入data + * 2.createImageSource + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_043-2', 0, async function (done) { + console.info('TC_043-2 start'); + const data = new ArrayBuffer(112); + const imageSourceApi = image.createImageSource(data); + expect(imageSourceApi !== null).assertTrue(); + console.info('TC_043-2 finished'); + done(); + }) + + /* * + * @tc.number : TC_043-3 + * @tc.name : create Image Source(data) gif + * @tc.desc : 1.输入data + * 2.createImageSource + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_043-3', 0, async function (done) { + console.info('TC_043-3 start'); + const data = new ArrayBuffer(112); + const imageSourceApi = image.createImageSource(data); + expect(imageSourceApi !== null).assertTrue(); + console.info('TC_043-3 finished'); + done(); + }) + + /* * + * @tc.number : TC_043-4 + * @tc.name : create Image Source(data) + * @tc.desc : 1.输入data + * 2.createImageSource + * 3.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_043-4', 0, async function (done) { + console.info('TC_043-4 start'); + const data = new ArrayBuffer(0); + const imageSourceApi = image.createImageSource(data); + expect(imageSourceApi == null).assertTrue(); + console.info('TC_043-4 finished'); + done(); + }) + + /* * + * @tc.number : TC_044 + * @tc.name : release() promise + * @tc.desc : 1.创建ImageSource + * 2.调用release() + * 3.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_044', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_044 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.release(); + console.info('TC_044 release'); + expect(true).assertTrue(); + done(); + } + }) + + /* * + * @tc.number : TC_044-1 + * @tc.name : release() callback + * @tc.desc : 1.创建ImageSource + * 2.调用release() + * 3.callback时返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_044-1', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_044-1 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.release(() => { + console.info('TC_044-1 Success'); + expect(true).assertTrue(); + done(); + }) + } + // if (imageSourceApi == null) { + // console.info('TC_044 create image source failed'); + // expect(false).assertTrue(); + // done(); + // } else { + // imageSourceApi.release(() => { + // console.info('TC_044 Success1'); + // expect(true).assertTrue(); + // done(); + // }) + // onsole.info('TC_044 Success2'); + // expect(true).assertTrue(); + // done(); + // } + }) + + /* * + * @tc.number : TC_045 + * @tc.name : get Image Info(ImageInfo) + * @tc.desc : 1.创建imageSource + * 2.imageSource调用getImageInfo(ImageInfo) + * 3.回调返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_045', 0, async function (done) { + console.info('TC_045'); + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_045 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + console.info('TC_045 suc'); + imageSourceApi.getImageInfo(imageInfo => { + console.info('TC_045 imageInfo'); + expect(imageInfo !== null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_045-1 + * @tc.name : get Image Info(ImageInfo) bmp + * @tc.desc : 1.创建imageSource + * 2.imageSource调用getImageInfo(ImageInfo) + * 3.回调返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_045-1', 0, async function (done) { + console.info('TC_045-1'); + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_045 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + console.info('TC_045-1 suc'); + imageSourceApi.getImageInfo(imageInfo => { + console.info('TC_045-1 imageInfo'); + expect(imageInfo !== null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_045-2 + * @tc.name : get Image Info(ImageInfo) png + * @tc.desc : 1.创建imageSource + * 2.imageSource调用getImageInfo(ImageInfo) + * 3.回调返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_045-2', 0, async function (done) { + console.info('TC_045-2'); + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_045-2 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + console.info('TC_045-2 suc'); + imageSourceApi.getImageInfo(imageInfo => { + console.info('TC_045-2 imageInfo'); + expect(imageInfo !== null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_045-3 + * @tc.name : get Image Info(index, ImageInfo) + * @tc.desc : 1.创建ImageInfo + * 2.调用getImageInfo(index, ImageInfo) + * 3.回调返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_045-3', 0, async function (done) { + console.info('TC_045-3'); + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_045-3 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + console.info('TC_045-3 suc'); + imageSourceApi.getImageInfo(imageInfo => { + console.info('TC_045-3 imageInfo'); + expect(imageInfo !== null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_046 + * @tc.name : get Image Info(index, ImageInfo) + * @tc.desc : 1.创建ImageInfo + * 2.调用getImageInfo(index, ImageInfo) + * 3.回调返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_046', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_046 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.getImageInfo(0,(error, imageInfo) => { + console.info('TC_046 imageInfo'); + expect(imageInfo !== null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_046-1 + * @tc.name : get Image Info(index, ImageInfo) + * @tc.desc : 1.创建ImageInfo + * 2.调用getImageInfo(index, ImageInfo) + * 3.回调返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_046-1', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_046-1 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.getImageInfo(0,imageInfo => { + console.info('TC_046-1 imageInfo'); + expect(imageInfo !== null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number: TC_046-2 + * @tc.name : get Image Info(index, ImageInfo) + * @tc.desc : 1.创建ImageInfo + * 2.调用getImageInfo(index, ImageInfo) + * 3.回调返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_046-2', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_046-2 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.getImageInfo(0,imageInfo => { + console.info('TC_046-2 imageInfo'); + expect(imageInfo !== null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number: TC_046-3 + * @tc.name : get Image Info(index, ImageInfo) + * @tc.desc : 1.创建ImageInfo + * 2.调用getImageInfo(index, ImageInfo) + * 3.回调返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_046-3', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_046-3 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.getImageInfo(0,imageInfo => { + console.info('TC_046-3 imageInfo'); + expect(imageInfo !== null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number: TC_046-4 + * @tc.name : get Image Info(index, ImageInfo) + * @tc.desc : 1.创建ImageInfo + * 2.调用getImageInfo(index, ImageInfo) + * 3.回调返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_046-4', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_046-4 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.getImageInfo(1,imageInfo => { + console.info('TC_046-4 imageInfo'); + expect(imageInfo == null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number: TC_046-5 + * @tc.name : get Image Info(index, ImageInfo) + * @tc.desc : 1.创建ImageInfo + * 2.调用getImageInfo(index, ImageInfo) + * 3.回调返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_046-5', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_046-5 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.getImageInfo(-1,imageInfo => { + console.info('TC_046-5 imageInfo'); + expect(imageInfo == null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_047 + * @tc.name : get Image Info(index) 返回Image Info + * @tc.desc : 1.创建imagesource + * 2.调用getImageInfo(index) + * 3.callback调用,返回imageinfo + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_047', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_047 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.getImageInfo(0) + .then(imageInfo => { + console.info('TC_047 imageInfo'); + expect(imageInfo !== null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_047-1 + * @tc.name : get Image Info(index) 返回Image Info + * @tc.desc : 1.创建imagesource + * 2.调用getImageInfo(index) + * 3.callback调用,返回imageinfo + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_047-1', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_047-1 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.getImageInfo(0) + .then(imageInfo => { + console.info('TC_047-1 imageInfo'); + expect(imageInfo !== null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_047-2 + * @tc.name : get Image Info(index) 返回Image Info + * @tc.desc : 1.创建imagesource + * 2.调用getImageInfo(index) + * 3.callback调用,返回imageinfo + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_047-2', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_047-2 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.getImageInfo(0) + .then(imageInfo => { + console.info('TC_047-2 imageInfo'); + expect(imageInfo !== null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_047-3 + * @tc.name : get Image Info(index) 返回Image Info + * @tc.desc : 1.创建imagesource + * 2.调用getImageInfo(index) + * 3.callback调用,返回imageinfo + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_047-3', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_047-3 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.getImageInfo(0) + .then(imageInfo => { + console.info('TC_047-3 '); + expect(imageInfo !== null).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number: TC_047-4 + * @tc.name : get Image Info(index) 返回Image Info + * @tc.desc : 1.创建imagesource + * 2.调用getImageInfo(index=1) + * 3.callback imageinfo空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_047-4', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_047-4 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.getImageInfo(1) + .then((error,imageInfo) => { + expect(imageInfo == null).assertTrue(); + console.info('TC_047-4 suc'); + done(); + }) + } + }) + + /* * + * @tc.number : TC_047-5 + * @tc.name : get Image Info(index) 返回Image Info + * @tc.desc : 1.创建imagesource + * 2.调用getImageInfo(index=-1) + * 3.callback imageinfo空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_047-5', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_047-5 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.getImageInfo(-1) + .then((error,imageInfo) => { + expect(imageInfo == null).assertTrue(); + console.info('TC_047-5 suc'); + done(); + }) + } + }) + + /* * + * @tc.number : TC_048 + * @tc.name : get Image Property Int获取Exif信息 + * @tc.desc : 1.创建imagesource + * 2.调用getImagePropertyInt + * 3.传入参数(index,key,value) + * 4.返回number类型属性值 + * 5.callback返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + //it('TC_048', 0, async function (done) { + // const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + // if (imageSourceApi == null) { + // console.info('TC_048 create image source failed'); + // expect(false).assertTrue(); + // done(); + // } else { + // imageSourceApi.getImagePropertyInt(0, "ImageHeight", -1) + // .then(height => { + // console.info('TC_048 height ' + height); + // expect(height !== -1).assertTrue(); + // done(); + // }) + // } + // }) + + /* * + * @tc.number : TC_048-1 callback + * @tc.name : get Image Property Int获取Exif信息 + * @tc.desc : 1.创建imagesource + * 2.调用getImagePropertyInt + * 3.传入参数(index,key,value) + * 4.返回number类型属性值 + * 5.callback返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + // it('TC_048-1', 0, async function (done) { + // const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + // if (imageSourceApi == null) { + // console.info('TC_048 create image source failed'); + // expect(false).assertTrue(); + // done(); + // } else { + // imageSourceApi.getImagePropertyInt(0, "ImageHeight", -1,height => { + // console.info('TC_048 height ' + height); + // expect(height !== -1).assertTrue(); + // done(); + // }) + // } + // }) + + /* * + * @tc.number : TC_049 + * @tc.name : get Image Property String获取Exif信息 + * @tc.desc : 1.创建PixelMap + * 2.创建ImageInfo + * 3.传入索引、key和value + * 4.调用getImagePropertyString + * 5.判断获取的信息和输入的是否一致,返回string类型属性值 + * 6.回调返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + // it('TC_049', 0, async function (done) { + // const imageSourceApi = image.createImageSource('/data/local/tmp/test_exif.jpg'); + // if (imageSourceApi == null) { + // console.info('TC_049 create image source failed'); + // expect(false).assertTrue(); + // done(); + // } else { + // imageSourceApi.getImagePropertyString(0, "GPSAltitude") + // .then(gps => { + // console.info('TC_049 GPSAltitude' + gps); + // expect(gps !== null && gps.length > 0).assertTrue(); + // done(); + // }) + // } + // }) + + /* * + * @tc.number : TC_049-1 callback + * @tc.name : get Image Property String获取Exif信息 + * @tc.desc : 1.创建PixelMap + * 2.创建ImageInfo + * 3.传入索引、key和value + * 4.调用getImagePropertyString + * 5.判断获取的信息和输入的是否一致,返回string类型属性值 + * 6.回调返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + //it('TC_049-1', 0, async function (done) { + // const imageSourceApi = image.createImageSource('/data/local/tmp/test_exif.jpg'); + // if (imageSourceApi == null) { + // console.info('TC_049 create image source failed'); + // expect(false).assertTrue(); + // done(); + // } else { + // imageSourceApi.getImagePropertyString(0, "GPSAltitude",gps => { + // console.info('TC_049 GPSAltitude' + gps); + // expect(gps !== null && gps.length > 0).assertTrue(); + // done(); + // }) + // } + //}) + + /* * + * @tc.number : TC_050 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建PixelMap + * 2.创建imagesource + * 3.确定index和DecodeOptions作为参数 + * 4.调用createPixelMap + * 5.callback返回空 + * 6.当传入参数为DecodeOptions时 + * 7.callback返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_050', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_050 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:2, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_050 createPixelMap '); + expect(pixelmap !== null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_050-1 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_050-1', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_050-1 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_050-1 createPixelMap '); + expect(pixelmap !== null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_050-2 + * @tc.name : create PixelMap对图片进行解码生成位图 jpg + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_050-2', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_050-2 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:0, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_050-2 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_050-3 + * @tc.name : create PixelMap对图片进行解码生成位图 jpg + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_050-3', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_050-3 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:-1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:0, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_050-3 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /** + * @tc.number : TC_050-4 + * @tc.name : create PixelMap对图片进行解码生成位图 jpg + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_050-4', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_050-4 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:-10, + desiredPixelFormat:2, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_050-4 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /** + * @tc.number : TC_050-5 + * @tc.name : create PixelMap对图片进行解码生成位图 jpg + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_050-5', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_050-5 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: false, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_050-5 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /** + * @tc.number : TC_050-6 + * @tc.name : create PixelMap对图片进行解码生成位图 jpg + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_050-6', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_050-6 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: false, + desiredSize:{ width:1, height:2}, + rotateDegrees:-10, + desiredPixelFormat:11, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_050-6 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_050-7 + * @tc.name : create PixelMap对图片进行解码生成位图 jpg + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_050-7', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_050-7 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: false, + desiredSize:{ width:1, height:2}, + rotateDegrees:-10, + desiredPixelFormat:11, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_050-7 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_050-8 + * @tc.name : create PixelMap对图片进行解码生成位图 jpg + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_050-8', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_050-8 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:400, height:400}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_050-8 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_050-9 + * @tc.name : create PixelMap对图片进行解码生成位图 jpg + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_050-9', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_050-9 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 400, width: 500 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_050-9 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_050-10 + * @tc.name : create PixelMap对图片进行解码生成位图 jpg + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_050-10', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_050-10 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: -1, y: -1 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_050-10 createPixelMap'); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_051 + * @tc.name : create PixelMap对图片进行区域解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + // it('TC_051', 0, async function (done) { + // const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + // if (imageSourceApi == null) { + // console.info('TC_051 create image source failed'); + // expect(false).assertTrue(); + // done(); + // } else { + // let decodingOptions = { + // sampleSize:1 + // }; + // imageSourceApi.createPixelMap(0, decodingOptions, pixelmap => { + // console.info('TC_051 createPixelMap '); + // expect(pixelmap !== null ).assertTrue(); + // done(); + // }) + // } + // }) + + /* * + * @tc.number : TC_052 + * @tc.name : create Incremental Source(data)进行渐进式解码 + * @tc.desc : 1.创建 IncrementalSourceOptions + * 2.incrementalMode设为INCREMENTAL_DATA + * 3.调用createIncrementalSource(data) + * 4.返回imagesource + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_052', 0, async function (done) { + const data = new ArrayBuffer(96); + const imageSourceApi = image.createIncrementalSource(data); + console.info('TC_052 create Incremental Source'); + expect(imageSourceApi !== null).assertTrue(); + done(); + }) + + /* * + * @tc.number : TC_053 + * @tc.name : update Data更新数据 promise + * @tc.desc : 1.创建imagesource + * 2.创建sourceStreamPtr_ + * 3.调用UpdateData(data, isFinal, offset,length) + * 4.主动调用时返回布尔值 + * 5.传入参数为(data, isFinal, offset,length)时 + * 6.callback调用返回空 + * 7.传入参数为(data, isFinal)时 + * 8.callback返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_053', 0, async function (done) { + const dataBuffer = new ArrayBuffer(96); + const imageSourceIncrementalSApi = image.createIncrementalSource(dataBuffer); + let array = [1,2,3,4,5,6,7,8,9,10]; + imageSourceIncrementalSApi.updateData(array, false, 0, 10).then(data => { + expect(data).assertTrue(); + console.info('TC_053 success'); + done(); + }) + }) + + /* * + * @tc.number : TC_053-1 + * @tc.name : update Data更新数据 callback + * @tc.desc : 1.创建imagesource + * 2.调用UpdateData(data, isFinal, offset,length) + * 3.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_053-1', 0, async function (done) { + const dataBuffer = new ArrayBuffer(96); + const imageSourceIncrementalSApi = image.createIncrementalSource(dataBuffer); + let array = [1,2,3,4,5,6,7,8,9,10]; + imageSourceIncrementalSApi.updateData(array, false, 0, 10,(error,data )=> { + if(data !== undefined){ + expect(data).assertTrue(); + console.info('TC_053-1 success'); + done(); + }else{ + console.info('TC_053-1 create image source failed'); + expect(false).assertTrue(); + done(); + } + }) + }) + + /* * + * @tc.number : TC_053-2 + * @tc.name : update Data更新渐进式数据 callback + * @tc.desc : 1.创建imagesource + * 2.调用UpdateData(data, isFinal) + * 3.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_053-2', 0, async function (done) { + const dataBuffer = new ArrayBuffer(96); + const imageSourceIncrementalSApi = image.createIncrementalSource(dataBuffer); + let array = [1,2,3,4,5,6,7,8,9,10]; + imageSourceIncrementalSApi.updateData(array, false,(error,data) => { + if(data !== undefined){ + expect(data).assertTrue(); + console.info('TC_053-2 success'); + done(); + }else{ + console.info('TC_053-2 create image source failed'); + expect(false).assertTrue(); + done(); + } + }) + }) + + /* * + * @tc.number : TC_062 + * @tc.name : packing打包ImageSource对象 + * @tc.desc : 1.创建ImageSource + * 2.调用packing + * 3.主动调用返回数组存储number类型值 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_062', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_062 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == null) { + console.info('TC_062 create image packer failed'); + expect(false).assertTrue(); + done(); + } else { + let packOpts = { format:["image/jpeg"], quality:98 } + imagePackerApi.packing(imageSourceApi, packOpts) + .then( data => { + console.info('TC_062 finished'); + expect(data !== null).assertTrue(); + done(); + }) + + } + } + }) + + /* * + * @tc.number : TC_062-1 + * @tc.name : packing打包ImageSource对象(callback) + * @tc.desc : 1.创建ImageSource + * 2.调用packing + * 3.主动调用返回数组存储number类型值 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_062-1', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_062-1 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == null) { + console.info('TC_062-1 create image packer failed'); + expect(false).assertTrue(); + done(); + } else { + let packOpts = { format:["image/jpeg"], quality:98 } + imagePackerApi.packing(imageSourceApi, packOpts, data => { + console.info('TC_062-1 finished'); + expect(data !== null).assertTrue(); + done(); + }) + } + } + }) + + /* * + * @tc.number : TC_062-2 + * @tc.name : packing打包ImageSource对象 + * @tc.desc : 1.创建ImageSource + * 2.调用packing + * 3.主动调用返回数组存储number类型值 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_062-2', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_062-2 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == null) { + console.info('TC_062-2 create image packer failed'); + expect(false).assertTrue(); + done(); + } else { + let packOpts = { format:["image/gif"], quality:98 } + imagePackerApi.packing(imageSourceApi, packOpts, data => { + console.info('TC_062-2 finished'); + expect(data == null).assertTrue(); + console.info(data); + done(); + }) + } + } + }) + + /* * + * @tc.number : TC_062-3 + * @tc.name : packing打包ImageSource对象 + * @tc.desc : 1.创建ImageSource + * 2.调用packing + * 3.主动调用返回数组存储number类型值 + * 4.callback调用返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_062-3', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_062-3 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == null) { + console.info('TC_062-3 create image packer failed'); + expect(false).assertTrue(); + done(); + } else { + let packOpts = { format:["image/jpg"], quality:101 } + imagePackerApi.packing(imageSourceApi, packOpts, data => { + console.info('TC_062-3 finished'); + expect(data == null).assertTrue(); + console.info(data); + done(); + }) + } + } + }) + + /* * + * @tc.number : TC_063 + * @tc.name : release释放ImagePacker实例 + * @tc.desc : 1.创建ImagePacker + * 2.调用release + * 3.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_063', 0, async function (done) { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == null) { + console.info('TC_063 create image packer failed'); + expect(false).assertTrue(); + done(); + } else { + imagePackerApi.release(); + console.info('TC_063 release'); + expect(true).assertTrue(); + done(); + } + }) + + /* * + * @tc.number : TC_063-1 + * @tc.name : release释放ImagePacker实例 callback + * @tc.desc : 1.创建ImagePacker + * 2.调用release + * 3.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_063-1', 0, async function (done) { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == null) { + console.info('TC_063-1 create image packer failed'); + expect(false).assertTrue(); + done(); + } else { + imagePackerApi.release(()=>{ + console.info('TC_063-1 release'); + expect(true).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_064 + * @tc.name : release() + * @tc.desc : 1.创建ImageSource + * 2.创建SourceStream + * 3.调用release() + * 4.主动调用时返回空 + * 5.callback时返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_064', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_064 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.release(); + console.info('TC_064 release'); + expect(true).assertTrue(); + done(); + } + }) + + /* * + * @tc.number : TC_064-1 callback + * @tc.name : release() + * @tc.desc : 1.创建ImageSource + * 2.创建SourceStream + * 3.调用release() + * 4.主动调用时返回空 + * 5.callback时返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_064-1', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_064-1 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.release(() => { + console.info('TC_064-1 Success'); + expect(true).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_065 + * @tc.name : release() bmp promise + * @tc.desc : 1.创建ImageSource + * 2.创建SourceStream + * 3.调用release() + * 4.主动调用时返回空 + * 5.callback时返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_065', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_065 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.release(); + console.info('TC_065 release'); + expect(true).assertTrue(); + done(); + } + }) + + /* * + * @tc.number : TC_065-1 bmp callback + * @tc.name : release() + * @tc.desc : 1.创建ImageSource + * 2.创建SourceStream + * 3.调用release() + * 4.主动调用时返回空 + * 5.callback时返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_065-1', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_065-1 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.release(() => { + console.info('TC_065-1 Success'); + expect(true).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_066 + * @tc.name : release() gif promise + * @tc.desc : 1.创建ImageSource + * 2.创建SourceStream + * 3.调用release() + * 4.主动调用时返回空 + * 5.callback时返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_066', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_066 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.release(); + console.info('TC_066 release'); + expect(true).assertTrue(); + done(); + } + }) + + /* * + * @tc.number : TC_066-1 gif callback + * @tc.name : release() + * @tc.desc : 1.创建ImageSource + * 2.创建SourceStream + * 3.调用release() + * 4.主动调用时返回空 + * 5.callback时返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_066-1', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_066-1 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + imageSourceApi.release(() => { + console.info('TC_066-1 Success'); + expect(true).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_067 + * @tc.name : create PixelMap对图片进行解码生成位图 gif + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_067', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_067 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:2, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_067 createPixelMap '); + expect(pixelmap !== null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_067-1 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_067-1', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_067-1 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_067-1 createPixelMap '); + expect(pixelmap !== null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_067-2 + * @tc.name : create PixelMap对图片进行解码生成位图 gif + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_067-2', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_067-2 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:0, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_067-2 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_067-3 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_067-3', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_067-3 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:-1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:0, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_067-3 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_067-4 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_067-4', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_067-4 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:-10, + desiredPixelFormat:2, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_067-4 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_067-5 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_067-5', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_067-5 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: false, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_067-5 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_067-6 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_067-6', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_067-6 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: false, + desiredSize:{ width:1, height:2}, + rotateDegrees:-10, + desiredPixelFormat:11, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_067-6 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_067-7 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_067-7', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_067-7 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: false, + desiredSize:{ width:1, height:2}, + rotateDegrees:-10, + desiredPixelFormat:11, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_067-7 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_067-8 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_067-8', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info(' TC_067-8 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:400, height:400}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info(' TC_067-8 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_067-9 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_067-9', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_067-9 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 400, width: 500 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_067-9 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_067-10 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_067-10', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_067-10 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: -1, y: -1 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_067-10 createPixelMap'); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_068 + * @tc.name : create PixelMap对图片进行解码生成位图 bmp + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_068', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_068 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:2, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_068 createPixelMap '); + expect(pixelmap !== null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_068-1 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_068-1', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_068-1 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_068-1 createPixelMap '); + expect(pixelmap !== null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_068-2 + * @tc.name : create PixelMap对图片进行解码生成位图 bmp + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_068-2', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_068-2 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:0, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_068-2 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_068-3 + * @tc.name : create PixelMap对图片进行解码生成位图 bmp + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_068-3', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_068-3 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:-1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:0, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_068-3 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_068-4 + * @tc.name : create PixelMap对图片进行解码生成位图 bmp + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_068-4', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_068-4 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:-10, + desiredPixelFormat:2, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_068-4 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_068-5 + * @tc.name : create PixelMap对图片进行解码生成位图 bmp + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_068-5', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_068-5 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: false, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_068-5 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_068-6 + * @tc.name : create PixelMap对图片进行解码生成位图 bmp + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_068-6', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_068-6 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: false, + desiredSize:{ width:1, height:2}, + rotateDegrees:-10, + desiredPixelFormat:11, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_068-6 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_068-7 + * @tc.name : create PixelMap对图片进行解码生成位图 bmp + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_068-7', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.gif'); + if (imageSourceApi == null) { + console.info('TC_068-7 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: false, + desiredSize:{ width:1, height:2}, + rotateDegrees:-10, + desiredPixelFormat:11, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_068-7 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_068-8 + * @tc.name : create PixelMap对图片进行解码生成位图 bmp + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_068-8', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info(' TC_068-8 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:400, height:400}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info(' TC_068-8 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_068-9 + * @tc.name : create PixelMap对图片进行解码生成位图 bmp + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_068-9', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_068-9 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 400, width: 500 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_068-9 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_068-10 + * @tc.name : create PixelMap对图片进行解码生成位图 bmp + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_068-10', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.bmp'); + if (imageSourceApi == null) { + console.info('TC_068-10 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: -1, y: -1 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_068-10 createPixelMap'); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_163 + * @tc.name : create PixelMap对图片进行解码生成位图 png + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_163', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_163 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:2, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_163 createPixelMap'); + expect(pixelmap !== null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_163-1 + * @tc.name : create PixelMap对图片进行解码生成位图 bmp + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_163-1', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_163-1 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_163-1 createPixelMap '); + expect(pixelmap !== null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_163-2 + * @tc.name : create PixelMap对图片进行解码生成位图 png + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入index=-1,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_163-2', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_163-2 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:0, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_163-2 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_163-3 + * @tc.name : create PixelMap对图片进行解码生成位图 png + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入index=-1,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_163-3', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_163-3 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:-1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:0, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_163-3 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_163-4 + * @tc.name : create PixelMap对图片进行解码生成位图 png + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入index=-1,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_163-4', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_163-4 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:-10, + desiredPixelFormat:2, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_163-4 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_163-5 + * @tc.name : create PixelMap对图片进行解码生成位图 png + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入index=-1,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_163-5', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_163-5 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: false, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_163-5 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_163-6 + * @tc.name : create PixelMap对图片进行解码生成位图 png + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入index=-1,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_163-6', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_163-6 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: false, + desiredSize:{ width:1, height:2}, + rotateDegrees:-10, + desiredPixelFormat:11, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_163-6 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_163-7 + * @tc.name : create PixelMap对图片进行解码生成位图 png + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入index=-1,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_163-7', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_163-7 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: false, + desiredSize:{ width:1, height:2}, + rotateDegrees:-10, + desiredPixelFormat:11, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:-1 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_163-7 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_163-8 + * @tc.name : create PixelMap对图片进行解码生成位图 png + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入index=-1,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_163-8', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info(' TC_163-8 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:400, height:400}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info(' TC_163-8 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_163-9 + * @tc.name : create PixelMap对图片进行解码生成位图 png + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入index=-1,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_163-9', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_163-9 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 400, width: 500 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_163-9 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_163-10 + * @tc.name : create PixelMap对图片进行解码生成位图 png + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入index=-1,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + it('TC_163-10', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.png'); + if (imageSourceApi == null) { + console.info('TC_163-10 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:1, + desiredRegion: { size: { height: 1, width: 2 }, x: -1, y: -1 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_163-10 createPixelMap'); + expect(pixelmap == null ).assertTrue(); + done(); + }) + } + }) + + /* * + * @tc.number : TC_164 + * @tc.name : supportedFormats + * @tc.desc : 1.创建imagesource + * 2.调用supportedFormats + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_164', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.jpg'); + if (imageSourceApi == null) { + console.info('TC_164 create image source failed'); + expect(false).assertTrue(); + done(); + } else { + expect(imageSourceApi.supportedFormats !==null).assertTrue(); + console.info(imageSourceApi.supportedFormats); + console.info('TC_164 suc '); + done(); + } + }) + + /* * + * @tc.number : TC_166 + * @tc.name : supportedFormats + * @tc.desc : 1.创建imagepacker + * 2.调用supportedFormats + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_166', 0, async function (done) { + const imagePackerApi = image.createImagePacker(); + if (imagePackerApi == null) { + console.info('TC_166 create image packer failed'); + expect(false).assertTrue(); + done(); + } else { + expect(imagePackerApi.supportedFormats !==null).assertTrue(); + console.info(imagePackerApi.supportedFormats); + console.info('TC_166 suc '); + done(); + } + }) + + /* * + * @tc.number : TC_167 + * @tc.name : create PixelMap对图片进行解码生成位图 + * @tc.desc : 1.创建imagesource + * 2.设置解码区域 + * 3.调用createPixelMap + * 4.传入指定index,options + * 5.返回空 + * @tc.size : + * @tc.type : Functional + * @tc.level : FWK Layer + */ + + it('TC_167', 0, async function (done) { + const imageSourceApi = image.createImageSource('/data/local/tmp/test.arw'); + let decodingOptions = { + sampleSize:1, + editable: true, + desiredSize:{ width:1, height:2}, + rotateDegrees:10, + desiredPixelFormat:4, + desiredRegion: { size: { height: 1, width: 2 }, x: 0, y: 0 }, + index:0 + }; + imageSourceApi.createPixelMap(decodingOptions, pixelmap => { + console.info('TC_167 createPixelMap '); + expect(pixelmap == null ).assertTrue(); + done(); + }) + }) +}) \ No newline at end of file diff --git a/multimedia/image/image_js_standard/src/main/resources/base/element/string.json b/multimedia/image/image_js_standard/src/main/resources/base/element/string.json new file mode 100644 index 000000000..eed70c652 --- /dev/null +++ b/multimedia/image/image_js_standard/src/main/resources/base/element/string.json @@ -0,0 +1,12 @@ +{ + "string": [ + { + "name": "entry_MainAbility", + "value": "ImageJSTestMain" + }, + { + "name": "mainability_description", + "value": "ImageJSTestMain Ability" + } + ] +} \ No newline at end of file diff --git a/multimedia/image/image_js_standard/src/main/resources/base/media/icon.png b/multimedia/image/image_js_standard/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c GIT binary patch literal 6790 zcmX|G1ymHk)?T_}Vd;>R?p|tHQo6fg38|$UVM!6BLrPFWk?s;$LOP{GmJpBl$qoSA!PUg~PA65-S00{{S`XKG6NkG0RgjEntPrmV+?0|00mu7;+5 zrdpa{2QLqPJ4Y{j7=Mrl{BaxrkdY69+c~(w{Fv-v&aR%aEI&JYSeRTLWm!zbv;?)_ ziZB;fwGbbeL5Q}YLx`J$lp~A09KK8t_z}PZ=4ZzgdeKtgoc+o5EvN9A1K1_<>M?MBqb#!ASf&# zEX?<)!RH(7>1P+j=jqG(58}TVN-$psA6K}atCuI!KTJD&FMmH-78ZejBm)0qc{ESp z|LuG1{QnBUJRg_E=h1#XMWt2%fcoN@l7eAS!Es?Q+;XsRNPhiiE=@AqlLkJzF`O18 zbsbSmKN=aaq8k3NFYZfDWpKmM!coBU0(XnL8R{4=i|wi{!uWYM2je{U{B*K2PVdu&=E zTq*-XsEsJ$u5H4g6DIm2Y!DN`>^v|AqlwuCD;w45K0@eqauiqWf7l&o)+YLHm~|L~ z7$0v5mkobriU!H<@mVJHLlmQqzQ3d6Rh_-|%Yy2li*tHO>_vcnuZ7OR_xkAIuIU&x z-|8Y0wj|6|a6_I(v91y%k_kNw6pnkNdxjqG8!%Vz_d%c_!X+6-;1`GC9_FpjoHev5fEV7RhJ>r=mh-jp$fqbqRJ=obwdgLDVP5+s zy1=_DWG0Y-Jb3t^WXmkr(d9~08k-|#Ly zaNOmT(^9tIb&eb4%CzIT zAm3CUtWSr1t4?h1kk#NBi{U|pJslvME{q|_eS^3En>SOqSxyuN1x;Is@8~m?*>}** znrRFArP!K_52RpX*&JHMR<^lVdm8ypJ}0R(SD(51j;6@ni$6bQ+2XL+R^|NnSp5}(kzvMZ^(@4fD_{QVu$(&K6H|C37TG1Am9Re{<<3gd zh@`>;BqkXMW&p0T6rt|iB$)~CvFe(XC)F9WgAZn*0@t$oZo;!*}r@_`h?KKH&6A@3= zISXoQB+~`op>NP-buiA*^0n{@i{_?MRG)&k)c)k_F+-2Lud!S9pc+i`s74NpBCaGF zXN+pHkubw*msGBTY27BKHv)RRh3;nMg4&$fD_6X9Vt~;_4D+5XPH~#Kn-yjcy!$}1 zigv#FNY>TqMhtIBb@UoF!cE~Q8~;!Pek>SQQwHnHuWKoVBosAiOr}q>!>aE*Krc)V zBUMEcJ5NU0g8}-h6i1zpMY9>m4ne?=U2~`w7K7Q0gB_=p@$5K7p6}thw z-~3dMj?YNX2X$lZ+7ngQ$=s}3mizNN@kE%OtB)?c&i~2L55z8^=yz;xMHLmlY>&Q# zJj?!)M#q_SyfkQh)k?j8IfLtB)ZCp|*vf4_B zos?73yd^h-Ac+;?E4*bpf=o*^3x3-`TVjbY4n6!EN10K6o@fxdyps05Vo3PU)otB} z`3kR+2w7_C#8Z!q`J)p{Vh!+m9-UP!$STp+Hb}}#@#_u^SsUQg<}59< zTvH3%XS4G+6FF^(m6bVF&nSUIXcl;nw{=H$%fgeJ>CgDYiLdpDXr{;-AnG z8dvcrHYVMI&`R6;GWekI@Ir3!uo)oz4^{6q0m^}@f2tM9&=YHNi6-?rh0-{+k@cQm zdp`g#YdQn%MDVg2GR>wZ`n2<0l4)9nx1Wfr&!Dvz=bPwU!h2S?ez6MVc5APE4-xLB zi&W9Q8k2@0w!C53g?iAIQ}~p*3O(@zja6KQ=M3zfW*_6o5SwR-)6VBh~m7{^-=MC-owYH5-u40a}a0liho3QZZ5L{bS_xM1)4}19)zTU$$MY zq3eZML1WC{K%YFd`Be0M-rkO^l?h{kM{$2oK1*A@HVJ57*yhDkUF!2WZ&oA4Y-sK( zCY69%#`mBCi6>6uw(x4gbFaP0+FD*JKJ-q!F1E?vLJ+d35!I5d7@^eU?(CS|C^tmI5?lv@s{{*|1F zFg|OzNpZ0hxljdjaW%45O0MOttRrd(Z?h{HYbB-KFUx&9GfFL3b8NwZ$zNu)WbBD` zYkj$^UB5%3Pj1MDr>S2Ejr9pUcgA!;ZG!@{uAy12)vG=*^9-|dNQBc8&`oxBlU~#y zs!anJX&T?57Jdr^sb>e+V`MVfY>Y0ESg7MG<7W0g&bR-ZYzzZ%2H&Etcp zcd6QeXO1D!5A#zM0lx*GH}`M)2~ZFLE;sP^RSB5wVMNfiZXPd(cmO>j=OSA3`o5r& zna(|^jGXbdN7PK)U8b7^zYtYkkeb%<%F~=OqB~kXMQkq}ii|skh@WSRt>5za;cjP0 zZ~nD%6)wzedqE}BMLt~qKwlvTr33))#uP~xyw#*Eaa|DbMQ_%mG0U8numf8)0DX`r zRoG2bM;#g|p-8gWnwRV5SCW0tLjLO&9Z?K>FImeIxlGUgo0Zk`9Qzhj1eco~7XZy+hXc@YF&ZQ=? zn*^1O56yK^x{y}q`j7}blGCx%dydV!c7)g~tJzmHhV=W~jbWRRR{1<^oDK+1clprm zz$eCy7y9+?{E|YgkW~}}iB#I4XoJ*xr8R?i_Hv$=Cof5bo-Nj~f`-DLebH}&0% zfQj9@WGd4;N~Y?mzQsHJTJq6!Qzl^-vwol(+fMt#Pl=Wh#lI5Vmu@QM0=_r+1wHt` z+8WZ~c2}KQQ+q)~2Ki77QvV&`xb|xVcTms99&cD$Zz4+-^R4kvUBxG8gDk7Y`K*)JZ^2rL(+ZWV~%W(@6 z)0bPArG#BROa_PHs~&WplQ_UIrpd)1N1QGPfv!J(Z9jNT#i%H?CE6|pPZb9hJ1JW4 z^q;ft#!HRNV0YgPojzIYT`8LuET2rUe-J|c!9l4`^*;4WtY@Ew@pL>wkjmMgGfN7 ze}}GtmU0@<_#08~I-Suk=^*9GLW=H4xhsml;vAV{%hy5Eegl@!6qKqbG024%n2HHw zCc@ivW_$@5ZoHP70(7D+(`PvgjW1Pd`wsiuv-aCukMrafwDm)B!xXVy*j2opohhoU zcJz%ADmj>i3`-3-$7nQKBQQuGY;2Qt&+(L~C>vSGFj5{Mlv?T_^dql;{zkpe4R1}R z%XfZyQ}wr*sr>jrKgm*PWLjuVc%6&&`Kbf1SuFpHPN&>W)$GmqC;pIoBC`=4-hPY8 zT*>%I2fP}vGW;R=^!1be?ta2UQd2>alOFFbVl;(SQJ4Jk#)4Z0^wpWEVvY4=vyDk@ zqlModi@iVPMC+{?rm=4(n+<;|lmUO@UKYA>EPTS~AndtK^Wy^%#3<;(dQdk3WaUkRtzSMC9}7x2||CNpF#(3T4C)@ z$~RWs`BNABKX|{cmBt>Q=&gkXl&x!!NK_%5hW0LS)Z4PB>%sV?F-{Wyj#s7W%$F{D zXdK^Fp3wvy+48+GP6F_|^PCRx=ddcTO3sG;B23A49~Qaw31SZ0Rc~`r4qqt%#OGW{ zCA_(LG5^N>yzUn&kAgVmxb=EA8s&tBXC}S1CZ(KoW)(%^JjLTPo^fs`Va;`=YlVPgmB$!yB}<(4ym6OeZ3xAJJ#;)2+B%p3P1Wt+d$eo`vz`T zXfUP2))kBDPoscH;Jc7I3NU<({|@wM$&GaDt`n7WLgIY3IA7A6-_R?z8N3mz|}*i z(zl5ot--Oq@f2-nv{X(ujT2T(k1vY_qh93pK@>H-qc%2Xta)IP0Q%zt%bqYgI`o!wv!0QerB`nCN^1n|@$sVOQ!V0teVG!I z_fD%JvfDeT1cK#-{o6Gv7}& zY0#NWin~kVaf$aufV&;63Hbs|`QVZWpDX6IMk1Hj2G}fiH9e-^6u2zf^FIr^BwD<6zjw63+{yUe8PUFvk8v{sJ=R{d#`O!sz`Q13~< zPT$JS(w=yQfU2`zPCNfSw=&zup@DXc(98afjhv@1w_f!m2Z>rMJ19AB&dB%P#Ls3b z=lK7OILM+SQ&VEd=1GN6o&>YVVtIzoZ%=Z_SdqJN2}E43{bE`>w+A;=y->@^k{oCC z$F*WTY&?34;kfyFV?b*Xb1Pq`Z=%OgwEg)Rz)tx=`f%5#w_INP=x&z5!jI;#;N$ma zhO)+MDm;SxOEVL15; zGq(v2pL3&P1Sl)8P*;G-fd{l1QJsv@e@d8)1PK4w2m*M%V3j-V~L^$i|&C@b?D?9tfwE{B^}Z$k8e5FmQ>v7Xz)sG32g9t}YBt zyR$+*_00RmPx+0mW+vVG4mxd(n$(eQf3-w>JPl2UJpafrPaL5@2j}%{VE-) zBI%6Qpj*dsdH<;g!S!avA~bv^0E+ zfyJbSjPb+j;J52U)<|cIcntQBI2T#>2;tOxu{%D?kML476AErF(qN9hPva5Nkc@BF zC-tLF@3ZFb%Kpj)M<{)x*l|*Ia@ECeXo2E4h2f!aV=cHAhi_E_mfUth(sM4^hJq7B zQsGWqdZUm9S%F`$nQ*_#NcuD`&)Ek%_s{&^78{9Hm ztri&rYLOxgFdG>O@+XHy z9#;|&vBCPXH5Mon^I`jSuR$&~ZWtyB67ujzFSj!51>#C}C17~TffQ{c-!QFQkTQ%! zIR^b1`zHx|*1GU?tbBx23weFLz5H?y_Q%N&t$}k?w+``2A=aotj0;2v$~AL z{scF-cL{wsdrmPvf#a9OHyYLcwQD4Kcm)`LLwMh4WT~p29f7M!iafJSU`IV}QY5Wa z(n44-9oA}?J{a+ah*@31WTs#&J#o1`H98#6IQf;Wv0N_!);f&9g7o-k(lW5rWnDUR zQBFIRG+X=6NnsI@mxnwm;tf5;_Uxg?jZ8m-m0}&6+DA!qam(p$mN5R})yA_7m$q@| zFEd|dpS595rxQr-n#GjI5i-AhnUE>Cr;jpCqSrD~EwK_DqI^7%3#p5)%T_od!t3SOmH9MyXeeGO2(UQL;ax|x?Ncixmeo1=$ z{-);Au{*tfzOG?KQ~K|ak8-HQ?`Pekhe2WM(8s{xv-p>Zmu_6{G!-oE$7$mY`MOJorI=+mMx?H;`pr!;fVYz?5~yXBACruWB`Ph zZM}90_<^OBxIhyZ9BW$`>6JvO;%VFpqVr8|7t3~AmxYak6?`Pp#c;**_SYmi`&z23 z`p6_~ePvH)C6x-G9$hgL=eVALq`-AiamN>!3~Lxw&{H(b{B(7xSRm6<3<{%{yXiH# zos5Rv1L+8fUKJLo%P>4I&$}y