Search code examples
c#.netvb.netpsd

Show PSD Preview in PictureBox


Is there a way to show the preview of a PSD file in a PictureBox or ListView?

Can it be done without the help of a library?


Solution

  • There is no explicit native solution for this, but there are various libraries and projects that you can use.

    Your best option may be to start with these CodeProject articles:

    Yet Another PSD Parser

    Reading Adobe Photoshop Images