View Single Post
Old 29th January 2017, 15:29   #81  |  Link
xekon
Registered User
 
Join Date: Jul 2011
Posts: 224
ok, so I already started converting this plugin to work with integer input, so I may as well continue and see how it turns out:

so instead of 32bit floating point input:
src = core.resize.Bicubic(clip=src, format=vs.RGBS)

I would be using 8bit integer input:
src = core.resize.Bicubic(clip=src, format=vs.RGB24)

edit: I think I finally found some relevant documentation, will post back after testing.

Last edited by xekon; 29th January 2017 at 16:33.
xekon is offline   Reply With Quote