-
### 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 …
-
### Summary
Hi @Oksydan
right now I've found this solution to increase the loading page speed
add decoding="async" with loading="lazy"
look at here
https://fantinel.dev/web-images-modern-formats…
-
Unity webrtc running in android receives the offer but doesn't send answer for decoding video streamed in H265/VP9 formats. How to solve it ?
I am running latest version webrtc-2.4.0-exp.3 and the …
-
Similar to how we have mach-flac and mach-opus, which are going to be our blessed audio formats, we should have bindings for encoding and decoding AV1 video as our blessed video format.
-
This isn't an issue, I just wanted to ask a few question about how you are decoding the file formats.
I've been through your code and I'm not sure whether you are reverse-engineering the game execu…
-
This is the only thing I found that can actually read dds files reliably on Linux Mint without being completely distorted. While I can view and edit the files, I can't save as the same file type. Is t…
-
We now expect dates to be in format `iso8601`, but the default iOS implementation fails to decode various formats that are valid.
we should do a custom deserialization where we try to deserialize a…
-
### Proposal Details
I am the creator of the https://github.com/jackc/pgx/ PostgreSQL driver.
pgx implements a very flexible and convenient type system for its native interface. Most types "just w…
jackc updated
1 month ago
-
`int64` is being handled as an Elm `Int`, which is unsafe. It should be `String` or some `BigInt` type.
-
**Is your feature request related to a problem? Please describe.**
libjpeg and libjpeg derivatives use quite a lot of ram to decode progressive jpegs because of the additional virtual block array t…