mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
remove redundant function (#1532)
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com> Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
This commit is contained in:
committed by
Jeffrey Warren
parent
ecaa3ecd13
commit
2378a67895
@@ -17,10 +17,6 @@ module.exports = function AddQR(options, UI) {
|
|||||||
|
|
||||||
var step = this;
|
var step = this;
|
||||||
|
|
||||||
function changePixel(r, g, b, a) {
|
|
||||||
return [r, g, b, a];
|
|
||||||
}
|
|
||||||
|
|
||||||
function extraManipulation(pixels, setRenderState, generateOutput) {
|
function extraManipulation(pixels, setRenderState, generateOutput) {
|
||||||
let iw = pixels.shape[0], // Width of Original Image
|
let iw = pixels.shape[0], // Width of Original Image
|
||||||
ih = pixels.shape[1]; // Height of Original Image
|
ih = pixels.shape[1]; // Height of Original Image
|
||||||
@@ -50,7 +46,6 @@ module.exports = function AddQR(options, UI) {
|
|||||||
return require('../_nomodule/PixelManipulation.js')(input, {
|
return require('../_nomodule/PixelManipulation.js')(input, {
|
||||||
output: output,
|
output: output,
|
||||||
ui: options.step.ui,
|
ui: options.step.ui,
|
||||||
changePixel: changePixel,
|
|
||||||
extraManipulation: extraManipulation,
|
extraManipulation: extraManipulation,
|
||||||
format: input.format,
|
format: input.format,
|
||||||
image: options.image,
|
image: options.image,
|
||||||
|
|||||||
Reference in New Issue
Block a user