Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This plugin adds an option to the Godot editor's context menu that allows you to convert an image into a ColorPalette resource (.tres).When you right-click on an image in the FileSystem (PNG, JPG, WEBP, etc.), you can select:Convert to paletteThe plugin then extracts all the unique colors from the image (ignoring nearly transparent pixels) and automatically generates a palette.tres file in the same folder.
This plugin adds an option to the Godot editor's context menu that allows you to convert an image into a ColorPalette resource (.tres).
When you right-click on an image in the FileSystem (PNG, JPG, WEBP, etc.), you can select:
Convert to palette
The plugin then extracts all the unique colors from the image (ignoring nearly transparent pixels) and automatically generates a palette.tres file in the same folder.
Reviews
Quick Information
This plugin adds an option to the Godot editor's context menu that allows you to convert an image into a ColorPalette resource (.tres).When you right-click on an image in the FileSystem (PNG, JPG, WEBP, etc.), you can select:Convert to paletteThe plugin then extracts all the unique colors from the image (ignoring nearly transparent pixels) and automatically generates a palette.tres file in the same folder.