sketch icon indicating copy to clipboard operation
sketch copied to clipboard

Sketch is a powerful and comprehensive image load library on Android, in addition to the basic functions, it also supports Jetpack Compose, GIF, SVG, video thumbnails, gesture zoom, huge images sampli...

Results 8 sketch issues
Sort by recently updated
recently updated
newest added

When an image is zoomed, `SketchZoomImageView`'s current behavior is to scale on all sides which makes sense for most image viewer apps where the image is displayed at the center....

Hello, thanks for maintaining this library! Would it be possible to make the sampling behavior of `SketchZoomImageView` available to Compose UI as well?

作者您好,我们通过bugly收集到如下崩溃信息: pc 0000000000266de0 /system/lib64/libhwui.so (SkWebpCodec::onGetPixels(SkImageInfo const&, void*, unsigned long, SkCodec::Options const&, int*)+2624) [arm64-v8a::3076e3c0c8946614eb4cf0de8ab34128] pc 000000000025497c /system/lib64/libhwui.so (SkCodec::getPixels(SkImageInfo const&, void*, unsigned long, SkCodec::Options const*)+596) [arm64-v8a::3076e3c0c8946614eb4cf0de8ab34128] pc 0000000000265898 /system/lib64/libhwui.so (SkWebpAdapterCodec::onGetAndroidPixels(SkImageInfo const&, void*,...

在 Compose 界面中使用 AndroidView 调用 SketchZoomImageView,会导致 Pager 中滑动没有反应

Hi, I would like to draw a cross on sketch zoom view, I use getMatrix() function to get the matrix and calculate the new xy after zoom in or zoom...

2.7.1升级 到最新版本部分api 没有了

#Sketch: ImageDecoder. Decode failed why Image width or height less than or equal to 1px

**Describe the bug** 相较于Coil, Sketch加载某些尺寸的图片时, 总会比较模糊一些: 图像链接: https://drop-assets.ea.com/images/6jp8xRcgC9d1x3W9m5x8Nx/28a273037c4b593de110e3895be7509f/9.png 在同一台设备上, 使用Coil加载: ![image](https://github.com/panpf/sketch/assets/47520028/5cd1535d-744a-4e4c-b2e1-e398e27c54bf) 使用Sketch加载: ![image](https://github.com/panpf/sketch/assets/47520028/d03428d4-e86e-4b7b-836c-295d559cf87b) UI像素宽高 :168x108 可以明显看到Sketch的图像糊成一片了, 希望可以尽快排查修复 **Versions** - sketch version*:3.3.2 - Kotlin version*:2.0.0 - Compose version(s)*:vom 2024.05.00

help wanted