oeed / CraftOS-Standards

Community standard file formats, communication systems, etc. for ComputerCraft and CraftOS 2.0
Other
20 stars 14 forks source link

NFT Format is Ambiguous #57

Open CrazyPyroEagle opened 8 years ago

CrazyPyroEagle commented 8 years ago

The image/nft format does not specify how the file is to be interpreted. Whilst sequential interpretation is implied, declaring that it is sequential would help remove ambiguity.

It also does not declare in which order the pixels are to be written into the file, and it does not specify the default background / foreground colour to use if it is not explicitly specified inside the file.

Edit: The image/paint format is missing these details too.

oeed commented 7 years ago

That is true, are you interested in making a pull request for this?