importing more than 1 image at a time

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
sorsen`
Posts: 6
Joined: Wed Oct 14, 2009 7:18 pm

importing more than 1 image at a time

Post by sorsen` »

Hi!

I'm doing a cut-out animation and need to import loads of images, but I'm allowed to select only 1 image at a time. I've got over 20 parts to import so obviously that's gonna be a rather slow process. So my question is:
How do I speed it up a bit with scripting ? Could someone help me write such a script?

Thanks
User avatar
jahnocli
Posts: 3471
Joined: Fri Oct 29, 2004 2:13 pm
Location: UK

Post by jahnocli »

If you have a version of Anime Studio that supports scripts, try selecting Scripts|Image|Import Image Sequence. (The images have to be numbered sequentially...)
You can't have everything. Where would you put it?
User avatar
Víctor Paredes
Site Admin
Posts: 5815
Joined: Wed Jan 26, 2005 12:18 am
Location: Barcelona/Chile
Contact:

Post by Víctor Paredes »

If you are on windows (I don't know if this works on mac or linux) go to the folder where the images are, select all and drag them into the AS main window. There will appear a message which ask you if you want image as layer or as trace reference. Click layer.
The message will appear for every single image, but it still being much faster than import them one by one.
sorsen`
Posts: 6
Joined: Wed Oct 14, 2009 7:18 pm

Post by sorsen` »

@jahnocli: unfortunatelly it's not a sequence but thanks for the tip. It will sure come in handy some day.
@selgin: Thanks, it works :) I tried the method before but I drag&dropped onto the layer window which didn't work. Now if only I could get rid of that messagebox ...
rogermate
Posts: 298
Joined: Mon Jun 02, 2008 5:53 am
Location: Mars

Post by rogermate »

Here's another idea.

A scripter wrote a Gimp to AS script.
Each layer of your Gimp.xcf file goes into a separate image
layer of a new .anme file which you can name.

Probably similar method can be used for Photoshop, because I think
the Gimp export script was a rewrite of a photoshop export script.
User avatar
dueyftw
Posts: 2184
Joined: Thu Sep 14, 2006 10:32 am
Location: kingston NY
Contact:

Post by dueyftw »

There was a script that imported everything in one file, image, vector, 3d into a sequence layer. It doesn't seem to work any more in 6.1

Dale
Post Reply