Hi all,
I'm a C++ (MFC) developer that has just started looking at the SDK functionality. At my office, we're trying to figure out the best way to approach this problem. We have a lot of customers that take our images and format/label them in a specific way (four images in a square with a label at the upper left corner of each image). To create the images, we have an MFC application that generates this information.
The ideal situation would be for us to create a PSD file that contains one layer for each image and one layer for each image label. Can I create a PSD file from my C++ code? or do I have to have a plugin?
For the plugin, I would assume that I need to have the C++ program create a data file that contains the images and labels. When the user opens Photoshop and runs the plugin, it would ask the user for the data file, then create the layers with it.
I'm also open to other options on how to solve this issue.
Any help is greatly appreciated.
Dougie
Plugin versus PSD File Generator
If you want to read/write PSD files yourself you need to request that %26lt;br /%26gt;explicitly when requesting access to the Photoshop SDK.%26lt;br /%26gt;%26lt;br /%26gt;%26lt;br /%26gt;''Doug Hoppes'' %26lt;dhoppes@mbfbioscience.com%26gt; wrote in message %26lt;br /%26gt;news:3bc435d8.-1@webcrossing.la2eafNXanI...%26lt;br /%26gt;%26gt; Hi all,%26lt;br /%26gt;%26gt;%26lt;br /%26gt;%26gt; I'm a C++ (MFC) developer that has just started looking at the SDK %26lt;br /%26gt;%26gt; functionality. At my office, we're trying to figure out the best way to %26lt;br /%26gt;%26gt; approach this problem. We have a lot of customers that take our images and %26lt;br /%26gt;%26gt; format/label them in a specific way (four images in a square with a label %26lt;br /%26gt;%26gt; at the upper left corner of each image). To create the images, we have an %26lt;br /%26gt;%26gt; MFC application that generates this information.%26lt;br /%26gt;%26gt;%26lt;br /%26gt;%26gt; The ideal situation would be for us to create a PSD file that contains one %26lt;br /%26gt;%26gt; layer for each image and one layer for each image label. Can I create a %26lt;br /%26gt;%26gt; PSD file from my C++ code? or do I have to have a plugin?%26lt;br /%26gt;%26gt;%26lt;br /%26gt;%26gt; For the plugin, I would assume that I need to have the C++ program create %26lt;br /%26gt;%26gt; a data file that contains the images and labels. When the user opens %26lt;br /%26gt;%26gt; Photoshop and runs the plugin, it would ask the user for the data file, %26lt;br /%26gt;%26gt; then create the layers with it.%26lt;br /%26gt;%26gt;%26lt;br /%26gt;%26gt; I'm also open to other options on how to solve this issue.%26lt;br /%26gt;%26gt;%26lt;br /%26gt;%26gt; Any help is greatly appreciated.%26lt;br /%26gt;%26gt;%26lt;br /%26gt;%26gt; Dougie
Subscribe to:
Post Comments
(Atom)
No comments:
Post a Comment