Thomas Hirschberger

Results 17 comments of Thomas Hirschberger

Hi, for me it worked to install a self compiled version of the vips library.. ``` sudo apt install -y build-essential libglib2.0 libjpeg9 libopenjp2-7 librsvg2-dev imagemagick libtiff5-dev wget https://github.com/libvips/libvips/releases/download/v8.12.1/vips-8.12.1.tar.gz tar...

@agentsingh Did you use the os vip version or compile it by yourself. In my case the os version was still to old

I see a chance to reimplement the feature with the Jimp Library. The sharp Dependency then can be removed and the problem is solved. At the moment I do not...

Opened a pull request #114 I am not an javascript expert so please test and review the change. I am open for feedback

Hi, it is merged to the main branch now. You can add it simply by doing an npm install in the module directory.

The current version of sharp (0.30.1) is still not compatible with arm. Maybe it is possible to to implement a fix based on the example in [https://github.com/oliver-moran/jimp/issues/733](https://github.com/oliver-moran/jimp/issues/733). The image gets...

PR #116 contains the code needed to rotate jpg/jpeg images based on the EXIF orientation information before they get resized by Jimp. As EXIF is only available for jpg/jpeg images...

Hi, cause of @Egnos87 i tried installing the module. It looks like the problem only exists with Raspberry OS Buster but not with Bullseye. First i need to say that...

On Bullseye i get the following warning ```text > [email protected] start > electron app.js [05.11.2022 17:41.26.364] [LOG] screencast stderr: (node:3143) electron: The default of contextIsolation is deprecated and will be...

Played a little bit with two clients connecting to the Buster instance today. * I connected client one, played a video and disconnected it. The video plays as expected and...