Skip to content

Instantly share code, notes, and snippets.

@Sorseg
Created July 18, 2014 07:35
Show Gist options
  • Save Sorseg/8ca19fae06782cc88284 to your computer and use it in GitHub Desktop.
Save Sorseg/8ca19fae06782cc88284 to your computer and use it in GitHub Desktop.
img = gimp.image_list()[0]
n = len(img.layers)
for i, l in enumerate(img.layers):
l.opacity = 100.0/(n-i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment