Bjørn Rosell

Results 61 issues of Bjørn Rosell

I get: ``` Deprecated: Creation of dynamic property simple_html_dom\simple_html_dom::$optional_closing_array is deprecated in /home/rosell/github/dom-util-for-webp/vendor/kub-at/php-simple-html-dom-parser/src/KubAT/PhpSimple/lib/simple_html_dom.php on line 1489 ``` From PHP 8.2, properties needs to be defined before used. In PHP 8.2,...

The new library will basically take care of all related to converting besides the actual converting. But it must be be generic enough to be used with both webp-convert and...

enhancement

The library could be called "FileUtils". Stuff that could be moved to file util lib: - Helpers/FileExists (split it into HonestFileExists and FileExistsTryHard) - DestinationPreparationTrait::checkDestinationWritable has some code for checking...

enhancement

To avoid duplicate code for the AVIFConvert library, that I'm going to work on soon, I will extract some of the utility-code into new libraries.

enhancement

For example this one: https://packagist.org/packages/swaggest/json-schema

enhancement

Take the following case: We have a low quality jpeg. Lets say the quality is detected as 40. We have set the "quality" option to 80, meaning we are going...

help wanted

On some systems, executing the cwebp 1.2.0 binary results in this error: Error: `/lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found` It is probably because the binary have dependencies to a newer libc...

help wanted

The following issues has been closed because they are low priority. Optimus: #36 Installing stuff on Travis: #147, #142, #128 Does not work in PHP 5.4 and below: #88 Perhaps...

Big images can provide troubles such as "out of memory", or, with the cloud converters, script timeout or violation of upload size. With libraries such as [webp-on-demand](https://github.com/rosell-dk/webp-on-demand), this is a...

enhancement
help wanted