ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Special User Sections > DC Website Help and Extras

How to open a Photoshop file and save it in another format?

(1/1)

SilasSpencer:
I know this isnt a VB.NET category but does anyone know of a way to open a photoshop image (.psd) through vb.net code and work with it? Basically I just want to open the .psd file and save it as a .gif or .jpg
Thank you!

skwire:
You might have better luck just using a commandline call to something like ImageMagick in your VB.NET program as opposed to handling the file natively in VB.net (might not even be feasible).

Curt:
Welcome to DC, SilasSpencer!

I have not tested it, but they say they can do what I think you really are asking for:

http://www.zamzar.com/convert/psd-to-jpg/

AageLaugesen:
Adobe Photoshop have a COM interface for Photoshop they refer to the "scripting plugin" you can control all of photoshops functionality through this interface.

http://www.adobe.com/support/downloads/detail.jsp?ftpID=1536

Adobe supply documentation for using the COM interface, the Object Model and some scripting examples.

Navigation

[0] Message Index

Go to full version