K. S. Ernest (iFire) Lee
K. S. Ernest (iFire) Lee
Can you post a test project?
Sorry for the delay, I haven't been able to look at this.
I'm interested in markers for animation, will try to review for Godot Engine 4.4.
I have posted a image sample to thorvg.
I, @TokageItLab and @lyuma are looking into this.
@beicause @hermet Is there a test project I can send to help ThorVG debug this?
Another option is to treat this like theora like a video.
Can you compress some thing else that has signed floats for comparison and against some stable signed float bc6 encoder?
Is there a quality knob we can maximize for Betsy before we try too hard on debugging? There is a "quality" knob mentioned here https://github.com/knarkowicz/GPURealTimeBC6H?tab=readme-ov-file#gpurealtimebc6h
Been playing around with a python script and chatgpt4. ```py import numpy as np def ulp(x): return np.nextafter(x, np.inf) - x def map_minus_one_to_one(val): return val * 0.5 + 0.5 #...