I found this github project through the OpenComputers forums that converts and displays custom images in Minecraft. I've got the converter working, but the LUA code returns an error when I execute it on my OpenOS computer.
In accordance with the github readme I set CPU architecture to LUA 5.3. I used 'wget' to download ctif-oc.lua directly from the github page. In the original forum thread someone mentioned that the location of the image needed to be inserted in the args table as a string in the code. On line 1 I see "local args = {...}" which I assume is the location they are talkin