Version: 1.0.0
Website: Check our website
This plugin generates a customizable grid with an optional background layer. It is perfect for creating design templates, guides, and other grid-based layouts. The user can define the grid's thickness, cell size, colors, and choose to include or exclude a background layer.
- Create grids with customizable thickness and dimensions.
- Define the number of rows and columns.
- Customize grid and background colors.
- Optionally include a background layer.
- Suitable for design templates, grids, or layout guides.
-
Find your Plug-in folder by checking
Preferences > Folders > Plug-ins
:- On macOS:
~/Library/Application Support/GIMP/2.10/plug-ins
- On Linux:
~/.config/GIMP/2.10/plug-ins
- On Windows:
%AppData%\GIMP\2.10\plug-ins
- On macOS:
-
Save the plugin script
grid_gen.py
into your GIMP plug-ins directory -
Make the script executable by running:
cd <Your Plug-in directory> chmod +x grid_gen.py
-
Restart GIMP.
-
The plugin will appear under:
Toolbox > Filters > Custom > Grid Generator
.
- Grid Thickness: Specify the thickness of the grid lines in pixels.
- Columns and Rows: Define the number of columns and rows.
- Grid Color: Choose the color of the grid lines.
- Grid Cell Dimensions: Set the width and height of each grid cell in pixels.
- Background Color: Select the background layer color (if included).
- Include Background: Enable or disable the background layer.
- Click "OK" to generate the grid.
-
Basic Grid:
- Thickness: 2 pixels
- Columns: 10
- Rows: 10
- Grid Color: Black
- Grid Cell Dimensions: 50 x 50 pixels
- Background: None
-
Grid with Background:
- Thickness: 3 pixels
- Columns: 5
- Rows: 5
- Grid Color: Blue
- Grid Cell Dimensions: 100 x 100 pixels
- Background Color: White
- The plugin doesn’t appear in the menu:
- Ensure the script is saved in the correct plug-ins directory.
- Verify the file is executable (
chmod +x
). - Restart GIMP.
- Error: "Invalid parameter values":
- Ensure thickness, width, height, rows, and columns are positive values.
Feel free to contribute by suggesting features or reporting bugs on GitHub.
This project is licensed under the MIT License. See the LICENSE file for more details.
You can include additional examples, configurations, or frequently asked questions in this README as the project evolves.