-
_Tagging Images 4 for fixing; I'm aware that currently, Images 4 has the same gradient stuff as Images 3._
Two things in the CSS Images definition of gradients hinder integration with CSS Color 4:…
-
I followed your code and Im getting this
Error
I/flutter (12085): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
I/flutter (12085): The follow…
-
![image](https://user-images.githubusercontent.com/40177036/105862799-31de2880-5fbe-11eb-9e63-675a4575607f.png)
It would be great to add a color picker GUI here, so we could adjust glTF color value…
-
Hi,
I've been trying to track down a problem with this code for days, and finally found it. Your DeltaE2000 conversion method did not match other formulas online I've found for computing DeltaE2000,…
-
Based on https://github.com/Joystream/joystream/issues/1571 and https://github.com/Joystream/joystream/issues/1586
- [ ] Allow providing input as flags/args/json where this is not yet implemented (…
-
I want to convert vertex color using the result " .ply" file.
In " .ply" file, I checked "property float f_dc_0~1", "property float f_rest_0~44". But this values are -1.~ to 1.~. I want to conver…
-
## Expected Behavior
Ability to overlay the .pdf with a watermark per page on the same position.
## Context
I don't know this is something that should be part of the project as something like tha…
-
I've spent some time trying to get this library to use the proper materials in the glTF files it creates, without success. I decided to do a sanity check and attempt to use `Obj2Gltf` to convert a `.…
-
The CLI should support colorizing the output data to make it easier to read, both diagnostic and annotated hex encoding.
This will probably have to be generated by the library, easiest might be to …
-
when we change the color of one pixel the get_pixel() doesn't send the color who has been set at the same pixel
from kandinsky import*
set_pixel(0,0,(255,60,60))
print(get_pixel(0,0))
the ou…