Skip to content

Releases: chikuzen/PlanarTools

update avisynth.h

04 Jul 22:42
Compare
Choose a tag to compare

new requirements: Avisynth2.6.0 / Avisynth+MT r2005 or later

0.2.0

12 Sep 06:13
Compare
Choose a tag to compare
Change filter name "RGB24To32" to "RGBToRGB", and add BGRA->BGR conve…

…rsion.

#benchmark.avs
ColorBars(1920, 1080, "RGB32").Trim(0, 100000)
#return RGBToRGB()      # 49.746sec/2010.232fps
return ConvertToRGB24() # 95.249sec/1049.890fps

a bit faster version

10 Sep 18:20
Compare
Choose a tag to compare
0.0.1

Edit gitignore

first release

10 Sep 10:38
Compare
Choose a tag to compare
0.0.0

Edit readme