topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 3:01 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: How to open a Photoshop file and save it in another format?  (Read 6671 times)

SilasSpencer

  • Participant
  • Joined in 2016
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
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

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: How to open a Photoshop file and save it in another format?
« Reply #1 on: March 14, 2016, 06:11 PM »
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

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 7,566
    • View Profile
    • Donate to Member
Re: How to open a Photoshop file and save it in another format?
« Reply #2 on: March 18, 2016, 05:13 PM »
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

  • Participant
  • Joined in 2016
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Re: How to open a Photoshop file and save it in another format?
« Reply #3 on: March 22, 2016, 01:24 PM »
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...etail.jsp?ftpID=1536

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