Skip to content

Instantly share code, notes, and snippets.

@shunn
Last active June 19, 2019 14:17
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/e583f77e2366d0dc6ccf621ec254626c to your computer and use it in GitHub Desktop.
Save shunn/e583f77e2366d0dc6ccf621ec254626c to your computer and use it in GitHub Desktop.
Name Tag Generator Part 8
# Layer our textured shadow onto the blank name tag, using our mask layer as a stencil
$nametag->Composite(
image => $texture,
mask => $mask,
);
# Write the resulting image to a file
$nametag->Write($targetfile);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment