Skip to content

Instantly share code, notes, and snippets.

@pcroland
Created December 12, 2019 22:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcroland/c1f1e46cd3e36021927eb033e5161298 to your computer and use it in GitHub Desktop.
Save pcroland/c1f1e46cd3e36021927eb033e5161298 to your computer and use it in GitHub Desktop.
function UpscaleCheck(clip c, string "resolution") {
resolution = default(resolution, "720")
eval("""Interleave(c.myffinfo("source", color_lawngreen), c.AutoResize(""" + Chr(34) + resolution + Chr(34) + """).z_Spline36Resize(c.width, c.height).myffinfo("source -> """ + resolution +""" -> source", color_cyan))""")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment