Advertisement
trds

Untitled

Sep 18th, 2021
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.06 KB | None | 0 0
  1. LoadPlugin("D:\Encode\DG\x64 Binaries\DGDecodeNV.dll")
  2. dgsource("D:\encode\goodgirl.dgi")
  3. crop(0,22,-0,-20)
  4. safe = Crop(6, 0, -6, 0)
  5. ConvertToYV24()
  6.  
  7. base1 = Crop(6, 0, 0, 0)
  8. left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=2.79)
  9. left2 = Crop(1, 0, 2 - Width(), 0).Tweak(cont=1.12)
  10. left3 = Crop(2, 0, 3 - Width(), 0).Tweak(cont=1.03)
  11. left4 = Crop(3, 0, 4 - Width(), 0).Tweak(cont=1.07)
  12. left5 = Crop(4, 0, 5 - Width(), 0).Tweak(cont=1.01)
  13. left6 = Crop(5, 0, 6 - Width(), 0).Tweak(cont=1.02)
  14. StackHorizontal(left1, left2, left3, left4, left5, left6, base1)
  15.  
  16. base2 = Crop(0, 0, -6, 0)
  17. right1 = Crop(Width() - 1, 0, -0, 0).Tweak(cont=2.30)
  18. right2 = Crop(Width() - 2, 0, -1, 0).Tweak(cont=1)
  19. right3 = Crop(Width() - 3, 0, -2, 0).Tweak(cont=0.95)
  20. right4 = Crop(Width() - 4, 0, -3, 0).Tweak(cont=0.99)
  21. right5 = Crop(Width() - 5, 0, -4, 0).Tweak(cont=0.97)
  22. right6 = Crop(Width() - 6, 0, -5, 0).Tweak(cont=1.01)
  23. StackHorizontal(base2, right6, right5, right4, right3, right2, right1)
  24.  
  25. ConvertToYV12()
  26. Overlay(last, safe, x=6, y=0)
  27. Fixer(0,2,0,2)
  28. spline36resize(1280,692)
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement