Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/durobot/gimp-megadrive-generate-all-colors

A Python plug-in for Gimp, which generates a new image containing all 512 Sega Genesis/Megadrive colors
https://github.com/durobot/gimp-megadrive-generate-all-colors

gimp-plugin gimp-plugins gimp-script gimp-scripts megadrive sega-genesis sega-mega-drive sega-megadrive

Last synced: 26 days ago
JSON representation

A Python plug-in for Gimp, which generates a new image containing all 512 Sega Genesis/Megadrive colors

Awesome Lists containing this project

README

        

gimp-megadrive-generate-all-colors
------------------------------------

A Python plug-in for Gimp, which generates a new image containing all 512 Sega Genesis/Megadrive colors.

### Installation

- Copy **gimp_megadrive_generate_all_colors.py** to your Gimp plugins folder. To find out
its location, run Gimp and go to ``Edit > Preferences > Folders > Plug-ins``

- (Skip if you're using Windows) Change file permissions by adding executable bit: ``chmod +x gimp_megadrive_generate_all_colors.py``

- Restart Gimp

### Use

- Go to File > Create > Megadrive Colors...;

- Pick background color;

- Pick color sample size, your image size depends on it. Might be a good idea to choose 1;

- Click "Ok";

- Done.