Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/durobot/gimp-megadrive-generate-all-colors
- Owner: Durobot
- License: mit
- Created: 2016-09-22T04:45:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T05:53:14.000Z (over 5 years ago)
- Last Synced: 2024-12-24T01:44:51.916Z (30 days ago)
- Topics: gimp-plugin, gimp-plugins, gimp-script, gimp-scripts, megadrive, sega-genesis, sega-mega-drive, sega-megadrive
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.