Searched refs:resizeWidthRGB (Results 1 – 1 of 1) sorted by relevance
987 this.resizeWidth = (this.colorChannels == 4) ? this.resizeWidthRGBA : this.resizeWidthRGB;1011 Resize.prototype.resizeWidthRGB = function (buffer) { method in Resize