↓ 1 callersFunctiongenerateImageArray* Generates an immage array from an array of bytes (colors depend on bytes)
*
* @param bytes a vector of bytes
* @return a vector of form {r,g,b,a,r,g
Video Encode 2/main.cpp:83
↓ 1 callersFunctiongeneratePNG* Generates a PNG from an image vector as outputName
*
* @param image a vector of form {r,g,b,a,r,g,...}
* @param outputName the output name of the P
Video Encode 2/main.cpp:61