zoomimage
zoomimage copied to clipboard
ZoomImage is an gesture zoom viewing of images library specially designed for Compose Multiplatform and Android View. Supported scale, pan, locate, rotation, and super-large image subsampling.
**Describe the bug** 在使用子采样加载大图的时候,出现了缩略图加载成功,但是子采样失败的问题,log如下: ``` ZoomableState@9df97bfd. reset:contentScaleChanged. containerSize=522x457, contentSize=522x457, contentOriginSize=0x0, contentScale=Fit, alignment=Center, rotation=0, scalesCalculator=DynamicScalesCalculator(multiple=3.0), readMode=ReadMode(sizeType=3, decider=LongImageDecider(2.5:5.0)). lastContentVisibleCenter=261x228. minScale=1.0, mediumScale=3.0, maxScale=9.0, baseTransform=(1.0x1.0,0.0x0.0,0.0,0.0x0.0,0.5x0.5), userTransform=(1.0x1.0,0.0x0.0,0.0,0.0x0.0,0.0x0.0), transform=(1.0x1.0,0.0x0.0,0.0,0.0x0.0,0.5x0.5) ZoomableState@9df97bfd. reset:alignmentChanged. All parameters unchanged ZoomableState@9df97bfd. reset:readModeChanged....
现象描述 1/当图片两指持续缩小时,两指到达一定的距离后,将不再继续缩小 2/当图片两指放大时,开始两指距离很近,图片不放大,后持续加大两指距离,需要到一定的距离后才能触发图片放大 双指捏和缩放的最小触发距离能不能提供 api 进行设置?
**Describe the bug** The Image is not longer aligned to Center (for example) after an orientation change (rotate the phone) - however, it returns to the default Top-Start. After re-opening...
Currently, zooming only happens when double-clicking on a specific section of the image. It would be great if zooming via mouse pointer + scroll wheel was also supported (like in...
**Describe the bug** As described in the title, the subsampling feature does not work when using different image formats, for example the AVIF, TIFF, DNG and maybe more rich formats...
**Describe the bug** 使用GlideZoomImageView 加载部分gif会无法播放。 **Affected platforms** Select of the platforms below: - Android **Affected components** Select of the components below: - GlideAsyncZoomImage **Versions** - zoomimage version*: - Kotlin version*:...