Difference between revisions of "NML:Graphic files"

From GRFSpecs
Jump to navigationJump to search
(update links to palette files)
m (Spelling error)
 
Line 11: Line 11:
 
* (another collection of palette files on the [http://dev.openttdcoop.org/documents/1 #openttdcoop DevZone])
 
* (another collection of palette files on the [http://dev.openttdcoop.org/documents/1 #openttdcoop DevZone])
   
'''Note''': Windows versions of NML do NOT support graphics in the pcx format due to missiong support within the PIL.
+
'''Note''': Windows versions of NML do NOT support graphics in the pcx format due to missing support within the PIL.

Latest revision as of 15:12, 16 October 2015

All graphic files must be in a format that can be loaded by the python imaging library and they must have a valid palette. You can chose either the default (DOS) palette (recommended as it contains a few more colours) or the legacy (windows) palette.

Palette files for several editors:

Note: Windows versions of NML do NOT support graphics in the pcx format due to missing support within the PIL.