.psd support
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.
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?
- Ensure that Lychee uses Imagick as the processing backend (you can check so on the Diagnostic page)
- 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
- Test to upload a PSD file
Chances are that it simply works.
Chances are that it simply works.
It actually does. :) Just tested it.
So this issue can be closed, can't it?
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. :)
Wow! Thanks for this reply team. Nice!