GIMP: Difference between revisions
Created page with "The GNU Image Manipulation Tool is a free, powerful, bewildering image editing suite. It is in many ways similar to Adobe Photoshop. The [http://www.gimp.org GIMP homepage] ha..." |
No edit summary |
||
| Line 7: | Line 7: | ||
===Rounding corners=== | ===Rounding corners=== | ||
The [http://docs.gimp.org/en/script-fu-round-corners.html Round Corners filter] can round the corners of rectangular images. Rounding more complicated shapes can be accomplished using [http://www.novell.com/coolsolutions/feature/11583.html shrinks]. It's wise to then feather your selection (right click, Select, Feather) for a softer boundary; note that <tt>script-fu-round-corners</tt> doesn't appear to do this. | The [http://docs.gimp.org/en/script-fu-round-corners.html Round Corners filter] can round the corners of rectangular images. Rounding more complicated shapes can be accomplished using [http://www.novell.com/coolsolutions/feature/11583.html shrinks]. It's wise to then feather your selection (right click, Select, Feather) for a softer boundary; note that <tt>script-fu-round-corners</tt> doesn't appear to do this. | ||
===Filmstrip=== | |||
Open multiple images as layers within one image, and apply the Combining->Filmstrip filter. | |||