James

Results 20 comments of James

So I guess this is the reason why AliceVision doesn't build with the latest OpenImageIO: ``` Release 2.3 Library organization: All the utility classes are now in libOpenImageIO_Util only and...

Fixing the issues with libOpenImageIO_Util still leaves an incompatibility with OpenEXR which has defined the Imath library version to 2.5 while the latest version as fetched via vcpkg is 3.1....

I guess this never happened in the end. Having custom allocator support would certainly make it a lot easier to integrate my memory profiler so allocations made by litehtml would...

I don't think there's actually valid html/css to highlight this problem, but I'll try and explain what I found out: litehtml::el_image::draw calls get_document()->container()->draw_background() twice. Once for the real background, and...

But saying just ignore colours with zero opacity is wrong. Consider an animation sequence that fades an image out. As soon as the alpha value reached zero the image would...

You're missing my point. You said: "You can just ignore colors with zero opacity." By which you presumably mean if a colour has zero opacity, my draw_background function should just...

I added basic functionality for this as follows: ``` void litehtml::element::set_inner_html(const litehtml::tchar_t* str, litehtml::css* user_styles) { // parse document into GumboOutput GumboOptions options = kGumboDefaultOptions; options.fragment_context = gumbo_tag_enum(get_tagName()); GumboOutput* output...

A permanently displayed index would have been sufficient for my needs. Lists should just display the index too. In the case of a map, though, there is no implied relationship...

Yeah, I figured it to a certain degree a few days later. If I remember correctly I managed to get a class containing a vector of points to display as...

Open GL Mathematics: https://github.com/g-truc/glm