Just My Luck

From luvBB
Revision as of 11:20, 19 September 2021 by WikiSysop (talk | contribs) (Created page with "<pre>LoadPlugin("D:\Encode\DG\DGDecodeNV.dll") DGSource("D:\encode\luck.dgi") crop(0,20,0,-20) FillMargins(1,0,1,0) safe = Crop(8, 0, -8, 0) ConvertToYV24() base1 = Crop(8...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\luck.dgi")
crop(0,20,0,-20)
FillMargins(1,0,1,0)
 
safe = Crop(8, 0, -8, 0)
ConvertToYV24()
 
base1 = Crop(8, 0, 0, 0)
left1 = Crop(0, 0, 1 - Width(), 0).Tweak(cont=1.03)
left2 = Crop(1, 0, 2 - Width(), 0).Tweak(cont=1.04)
left3 = Crop(2, 0, 3 - Width(), 0).Tweak(cont=1)
left4 = Crop(3, 0, 4 - Width(), 0).Tweak(cont=1.03)
left5 = Crop(4, 0, 5 - Width(), 0).Tweak(cont=1.01)
left6 = Crop(5, 0, 6 - Width(), 0).Tweak(cont=1.01)
left7 = Crop(6, 0, 7 - Width(), 0).Tweak(cont=1)
left8 = Crop(7, 0, 8 - Width(), 0).Tweak(cont=1.01)
StackHorizontal(left1, left2, left3, left4, left5, left6, left7, left8, base1)
 
base2 = Crop(0, 0, -8, 0)
right1 = Crop(Width() - 1, 0, -0, 0).Tweak(cont=1.03)
right2 = Crop(Width() - 2, 0, -1, 0).Tweak(cont=1.03)
right3 = Crop(Width() - 3, 0, -2, 0).Tweak(cont=0.98)
right4 = Crop(Width() - 4, 0, -3, 0).Tweak(cont=1.04)
right5 = Crop(Width() - 5, 0, -4, 0).Tweak(cont=1)
right6 = Crop(Width() - 6, 0, -5, 0).Tweak(cont=1.025)
right7 = Crop(Width() - 7, 0, -6, 0).Tweak(cont=1)
right8 = Crop(Width() - 8, 0, -7, 0).Tweak(cont=1.02)
StackHorizontal(base2, right8, right7, right6, right5, right4, right3, right2, right1)
 
ConvertToYV12()
Overlay(last, safe, x=8, y=0)