Results 12 comments of Bo Zhou

Call from 2018, is there anybody worked on Windows support ? Thanks !

Hi, Any new progress on this ?

> Hi Zhoub, we have been working on this, there will be a release very shortly, I will post some dates in a few days Thanks a lot ! Looking...

Hi This is actually important as Windows platform. So many video applications require the OpenCL and OpenGL interop, and now our work is based on Intel Up board. Please consider...

``` Number of platforms 3 Platform Name Intel(R) OpenCL HD Graphics Platform Vendor Intel(R) Corporation Platform Version OpenCL 1.2 Platform Profile FULL_PROFILE Platform Extensions cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_depth_images cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics...

> The json parser in property tree is a joke. unsuitable for anything serious. Absolutely

Bump, this would be great.

Interesting, I'm using 1.6.37 too on OSX. ``` clang -I/usr/local/Cellar/libpng/1.6.37/include -L/usr/local/Cellar/libpng/1.6.37/lib -lpng16 test.c ``` ![test](https://user-images.githubusercontent.com/1798206/184570438-05e63e3c-7a14-4e8c-b384-f83e7ca83069.png) As you can see the up part is blank, which isn't what I want, it...

By Krita, the up part color is gone. But TIFF format supports RGB has color but Alpha = 0, so background color was preserved(alpha = 0) by EXTRASAMPLE_UNASSALPHA. What I...