marius-wieschollek / passwords

A simple, yet feature rich password manager for Nextcloud
GNU Affero General Public License v3.0
215 stars 45 forks source link

Request Image Rendering support for Imaginary #515

Closed armouredking closed 11 months ago

armouredking commented 2 years ago

Current Status Passwords Image Rendering only supports PHP GDLib and G|Imagick.

Feature Description Allow to pull in / send processing request to Imaginary as well, see https://github.com/nextcloud/server/pull/24166

Additional context Imaginary is new for NC24, so there will likely be growing pains. But it's supposed to be a far better option, and it's more secure regardless. I am currently using it in lieu of Imagick and have not yet encountered issues doing so. I can see it being used in Imaginary's log output so I know NC is using it.

NC seems to be setup for the following currently, but the app is actually capable of doing more than this.

marius-wieschollek commented 1 year ago

Imaginary support is now available in the latest nightly build.