LycheeOrg / Lychee

A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.
https://lycheeorg.github.io/
MIT License
3.3k stars 294 forks source link

[Enhancement] .psd support #1554

Open ReessKennedy opened 1 year ago

ReessKennedy commented 1 year ago

Lychee looks great. I am wondering, however: Is there any way to support .psd files as well?

We usually like to bundle our screenshots and png files with our actual .psd files. It would be annoying to have to decouple them.

Ran a search here and don't see much commentary on this. Apologies if I missed something.

nagmat84 commented 1 year ago

I haven't tested it, but it seems that Imagick, i.e. one of the image processing libraries Lychee uses internally, supports PSD files. Have you tried the following?

  1. Ensure that Lychee uses Imagick as the processing backend (you can check so on the Diagnostic page)
  2. Add the file extension PSD to the list of accepted raw files in the Settings menu (otherwise Lychee won't allow you to upload a PSD file simply, because it has a wrong file extension
  3. Test to upload a PSD file

Chances are that it simply works.

ildyria commented 1 year ago

Chances are that it simply works.

It actually does. :) Just tested it.

nagmat84 commented 1 year ago

So this issue can be closed, can't it?

ildyria commented 1 year ago

I would like to try to see if we can enable this support in the case of imagick is available and not have to fiddle with the raw support setting. :)

ReessKennedy commented 1 year ago

Wow! Thanks for this reply team. Nice!