-
The function needs to check that the provided format is supported by the decoder for the input ASTC format. E.g. an 8-bit UNORM format for UNORM ASTC formats, an 8-bit SRGB format for SRGB ASTC format…
-
## Exception
* __User Action:__ play stream
* __Request:__ Player error[type=ERROR_CODE_DECODING_FAILED] occurred while playing https://www.youtube.com/watch?v=BnEw4Jg6hoc
* __Content Country:__ GB
* …
-
Working in https://github.com/mapbox/vtfx/tree/raster-query, beginning to test raster decoding / encoding with different image formats / pixel depths. Right now, in https://github.com/mapbox/vtfx/tree…
-
Most existing image formats have extensive publicly available technical documentation or specifications to guide the implementation of encoders and decoders. [PNG](https://www.w3.org/TR/2003/REC-PNG-2…
-
### Use Case
texture compression
### Problem Description
Cocos creator support several texture compression formats,but those formats have big file size.
For example : a 1024 * 1024 image use ASTC …
-
## What problem does this solve or what need does it fill?
It is common for games to offer multiple levels of graphics settings, like: "Low", "High", "Ultra". When it comes to Texture Quality, this t…
-
### Describe the project you are working on
I have a project with 600Mb of images encoded in JPG. At the same quality, webp saves some space, but not much. I tested encoding into avif and the entir…
-
**Is your feature request related to a problem? Please describe.**
In the current video processing workflow, the mismatch between input and output video encoding formats leads to unnecessary encoding…
boolw updated
7 months ago
-
### Describe the feature
Currently, we only have support for the base 10 numeral system but it would be cool to support other systems like Hexadecimal numbers for example.
### Use Case
**Low-Level …
-
### Description
Imagine you have an image that you want to have only a part of. You would use something like `block(clip: true, image("...")` and make sure that some part of the image you don't want …