Take 2 images ImageLayer1.png and ImageLayer2.jpeg and convert to .PSD File with layers
-
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. :)
-
Given what you need to do is not really advanced, maybe https://github.com/ipkn/psdlite
-
Given what you need to do is not really advanced, maybe https://github.com/ipkn/psdlite
@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.
-
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)