Skip to content

Lua library for decoding, editing and encoding various image types.

Notifications You must be signed in to change notification settings

plainenglishh/LuaImgLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RbxImgLibrary

Basic Image Processing in LuaU


About

This library intends to provide he ability to decode, process and encode images in Roblox's LuaU.

Warning

This is a work in progress and is not ready to be used. I recommend you use MaximumADHD's PNG library (which the PNG decoder in this project is influenced by) for the time being.


Installation

Rojo

The '/src' folder is configured for Roblox by default, you can simply download it's contents and import it directly into your project.

Alternatively, you can run the 'build.lua' script using a recent version of Lune to build the library into a minified form.

Lune

After running 'build.lua' with lune, copy '/out/lune/RbxImageLibrary.lua' into your project.

Roblox Studio

After running 'build.lua' with lune, copy '/out/roblox/RbxImageLibrary.rbxm' into your project.

About

Lua library for decoding, editing and encoding various image types.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages