Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. safe = Crop(0, 0, 0, -3)
  2. ConvertToYV24()
  3.  
  4. base1 = Crop(0, 0, 0, -3)
  5.  
  6. b1 = Crop(0, Height() - 1, 0, 0).Tweak(cont=1.2)
  7. b2 = Crop(0, Height() - 2, 0, -1).Tweak(cont=1.2)
  8. b3 = Crop(0, Height() - 3, 0, -2)
  9. StackVertical(base1, b3, b2, b1)
  10.  
  11.  
  12. ConvertToYV12()
  13. Overlay(last, safe, x=2, y=6)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement