Skip to content

thisisnotruben/ToW-GIMP-plugin-ins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tides of War GIMP plug-ins

icon

Author:

Ruben Alvarez Reyes

Email: [email protected]

Twitter: thisisnotruben_

Instagram: thisisnotruben

Facebook: Ruben Alvarez Reyes

Description

Program used for

Installation

Once downloaded, copy plug-ins to GIMP plug-in directory.

Copy only the scripts

cp *.py $HOME/.gimp-2.8/plug-ins/

Example console usage

The following syntax after -b is in scheme

  • SRC and DEST = string value; absolute file paths to png.

  • NUM_OF_FRAMES = int value; total number of frames in sprite-sheet.

  • STARTING_FRAME = int value; index frame number of where death animation begins.

gimp -idf -b '(python-fu-death-anim-batch RUN-NONINTERACTIVE "SRC" "DEST" NUM_OF_FRAMES STARTING_FRAME)' -b '(gimp-quit 0)'

Example output

example

End Result

example-death-animation