Alexander Drozdoff
Alexander Drozdoff
Alright, first of all - yes, yes it is. -11 is EAGAIN. I just did ``` let mut ret = -11; while ret == -11 { ret = dav1d_get_picture(self.dec, &mut...
we should add an empty line, then?(and remove it from decoded image)
@fabiosky how do you actually duplicate columns? the file content is magic. btw this also affects webp
I had to do ``` if let image::ImageFormat::WebP = fmt { // TODO CARGO.toml throw away libwebp_image when image gets colour info in webp Res(libwebp_image::webp_load(img.into_inner()))? } else { img.decode().map_err(|_| "Cannot...
@fintelia why does image state YES for webp support, when i still get ```Cannot decode image: Unsupported(UnsupportedError { format: Exact(WebP), kind: GenericFeature("ALPH") })``` ?
Why does Ocrmypdf create all the pdf files in one batch? And then it doesn't clean up its working directory until it's done. I would expect it to extract pages...
> Hey @installgentoo ! Are you suggesting that we build a Learned Router that sends different inputs to different modules/models? > > That's pretty cool I agree. But I don't...
Well, i've also written a script to batch convert djvu to pdf, if anyone is even using djvu anymore, i think this can be closed. The script - https://github.com/installgentoo/djvu2pdf
Same on 4.0.4. Perhaps this is caused by git? I'm using 2.40.0
Does git-cola perform sync operations somehow? I've stopped copy on an external hdd, sync'd and it's working at normal speed for now. Very peculiar