[00:50:28] <Colourless> i'll look at those scaler issues when i have some time
[07:19:57] <wjp> Colourless: I committed a potential fix for the bilinearplus thing.
[07:20:13] <wjp> (and also an inconsistency in scale_2x.cc)
[11:00:24] <Colourless> wjp: cool
[11:17:51] <wjp> does it look ok? It seems consistent with your Big Commit(tm) in any case
[11:18:24] <wjp> Scale2X still has an issue where the bottom few rows of the screen are duplicated a few times
[22:02:32] <Malignant_Manor> The band guard offset seems to be causing the bottom screen duplication problems with scale2x.
[22:03:28] <Malignant_Manor> band guard= guard_band
[22:04:34] <Malignant_Manor> A quick test of setting line 102 in imagewin.cc to
[22:04:37] <Malignant_Manor> const int Image_window::guard_band = 0;
[22:05:00] <Malignant_Manor> and there is no more duplication.