The content of the image is sent in the command as base64 and when the total image size exceed 23kb, the command becomes too long for the child process.
Fatal error: spawn ENAMETOOLONG
I will investigate using a buffer to send the image data to the sprite script.
The content of the image is sent in the command as base64 and when the total image size exceed 23kb, the command becomes too long for the child process.
I will investigate using a buffer to send the image data to the sprite script.