NML:Graphic files: Difference between revisions

From GRFSpecs
Jump to navigation Jump to search
Content deleted Content added
FooBar (talk | contribs)
add nav template
Ammler (talk | contribs)
add palette doc from devzone
Line 8: Line 8:
* [http://hg.openttdcoop.org/nml/raw-file/tip/docs/ttd-newgrf-win.gpl Windows palette for GIMP]
* [http://hg.openttdcoop.org/nml/raw-file/tip/docs/ttd-newgrf-win.gpl Windows palette for GIMP]
* [http://hg.openttdcoop.org/nml/raw-file/tip/docs/ttd-newgrf-win.act Windows palette for Photoshop]
* [http://hg.openttdcoop.org/nml/raw-file/tip/docs/ttd-newgrf-win.act Windows palette for Photoshop]
* (another collection of palette files on the [http://dev.openttdcoop.org/documents/1 #openttdcoop DevZone])


'''Note''': Windows versions do NOT support graphics in the pcx format due to missiong support within the PIL.
'''Note''': Windows versions do NOT support graphics in the pcx format due to missiong support within the PIL.

Revision as of 18:34, 22 August 2011

Graphic files

No subpages in this chapter.

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 DOS palette (recommended as it contains a few more colours) or the windows palette.

Palette files for several editors:

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