Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Image stacking
#2
You just need to set the offsets of the layers, for instance, to stack the layers in a diagonal:

Code:
for i,l in enumerate(image.layers):
   l.set_offsets(i*stepSize,i*stepSize)

Plenty of example Python plugins here. If any questions about them, just ask below.
Reply


Messages In This Thread
Help with Image stacking - by csoulman - 07-18-2019, 02:53 PM
RE: Help with Image stacking - by Ofnuts - 07-18-2019, 04:08 PM
RE: Help with Image stacking - by tmanni - 07-18-2019, 08:28 PM

Forum Jump: