add hqx presets and LUTs

This commit is contained in:
hunterk 2016-08-02 20:43:49 -05:00
parent 6b3233308b
commit c0f0de0512
11 changed files with 45 additions and 0 deletions

15
hqx/hq2x.slangp Normal file
View file

@ -0,0 +1,15 @@
shaders = 2
shader0 = shader-files/pass1.slang
shader1 = shader-files/hq2x.slang
filter_linear0 = false
scale_type0 = source
scale0 = 1.0
filter_linear1 = false
scale_type1 = source
scale1 = 2.0
textures = LUT
LUT = resources/hq2x.png
LUT_linear = false

15
hqx/hq3x.slangp Normal file
View file

@ -0,0 +1,15 @@
shaders = 2
shader0 = shader-files/pass1.slang
shader1 = shader-files/hq3x.slang
filter_linear0 = false
scale_type0 = source
scale0 = 1.0
filter_linear1 = false
scale_type1 = source
scale1 = 3.0
textures = LUT
LUT = resources/hq3x.png
LUT_linear = false

15
hqx/hq4x.slangp Normal file
View file

@ -0,0 +1,15 @@
shaders = 2
shader0 = shader-files/pass1.slang
shader1 = shader-files/hq4x.slang
filter_linear0 = false
scale_type0 = source
scale0 = 1.0
filter_linear1 = false
scale_type1 = source
scale1 = 4.0
textures = LUT
LUT = resources/hq4x.png
LUT_linear = false

BIN
hqx/resources/hq2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
hqx/resources/hq3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
hqx/resources/hq4x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB