MaximumADHD / Roblox-PNG-Library

An implementation of the PNG file format in Lua, natively designed for Roblox.
MIT License
44 stars 14 forks source link

No documentation #3

Closed leaf456 closed 2 years ago

leaf456 commented 2 years ago

Can't find any documentation for this project, you should probably create some documentation.

WordReaper commented 2 years ago

Pretty simple if you ask me. local image = require(PNG).new(png_contents) image:GetPixel(x,y)

png_contents = game:GetService("HttpService"):GetAsync("IMAGELINK")

leaf456 commented 2 years ago

Thanks, I'll close the issue.