diff --git a/entry/src/main/ets/pages/DownsamplingPage.ets b/entry/src/main/ets/pages/DownsamplingPage.ets index 7733152..f6b4c7a 100644 --- a/entry/src/main/ets/pages/DownsamplingPage.ets +++ b/entry/src/main/ets/pages/DownsamplingPage.ets @@ -287,7 +287,7 @@ struct Index { }); Button('gif') .onClick(() => { - this.transformSquare2(gifUrl); + // this.transformSquare2(gifUrl); this.ImageKnifeOption1 = { loadSrc: gifUrl, placeholderSrc: $r('app.media.icon_loading'), @@ -296,7 +296,7 @@ struct Index { }); Button('webp') .onClick(() => { - this.transformSquare2(webpUrl); + // this.transformSquare2(webpUrl); this.ImageKnifeOption1 = { loadSrc: webpUrl, placeholderSrc: $r('app.media.icon_loading'),