heyvern wrote:JeremyLavine wrote:I've experimented a little more with Anime Studio, and it does correctly size the edited selected area of an image from Photoshop, but the location of it is way off when it's imported since it's not a copy of the entire image but a small area of it.
Not sure what you mean? Are you "cropping" the image after clipping it? Are you changing the origin? If you have an image layer in Anime Studio, open that exact image in photoshop, cut a chunk out creating a new layer, then save that new photoshop layer with the exact same dimensions and layer offset it will import into Anime Studio exactly lined up. Duplicate the image layer in Anime Studio and replace the image source with the new image. I still think you are making this ten times harder than it has to be.
Before I was selecting an area of the image within Photoshop, copying or cutting it out to edit. Since it was a small area of the orginal image, that's why it wouldn't align in Anime Studio. What works from what I started doing yesterday, as you wrote above, is using the whole image, erasing the areas where needed, then importing it into an image layer that overlays the unedited copy. Solves the problem of having to align the image because like you said, Anime Studio does it for you if it's the same size as the orginal.
Still gonna create the scripts to speed this process along. The VB portion, when launched by lua, will automatically find the available image editors and ask you once which one you prefer, save that data within a log, then it would always open that image editor using the same lua script that provides the image location. Also gonna see if I could do this all in lua since synthsin75 gave me the link to his lua script that starts Photoshop:
viewtopic.php?f=12&t=25528
When complete I'll post the code here.
Anime Studio auto-updates it's image layers after you save from whatever image editor you use. No need to reload the image.
I'm using Photoshop Elements 5, so I probably can't use the Toolkit you mentioned, but thanks for the info! The old version of PS has met my needs, but my VB script will work with all versions of Photoshop, to include Gimp, Paintshop and others. Not sure if I have the time to code that in lua, but if I could get lua to do the other things I mentioned in a previous post, that would be enough since VB would do the rest.