Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Take 2 images ImageLayer1.png and ImageLayer2.jpeg and convert to .PSD File with layers
QtWS25 Last Chance

Take 2 images ImageLayer1.png and ImageLayer2.jpeg and convert to .PSD File with layers

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 690 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • EatonCodeE Offline
    EatonCodeE Offline
    EatonCode
    wrote on last edited by
    #1

    Does anyone have any ideas QT or C++ resources where I can take 2 files and save them as layers to a .PSD file?

    I found this resource.

    http://molecular-matters.com/products_psd_sdk.html

    But it's very expensive just to use on one simple project. Hopefully, someone can point me to a cheaper solution or another way of achieving the solution.

    Thanks in advance. :)

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      Given what you need to do is not really advanced, maybe https://github.com/ipkn/psdlite

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      EatonCodeE 1 Reply Last reply
      3
      • VRoninV VRonin

        Given what you need to do is not really advanced, maybe https://github.com/ipkn/psdlite

        EatonCodeE Offline
        EatonCodeE Offline
        EatonCode
        wrote on last edited by
        #3

        @VRonin said in Take 2 images ImageLayer1.png and ImageLayer2.jpeg and convert to .PSD File with layers:

        Given what you need to do is not really advanced, maybe https://github.com/ipkn/psdlite

        Hi, I called my self-looking at this a few days ago. I assumed it was for extracting layers not creating them. would you have a simple example handy? I can't seem to find any examples that use this resource. Thanks in advance.

        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi
          Just as a note:
          If you just need something up and running, you can also use
          ImageMagick
          http://www.imagemagick.org/discourse-server/viewtopic.php?t=32083
          (not the API, just the commandline tool)

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved