Actions

Difference between revisions of "GetArt"

From Sonic Retro

(Created page with "{{Program | category=Graphics editor | date=January 18, 2011 | system=Microsoft Windows | credits=MarkeyJester }} '''GetArt''' is a program that converts a bitmap image an...")
 
m (Text replacement - "date=January ([0-9][0-9]), ([0-9][0-9][0-9][0-9])" to "date=$2-01-$1")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Program
+
{{ProgramBob
 
| category=Graphics editor
 
| category=Graphics editor
| date=January 18, 2011
+
| date=2011-01-18
 
| system=Microsoft Windows
 
| system=Microsoft Windows
| credits=[[MarkeyJester]]
+
| credits=[[User:MarkeyJester|MarkeyJester]]
 
}}
 
}}
 
'''GetArt''' is a program that converts a bitmap image and a palette bitmap into uncompressed art, palette and plane mappings data for use on the [[sega:Sega Mega Drive|Sega Mega Drive]].
 
'''GetArt''' is a program that converts a bitmap image and a palette bitmap into uncompressed art, palette and plane mappings data for use on the [[sega:Sega Mega Drive|Sega Mega Drive]].
  
[[MainMemory]] later made his own version of the program, called [[GetArt.NET]].
+
[[User:MainMemory|MainMemory]] later made his own version of the program, called [[GetArt.NET]].
 
==Usage==
 
==Usage==
 
Save the image you want to use as a 24 bit per pixel RGB bitmap named Bitmap.bmp in the GetArt folder, and a 128x8 24bpp bitmap of the palette for the image using 8x8 squares as Palette.bmp. Then run GetArt.exe.<br />
 
Save the image you want to use as a 24 bit per pixel RGB bitmap named Bitmap.bmp in the GetArt folder, and a 128x8 24bpp bitmap of the palette for the image using 8x8 squares as Palette.bmp. Then run GetArt.exe.<br />

Latest revision as of 14:40, 10 October 2019

Notavailable.svg
GetArt
Category: Graphics editor
System: Microsoft Windows
Credits: MarkeyJester

GetArt is a program that converts a bitmap image and a palette bitmap into uncompressed art, palette and plane mappings data for use on the Sega Mega Drive.

MainMemory later made his own version of the program, called GetArt.NET.

Usage

Save the image you want to use as a 24 bit per pixel RGB bitmap named Bitmap.bmp in the GetArt folder, and a 128x8 24bpp bitmap of the palette for the image using 8x8 squares as Palette.bmp. Then run GetArt.exe.
The program will generate several files:

  • Pad.bmp - a copy of Bitmap.bmp padded out to the next multiple of 8 in width and height.
  • 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 single palette line (16 colors) for use with the art and mappings.
  • Info.txt - a text file indicating the width and height of the mappings in tiles.

Downloads

Download.svg Download GetArt
File: GetArt.rar (10 kB) (info)