Skip to content

Instantly share code, notes, and snippets.

View caseychambliss's full-sized avatar
🥐
Learning Obsidian for notes, workflow, and tasks

Casey Chambliss caseychambliss

🥐
Learning Obsidian for notes, workflow, and tasks
View GitHub Profile
#!/usr/bin/env python
# Tutorial available at: https://www.youtube.com/watch?v=nmb-0KcgXzI
# Feedback welcome: [email protected]
from gimpfu import *
def NAME_OF_MAIN_FUNCTION(image, drawable):
# function code goes here...