Graphics
GIMP
How to manipulate images to make monocolor icons (PNG)
1. How to select an area of specific color
- Tools ➡ Selection Tools ➡ By Color Select
- Click on the color area
2. Make a color area transparent
- Tools ➡ Selection Tools ➡ By Color Select
- Click on the color area
- Cut the selected area to make it transparent
3. Make a color area a different color
- Tools ➡ Selection Tools ➡ By Color Select
- Click on the color area
- Right click on the selected area ➡ Colors ➡ Map ➡ Palette Map
Inkscape
Installation
sudo add-apt-repository ppa:inkscape.dev/stablesudo apt updatesudo apt install inkscape
How to enable isometric grid
- File ➡ Document properties... ➡ Grids ➡ Creation ➡ Axonometric grid ➡ New
- Spacing Y: 10
- View ➡ Custome selected
- View ➡ Zoom ➡ Zoom 1:1
- Shift + Ctrl + f
Example of isometric art: https://www.youtube.com/watch?v=R31TPsDBs_U Example of 3D art with rouded corners: https://www.youtube.com/watch?v=NMe1yS3tN_8
How to set background transparent
File ➡ Document properties ➡ Page ➡ Background ➡ Checkerboard background
How to make opaque gradient
- Create and edit gradient (Ctrl + F1)
- Drag to where you want the gradient direction to apply
- Click on the second stop (blue dot of the gradient vector)
- Select a color. If you don't select a color, the default is transparency
How to convert PNG to SVG
- File ➡ Import
- Choose to "embed" the image.
- Select the image with the select tool (↖).
- Path ➡ Trace Bitmap ➡ Multiple scans ➡ Colors:
- Scans: 2
- Remove Background checked
- Select "Update" for a preview until settings are fine.
- Start tracing with "OK".
Now a vectorized image of your original bitmap will be seen on top of the bitmap. We can resize or move this newly created object, delete the original image, or choose to "Object - Ungroup" in case we need to adapt shapes or colour of sub-object created.
- If necessary, reduce size of the vectorized image (hold down CTRL to lock ratio), so that it fits on the page. Otherwise it may appear "cropped" when viewed.
- Use "File - Save As" to save your file in SVG format.
How to transform a multi-color SVG image to monocolor foreground and transparent background
- Import SVG file
- Select all elements and group them together
- Make white color transparent:
- Filters ➡ Fill & Transparency Utilities ➡ Light Eraser
- Expansion: 7.0, Erosion: 10.0, Global opacity: 1.00
- Make rest of colors white:
- Filters ➡ Color ➡ Fade to Black or White
- Level: 0.00, Fade to white
Key shorcuts
- Alt + Left Click: Select object in the bottom
- Hold Left Click + space: Make copy of object
- #: Toggle grid on/off