tags:

views:

311

answers:

1

How do I create a thumbnail of a PSD file in a C# app?

With a JPG, I normally use a combination of the Image, Bitmap and Graphics classes to create a thumbnail.

Any direction on this would be appreciated!