Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function FMD(clip c)
  2. {
  3. a = c.Dither_convert_8_to_16()
  4. b = a.smoothgrad()
  5. result = b.Dither_out()
  6. return result
  7. }
  8.  
  9. function FMDF(clip c)
  10. {
  11. a = c.Dither_convert_8_to_16()
  12. result = a.Dither_out()
  13. return result
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement