Difference between revisions of "Fillmargins/BBmod/Fixer"
Jump to navigation
Jump to search
(Created page with "<pre>Fillmargins/BBmod/Fixer LoadPlugin("D:\Encode\DG\x64 Binaries\DGDecodeNV.dll") DGSource("D:\encode\basic.dgi") crop(0,130,-0,-130).fillmargins(0,1,0,1).fixer(0,0,0,2) sp...") |
|||
| Line 19: | Line 19: | ||
crop(0,130,0,-130) | crop(0,130,0,-130) | ||
fillmargins(0,1,0,1) | fillmargins(0,1,0,1) | ||
Fixer(0,2,0,2)</pre> | Fixer(0,2,0,2) | ||
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll") | |||
DGSource("D:\encode\1408.dgi") | |||
crop(0,140,0,-140) | |||
Fillmargins(0,0,0,1) | |||
Fixer(0,2,0,3) | |||
spline36resize(1280,532,0,0,0,-1) | |||
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll") | |||
DGSource("D:\encode\antlers.dgi", show=true, show2="2,2,Source") | |||
crop(0,20,0,-20).FillMargins(0,1,0,1).Fixer(0,2,0,2) | |||
spline36resize(1280,692,0,1,0,-1) | |||
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll") | |||
DGSource("D:\encode\alien2se.dgi", show=true, show2="2,2,Source") | |||
crop(0,20,0,-20) | |||
FillMargins(0,1,0,1).Fixer(0,2,0,2)</pre> | |||
Revision as of 18:27, 16 September 2022
Fillmargins/BBmod/Fixer
LoadPlugin("D:\Encode\DG\x64 Binaries\DGDecodeNV.dll")
DGSource("D:\encode\basic.dgi")
crop(0,130,-0,-130).fillmargins(0,1,0,1).fixer(0,0,0,2)
spline36resize(1280,546,0,1,0,-1)
LoadPlugin("D:\Encode\DG\x64 Binaries\DGDecodeNV.dll")
DGSource("D:\encode\kevin.dgi")
crop(0,130,0,-132)
Smoothlevels(gamma=0.88)
fillmargins(0,1,0,0).Fixer(1,2,0,0)
spline36resize(1280,544,0,1,0,0)
LoadPlugin("D:\Encode\DG\x64 Binaries\DGDecodeNV.dll")
DGSource("D:\encode\chinatown.dgi")
crop(0,130,0,-130)
fillmargins(0,1,0,1)
Fixer(0,2,0,2)
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\1408.dgi")
crop(0,140,0,-140)
Fillmargins(0,0,0,1)
Fixer(0,2,0,3)
spline36resize(1280,532,0,0,0,-1)
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\antlers.dgi", show=true, show2="2,2,Source")
crop(0,20,0,-20).FillMargins(0,1,0,1).Fixer(0,2,0,2)
spline36resize(1280,692,0,1,0,-1)
LoadPlugin("D:\Encode\DG\DGDecodeNV.dll")
DGSource("D:\encode\alien2se.dgi", show=true, show2="2,2,Source")
crop(0,20,0,-20)
FillMargins(0,1,0,1).Fixer(0,2,0,2)