View Single Post
Old 17th August 2014, 02:03   #762  |  Link
TheProfileth
Leader of Dual-Duality
 
TheProfileth's Avatar
 
Join Date: Aug 2010
Location: America
Posts: 134
I would like to report a bug regarding Dither_median16 when I use dither_median16 if I set rt=0 and setting rx=1 and ry =1 then the output seems to be broken like it is all black except for about one line, however if I set rx and ry to something higher than 1 and leave rt set to 0 it outputs as expected, the same happens if you simply set rt=1 while rx=1 and ry=1. The weird thing about this behavior is that you can only exhibit it by using the default settings of the function which specifically say
Quote:
Dither_median16 (
clip src,
int rx (1),
int ry (1),
int rt (0),

int ql (undefined),
int qh (undefined),
int y,
int u,
int v
)
I used this to repeatedly recreate the problem
Quote:
Dither_convert_8_to_16
Dither_median16()
ditherpost(mode=-1)
__________________
I'm Mr.Fixit and I feel good, fixin all the sources in the neighborhood
My New filter is in the works, and will be out soon

Last edited by TheProfileth; 17th August 2014 at 02:05.
TheProfileth is offline   Reply With Quote