Skip to content

Instantly share code, notes, and snippets.

@shunn
Last active June 19, 2019 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shunn/f1560f97a4b78b0c3a9884d402729d72 to your computer and use it in GitHub Desktop.
Save shunn/f1560f97a4b78b0c3a9884d402729d72 to your computer and use it in GitHub Desktop.
Name Tag Generator Part 2
# Load image files for compositing
my $nametag = Image::Magick->new;
my $texture = Image::Magick->new;
$nametag->Read($sourcefile);
$texture->Read($texturefile);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment