bitsplicer
bitsplicer
# Update: Removed doc, mir, and readme files. ```patch diff --git a/lua-5.3.6/Makefile b/LuaJIT-5.3.6-master/Makefile index a2820e0..dee2ee4 100644 --- a/lua-5.3.6/Makefile +++ b/LuaJIT-5.3.6-master/Makefile @@ -51,7 +51,12 @@ R= $V.6 # Targets start here....
# Version not including the JIT files The JIT files make the patch large so here is the patch which is just the core lua files as a patch not...
I believe @edubart has a fork for newer versions which is the module linked in this repo.
I found a workaround: ```lua print([=[hi]=]) ```
I believe the error is from llex.c, Line 517
The center image is what is expected, the rest are wrong. Also why is the layout different.
Having the same issue
it should work, Use ```lua PNG.new(source).Height PNG.new(source).Width PNG.new(source):GetPixel(x, y) ```
But the colors are returned in Color3, you may need to make a custom implementation for that if you are working with it outside of RLuau