From a180a0c9aa9c850b82a3e0958fce3a62a18cad60 Mon Sep 17 00:00:00 2001 From: tsm <2418639820@qq.com> Date: Wed, 22 May 2024 16:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8D=E9=87=87=E6=A0=B7=E9=80=82=E9=85=8D3.?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tsm <2418639820@qq.com> --- library/src/main/ets/downsampling/Downsampler.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/main/ets/downsampling/Downsampler.ets b/library/src/main/ets/downsampling/Downsampler.ets index d324959..72f0170 100644 --- a/library/src/main/ets/downsampling/Downsampler.ets +++ b/library/src/main/ets/downsampling/Downsampler.ets @@ -40,7 +40,7 @@ export class Downsampler { autoResize:boolean |undefined ): calculateScaleType { - let degreesToRotate: ESObject = 0; //获取旋转角度 + let degreesToRotate: ESObject = 90; const fileType = typeValue //获取图片类型 let powerOfTwoWidth: number | null = null; let powerOfTwoHeight: number | null = null;