Ruzgfpegk
Ruzgfpegk
Same problem here. The Bulk Convert window returned the following error for each file: > Path is outside resolved document root (C:\path\to\DocumentRoot) failed I also tracked the problem down to...
PR #405 made, using the class's own isOnMicrosoft() instead of FileHelper::isWindows() and updating the rtrim just above to stay consistent.
Yes, I already compiled such a version. The IDE I'm using for C/C++ projects, CLion, supports CMake and can use directly the toolchain bundled with the free Visual Studio Community...
With timezone differences and the fact that I'm doing this on my work computer, I'd prefer another option. I'm trying to use GitHub Actions to compile an untouched fork of...
Making some progress, thanks to a new CMake template for GitHub Actions. I can now build a win-amd64 binary and store it as artifact, but at the config step the...
Could it have the same root as #391? @idocme : were you using a Windows OS?
It would be interesting indeed, but is there an official encoder binary already that could be integrated into the plugin? For now developer [Kagami](https://github.com/Kagami/) did an encoder in Go using...
I stumbled upon another encoder, with way more options than go-avif: https://github.com/link-u/cavif [Releases](https://github.com/link-u/cavif/releases) are also lighter (
You mean [avif-convert](https://github.com/rosell-dk/avif-convert)?
According to the [Lossless and Transparency Encoding in WebP](https://developers.google.com/speed/webp/docs/webp_lossless_alpha_study) study, the decoding speed is on par with PNG (but it uses more memory). As for size, they claim that "the...