Gimp: Difference between revisions
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
=== Smart Separate Sharpen === |
=== Smart Separate Sharpen === |
||
* Download [ |
* Download [http://registry.gimp.org/node/24876 Smart Separate Sharpen] |
||
* Copy the script into {{file|~/.gimp-2.8/scripts}}. |
* Copy the script into {{file|~/.gimp-2.8/scripts}}. |
||
Revision as of 11:32, 16 December 2015
Basic actions
- Create squares, ellipses, circles
- This is done by stroking paths. Eg. to create a rectangle:
- If needed, create a new layer.
- Create a rectangle using the Rectangle Select Tool.
- Transform selection into path with Select → To Path.
- Stroke the path with Edit → Stroke Path.
- Instead of stroking the path, the selection can be stroked as well with Edit → Stroke Selection. 3rdd step above can be skipped in that case.
- The GIMP keeps track of all used path, so converting to path is handy to reuse previous paths. Check the dialog box Layers, Channels, Paths, Undos.
- This is done by stroking paths. Eg. to create a rectangle:
Plugins and scripts
Fourier plugin
- Download the fourier plugin.
- Install a few packages:
sudo apt-get install libfftw3-dev libgimp2.0-dev
- Build and install the plugin:
make make install
Descreen scriptfu
- Download the Descreen script.
- Copy the script into ~/.gimp-2.8/scripts.
- Restart gimp or select Scriptfu → refresh scripts. The script appears in Enhance → Descreen.
resynthesizer
Install the plugin with:
sudo apt-get install gimp-plugin-registry
Smart Separate Sharpen
- Download Smart Separate Sharpen
- Copy the script into ~/.gimp-2.8/scripts.
How-To
Remove Moiré effect on a photo scan
- Method 1 - blur and sharpen
- Reference: [1]
- Parameters below are for a 600 dpi scan.
- Apply Filter → Blur → Gaussian Blur effect, method RLE, radius 5px.
- (USELESS - HAS NO EFFECT) Apply Filers → Eg → smart separate sharpen (redux) (default options)
- Apply Image → Scale Image → 35% and Cubic.
- Method 2 - Descreen plugin