Do you know/have any source code for and import plugin for photoshop
for a format which supports layers.
I need this tool to import my own multi layer files into photoshop,
any other solutions is appreciated.
Thanks
A.V.Ebrahimi
vakil...@kzlabs.com
> Dear Photosopers:
>
> Do you know/have any source code for and import plugin for photoshop
> for a format which supports layers.
AFAIK no plugin type can handle more than one layer at a time. I suggest
generating PSD files directly, outside of Photoshop. The format is
documented in the SDK.
Toby
> Do you know/have any source code for and import plugin for photoshop
> for a format which supports layers.
> I need this tool to import my own multi layer files into photoshop,
> any other solutions is appreciated.
The Import/Aquire API does not support creating a layered file.
--marc
Tony G. Smith
Vizros - Realist 3D page curl plug-ins and more
Demo at http://www.vizros.com/vphelp/vrpicture.html
vakil...@kzlabs.com (Abdolhosein Vakilzadeh Ebrahimi) wrote in message news:<b90d4d8b.03032...@posting.google.com>...
>> AFAIK no plugin type can handle more than one layer at a time.
>> I suggest generating PSD files directly, outside of Photoshop.
>> The format is documented in the SDK.
> But photoshop SDK is no more free available!
Yes, I think it's a real shame! Although I can somehow understand the
new Adobe policy in order to protect "Adobe-owned intellectual
property", I cannot see any valid reason for discontinuing the
distribution on their site of the *free* Phostoshop 6.0 SDK, since it
can still be used to develop plug-ins for Photoshop 7... At least under
Mac OS, it is just a matter of building an extra "carbonized" version of
the plug-in, and optionally wrap the two versions into a single
package...
BTW, the document "Adobe Photoshop 6.0 File Formats Specification -
Version 6.0 Release 2 November 2000" may still be available from the
web. Try a Google search with the string "ps6ffspecsv2".
But have the different file formats changed a lot between 6.0 and 7.0 ?
Like most Photoshop developers/hobbyists now, I have absolutely no
idea/clue about that too!
HTH,
--A.G.
> can still be used to develop plug-ins for Photoshop 7... At least under
> Mac OS, it is just a matter of building an extra "carbonized" version of
> the plug-in, and optionally wrap the two versions into a single
> package...
I forgot to mention that one also has to add an appropriate carbon code
property in the 'PiPL' resource. You can get more information by
searching <http://groups.google.fr/> with: 'ppcb' AND 'PiPL'
HTH,
--A.G.