Search code examples
c#photoshopfile-formatpsd

Is it possible to extract a PSD file to a JPG image without Photoshop?


I have an application that adds a context menu when you right click a file.

If this is a PSD file, then I want the program to extract the image.

Is it possible to extract a PSD file to an image without Photoshop?

Basically, I want the user to right click and click "image" which would save a .jpg of the file for them.


Solution

  • For people who are reading this now: the link from accepted answer doesn't seem to work anymore (at least for me). Would add a comment there, but not allowed to comment yet - hence I'm adding a new answer.

    The working link where you can find the psdplugin code for Paint.Net: https://github.com/PsdPlugin/PsdPlugin