1
0
mirror of synced 2025-01-19 00:04:08 +01:00
This commit is contained in:
Thomas Pointhuber 2019-10-12 17:52:16 +02:00
parent a2780ca056
commit ef61735f64

View File

@ -25,7 +25,7 @@ class GenerateImage extends Operation {
this.name = "Generate Image";
this.module = "Image";
this.description = "Generate a Image using the input as pixel values.";
this.description = "Generate an Image using the input as pixel values.";
this.infoURL = "";
this.inputType = "byteArray";
this.outputType = "ArrayBuffer";