Kota Yamaguchi

Results 17 issues of Kota Yamaguchi

The CUDA 11.0 build in #56 bloats the wheel package size from 85.5 MB to 216.5 MB. Needs to investigate file size reduction.

enhancement

**Is your feature request related to a problem? Please describe.** Current releases do not include `musllinux` binary packages. **Describe the solution you'd like** Add `musllinux` build in CI. This would...

enhancement

**Is your feature request related to a problem? Please describe.** Re-organize binding codes according to Skia header structure. Also rename stub class name in a consistent manner; e.g., from: ```c++...

enhancement

**Is your feature request related to a problem? Please describe.** Skia milestone 88 is released https://skia.org/user/release/release_notes **Describe the solution you'd like** Upgrade dependent skia to m88 **Describe alternatives you've considered**...

enhancement

**Describe the bug** Method bindings are missing `Canvas.drawDrawable`, `Canvas.drawImageLattice`. **To Reproduce** `canvas.drawDrawable` throws an error. **Expected behavior** Bindings and tests should be properly implemented **Desktop (please complete the following information):**...

enhancement

**Is your feature request related to a problem? Please describe.** `SkM44` bindings are not available now **Describe the solution you'd like** Implement them **Describe alternatives you've considered** n/a **Additional context**...

enhancement

**Is your feature request related to a problem? Please describe.** Current binding does not support ICC profile. **Describe the solution you'd like** Implement skcms API bindings. **Describe alternatives you've considered**...

enhancement

**Describe the bug** After upgrading skia milestone to 84, `GrContext.createBackendTexture()` crashes for the signatures taking `SurfaceCharacterization` object. **To Reproduce** Call `GrContext.createBackendTexture()` with `SurfaceCharacterization`. **Expected behavior** Should not crash. **Desktop (please...

bug

**Is your feature request related to a problem? Please describe.** Current skia-python does not implement `skottie` APIs **Describe the solution you'd like** Implement skottie APIs

enhancement

Apparently we can narrow down the viewport of compositing operation to the intersect of source and backdrop. Currently compositing is happening on backdrop viewport, but this could be changed to...

enhancement