Importing PSD files
Moderators: Víctor Paredes, Belgarath, slowtiger
Importing PSD files
I read that with AS6, it's possible to import Photoshop files with their separate layers intact. I wonder, does this work for Photoshop Elements too?
- ink animations
- Posts: 24
- Joined: Wed Jun 27, 2007 12:33 am
- Location: UK
- Contact:
you know what else would be cool? an 'export layers' to photoshop option.
Or even export layers to pngs.
I often do drawings in Anime Studio now as Im more used to that than Illustrator. Would be nice to export as seperate elements to work up in Photoshop.
Does this option already exist? (perhaps by means of a script?)
Cheers.
Or even export layers to pngs.
I often do drawings in Anime Studio now as Im more used to that than Illustrator. Would be nice to export as seperate elements to work up in Photoshop.
Does this option already exist? (perhaps by means of a script?)
Cheers.
- Lost Marble
- Site Admin
- Posts: 2356
- Joined: Tue Aug 03, 2004 6:02 pm
- Location: Scotts Valley, California, USA
- Contact:
You can't import a PSD directly into Anime Studio. What you can do is export a Anime Studio file from Photoshop, and then open that up in Anime Studio. To do that you need to install the Photoshop script that comes with Anime Studio. Look in the Anime Studio program folder, and find a folder called "Extra Files". In there is a script that can be installed for Photoshop that puts a new command in Photoshop's Scripts menu called "Export Layers To Anime Studio".
When you run it, it will save out an Anime Studio file with each Photoshop layer as a separate image layer. If you have a Group in Photoshop where only one of the sub-layers in that group is currently visible, that group will become a switch layer in Anime Studio.
You can go the other way too - you can export a PSD from Anime Studio Pro. When you choose File->Export Animation, one of the export formats is PSD. When you choose that format, every top-level layer in Anime Studio will be exported as a separate Photoshop layer. If you only want to do this for a single frame, be sure to set the start and end frames to the same value.
When you run it, it will save out an Anime Studio file with each Photoshop layer as a separate image layer. If you have a Group in Photoshop where only one of the sub-layers in that group is currently visible, that group will become a switch layer in Anime Studio.
You can go the other way too - you can export a PSD from Anime Studio Pro. When you choose File->Export Animation, one of the export formats is PSD. When you choose that format, every top-level layer in Anime Studio will be exported as a separate Photoshop layer. If you only want to do this for a single frame, be sure to set the start and end frames to the same value.
- uncle808us
- Posts: 386
- Joined: Tue Apr 07, 2009 1:00 pm
- Location: USA
- Contact:
Actually there is a script for exporting layers from gimp to AS, here: http://registry.gimp.org/node?page=8uncle808us wrote:Wish there was a script or plugin for importing Gimp files into anime pro 6.
You also should read this at the comments: http://registry.gimp.org/node/12867#comments
- uncle808us
- Posts: 386
- Joined: Tue Apr 07, 2009 1:00 pm
- Location: USA
- Contact:
- uncle808us
- Posts: 386
- Joined: Tue Apr 07, 2009 1:00 pm
- Location: USA
- Contact:
Well I got the script but don't know how to edit it: Is it a Capital O or the number 0 ? do I use a space before it?
Could some one look at the script file and tell me what to do.
http://registry.gimp.org/node/12867#attachments Thank you.
This is what the instructions say.
This problem can be solved by simply adding 0 inside of the parentheses of the first variable/term/whatever you want to call it for each time let*:((..... insert here) appears in the script.
Before
let* : ((flnm) (p) (w) (h) (s) (img-name) (img-name-raw) (ln ""))
After
let* : ((flnm 0) (p) (w) (h) (s) (img-name) (img-name-raw) (ln ""))
* reply
Could some one look at the script file and tell me what to do.
http://registry.gimp.org/node/12867#attachments Thank you.
This is what the instructions say.
This problem can be solved by simply adding 0 inside of the parentheses of the first variable/term/whatever you want to call it for each time let*:((..... insert here) appears in the script.
Before
let* : ((flnm) (p) (w) (h) (s) (img-name) (img-name-raw) (ln ""))
After
let* : ((flnm 0) (p) (w) (h) (s) (img-name) (img-name-raw) (ln ""))
* reply
Yes it's a number 0 , and yes you should have a space before the number, if I remember correctly there is only 1 line you have to adjust.uncle808us wrote:Well I got the script but don't know how to edit it: Is it a Capital O or the number 0 ? do I use a space before it?
Could some one look at the script file and tell me what to do.
http://registry.gimp.org/node/12867#attachments Thank you.
This is what the instructions say.
This problem can be solved by simply adding 0 inside of the parentheses of the first variable/term/whatever you want to call it for each time let*:((..... insert here) appears in the script.
Before
let* : ((flnm) (p) (w) (h) (s) (img-name) (img-name-raw) (ln ""))
After
let* : ((flnm 0) (p) (w) (h) (s) (img-name) (img-name-raw) (ln ""))
* reply
- uncle808us
- Posts: 386
- Joined: Tue Apr 07, 2009 1:00 pm
- Location: USA
- Contact:
Although i admit i haven't tested it (mainly due to time, and i don't have photoshop with me) but you may want to try this japanese program made for converting PSD etc to AS.
http://suiseikobo.sakura.tv/Tool/ASP.html
look down the page until you find ASPConv3.zip
the interface, at least on my PC is in English.
apparently, you can make the output into a bone, switch or group layers.
i hope this helps.
http://suiseikobo.sakura.tv/Tool/ASP.html
look down the page until you find ASPConv3.zip
the interface, at least on my PC is in English.
apparently, you can make the output into a bone, switch or group layers.
i hope this helps.
- uncle808us
- Posts: 386
- Joined: Tue Apr 07, 2009 1:00 pm
- Location: USA
- Contact:
Thank you very much, I forgot to mention I'm on a Mac 10.4.11 Tiger. But I do appreciate you helping me. Thank you.Patmals wrote:Although i admit i haven't tested it (mainly due to time, and i don't have photoshop with me) but you may want to try this japanese program made for converting PSD etc to AS.
http://suiseikobo.sakura.tv/Tool/ASP.html
look down the page until you find ASPConv3.zip
the interface, at least on my PC is in English.
apparently, you can make the output into a bone, switch or group layers.
i hope this helps.
- uncle808us
- Posts: 386
- Joined: Tue Apr 07, 2009 1:00 pm
- Location: USA
- Contact: