Kota Yamaguchi

Results 17 issues of Kota Yamaguchi

Separable blending modes in CMYK is currently inaccurate. Perhaps reference implementation in Ghostscript is a good starting point. https://www.ghostscript.com/doc/base/gxblend.h

enhancement

Hi, thanks for the great package. I just encountered the following error when decoding a small video file (attached below). I am using decord 0.52.0 on mac. ```python vr =...

bug

Hi, I was trying running address sanitizer to the unit tests, and found several potential memory leaks. The following is suspicious outputs from the sanitizer: ``` Indirect leak of 65536...

Following #1410, I was checking ffmpeg ops with TSAN build on mac. I observe two warnings from the following test: ```python def test_ffmpeg_decode_video_thread(): """test_ffmpeg_decode_video_thread""" def _decode(video_path): content = tf.io.read_file(video_path) video...

**Describe the bug** faiss may crash when there is another imported package that depends on `libomp`. **To Reproduce** Import a package that depends on OpenMP on macOS, then import `faiss-cpu`...

bug

Currently adjustments are not converted. Implement all of the conversions.

enhancement

Basic text conversion is implemented, but the quality can be further improved. * Missing font fallback * Alignment improvement * Vertical text spacing * Vertical text glyph-orientation for symbols

enhancement