Actions

Difference between revisions of "GetArt.NET"

From Sonic Retro

m (shortening "Microsoft .NET Framework/Mono Framework" to "Microsoft .NET Framework")
m
Line 6: Line 6:
 
| thanks=[[MarkeyJester]]
 
| thanks=[[MarkeyJester]]
 
}}
 
}}
'''GetArt.NET''' is a program that converts an image and a palette image into uncompressed art, palette and plane mappings data for use on the [[sega:Sega Mega Drive|Sega Mega Drive]].
+
'''GetArt.NET''' is a program that converts an image and a palette image into uncompressed art, palette and plane mappings data for use on the [[sega:Sega Mega Drive|Sega Mega Drive]]. The source code is available [https://github.com/sonicretro/SonLVL in the SonLVL GitHub repository].
  
 
This program behaves mostly the same as [[GetArt]], but supports BMP, PNG, GIF and JPG images, and many different pixel formats.
 
This program behaves mostly the same as [[GetArt]], but supports BMP, PNG, GIF and JPG images, and many different pixel formats.

Revision as of 17:06, 27 July 2014

Template:Program GetArt.NET is a program that converts an image and a palette image into uncompressed art, palette and plane mappings data for use on the Sega Mega Drive. The source code is available in the SonLVL GitHub repository.

This program behaves mostly the same as GetArt, but supports BMP, PNG, GIF and JPG images, and many different pixel formats.

Usage

Save the image you want to use as Bitmap.ext (where ext is the file's original extension) in the GetArt.NET folder. If the image is 1bpp, 4bpp or 8bpp with palette information included, a separate palette image is not required. Otherwise, create an image of the palette for the image using 8x8 squares (you can have as many color squares as you want, however only the first 64 are used) as Palette.ext (where ext is the file's original extension). Then run GetArt.NET.exe.
The program will generate several files:

  • Map.bin - uncompressed plane mappings that can be loaded into the Mega Drive's VRAM.
  • Art.bin - uncompressed 8x8 tiles to be used with the mappings.
  • Palette.bin - a full palette (64 colors) for use with the art and mappings.

Downloads

Download.svg Download GetArt.NET
File: GetArt.NET.zip (228 kB) (info)