Nitrogen Fingers Paint
From Just Solve the File Format Problem
(Difference between revisions)
GoodClover (Talk | contribs) m |
GoodClover (Talk | contribs) m (Category) |
||
Line 47: | Line 47: | ||
* [https://github.com/SquidDev-CC/CC-Tweaked/blob/66e42e0817484702d3be7ab880e60246097f7ecb/src/main/resources/data/computercraft/lua/rom/apis/paintutils.lua#L50 ComputerCraft:Tweaked's CraftOS paintutils Implementation (lua)] | * [https://github.com/SquidDev-CC/CC-Tweaked/blob/66e42e0817484702d3be7ab880e60246097f7ecb/src/main/resources/data/computercraft/lua/rom/apis/paintutils.lua#L50 ComputerCraft:Tweaked's CraftOS paintutils Implementation (lua)] | ||
* [https://tweaked.cc/module/colors.html ComputerCraft:Tweaked Wiki's Colour table] (Paint/Blit column) | * [https://tweaked.cc/module/colors.html ComputerCraft:Tweaked Wiki's Colour table] (Paint/Blit column) | ||
+ | |||
+ | |||
+ | [[Category:ComputerCraft]] |
Revision as of 02:40, 13 March 2021
NFP[Stands for?] is a simple text file format used by ComputerCraft to store images.CraftOS's paint
program allows for easy editing of these files with a GUI.
Format
The format consists of a text file containing a hex character for each pixel.
TO-DO
Example
NFP | PNG | PNG (nonsquare) |
---|---|---|
|