Frankie Dintino
Frankie Dintino
I think that libavif doesn't yet support passing advanced options into the svt codec.
You're getting this issue because I'm not currently bundling rav1e in the windows wheels. But I plan to do so in the next point release.
`rgb.rowBytes` and `rgb.height` are `uint32_t` in libavif, and I believe the width and height themselves have limits well below 232. But we can cast them to `Py_ssize_t` in that multiplication...
So...I can fix the issue in this plugin. But it appears that libavif has a limit of 16384x16384 (228 pixels). So although encoding your image would no longer fail with...
libavif supports image grids...I had been meaning to look into exposing that in the codec. I'll see what I can do.
To answer you first question: yes, there is a way to do what you're asking. django-xml has "embedded" fields which act similarly to the Django `ForeignKey` fields (the code can...
It wasn't intentional. I had mistakenly assumed that `_Element.text` mapped more-or-less to DOM level 3 `DOMNode.textContent`, which has an empty string for an element without content. Which do you think...
Hi! Sorry for the long delay in getting back to you on this. Will be looking at merging this week.
There is a lot of good stuff in here, but unfortunately I did django compatibility changes without looking here first. So now there are merge conflicts. I'll see if I...
@ctbarna similar question for this one. This is basically abandoned, right?