Lychee icon indicating copy to clipboard operation
Lychee copied to clipboard

.psd support

Open ReessKennedy opened this issue 3 years ago • 5 comments

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.

ReessKennedy avatar Oct 14 '22 19:10 ReessKennedy

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.

nagmat84 avatar Oct 14 '22 19:10 nagmat84

Chances are that it simply works.

It actually does. :) Just tested it.

ildyria avatar Oct 18 '22 10:10 ildyria

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

nagmat84 avatar Oct 18 '22 10:10 nagmat84

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. :)

ildyria avatar Oct 18 '22 10:10 ildyria

Wow! Thanks for this reply team. Nice!

ReessKennedy avatar Oct 18 '22 17:10 ReessKennedy