| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,819
» Latest member: laren99
» Forum threads: 7,899
» Forum posts: 43,005
Full Statistics
|
| Latest Threads |
gimp removes transparency...
Forum: General questions
Last Post: saint_m
4 hours ago
» Replies: 5
» Views: 8,516
|
How would I be able to be...
Forum: General questions
Last Post: denzjos
7 hours ago
» Replies: 1
» Views: 78
|
Converting python plugin-...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: DerPit
7 hours ago
» Replies: 67
» Views: 58,328
|
opening the image leads t...
Forum: General questions
Last Post: saint_m
Yesterday, 01:12 PM
» Replies: 7
» Views: 267
|
Fine-tuning GIMP performa...
Forum: General questions
Last Post: Tas_mania
Yesterday, 10:15 AM
» Replies: 2
» Views: 134
|
How to restore tool docks...
Forum: General questions
Last Post: MaxClifton
Yesterday, 06:47 AM
» Replies: 4
» Views: 766
|
Requesting testers for CM...
Forum: General questions
Last Post: Malsasa
06-21-2026, 03:31 PM
» Replies: 13
» Views: 2,065
|
For the civil (and milita...
Forum: Watercooler
Last Post: Tas_mania
06-21-2026, 10:55 AM
» Replies: 9
» Views: 6,349
|
It is nice that GIMP exis...
Forum: Watercooler
Last Post: denzjos
06-21-2026, 06:04 AM
» Replies: 0
» Views: 103
|
XP-Pen tablet works in Pa...
Forum: General questions
Last Post: rich2005
06-20-2026, 08:36 PM
» Replies: 1
» Views: 162
|
|
|
| Is there a decent filter to make some sort of lens distortion for text ? |
|
Posted by: Espermaschine - 11-01-2016, 03:33 PM - Forum: General questions
- Replies (22)
|
 |
I was thinking of something like that:
http://tinyurl.com/ztrg45o
(the logo in the middle).
Thats an effect from the late 90ies so shouldnt be too exotic.
I tried mapping text to a sphere, but Gimp's 'Map To Object' filter doesnt look good.
The 'Lens Distortion' is not extreme enough.
'Apply Lens' makes it all jaggy edged.
G'MIC doesnt seem to have the right filter...'Fisheye' distorts parts of the text too much in an ugly way.
I downloaded Mathmap, but im new to this filter pack, so i dont know.
|
|
|
| Working with Paths |
|
Posted by: Blighty - 10-31-2016, 08:44 AM - Forum: Tutorials and tips
- Replies (17)
|
 |
When I first started working with paths I made a How To list. I printed this and kept referring to it whenever I was working with paths. It helped me, so I am sure it will help others just starting to use Gimp paths.
Consider this a Work In Progress. ie it is not complete and not guaranteed to be 100% correct. Please feel free to correct and add to it. I would like to see it posted somewhere permanent when completed.
HOW TO:
Create a new Path:
Design: Click, Click, Click, Click, ...
Close a Path:
Design: Ctrl-Click on first node.
Move a Node:
Design: Drag Node
Add a new node:
Design: Ctrl-Click on segment
Edit: Click on a segment
Delete a node:
Design: Select node, then Shift-Ctrl-Click on the node
Edit: Select node, then Shift-Click on the node (or Shift-Ctrl-Click on the node)
Delete a segment:
Design: Select Segent, then Shift-Ctrl-Click on the segment
Edit: Select Segent, Shift-Click on the segment
Join two nodes with a segment (close a path):
Design: Click on one node; Ctrl-Click on the next node.
Edit: Click on one node, Click on the next node.
Open (Extract) a handle:
Design: Select node: Ctrl-Drag square
or Edit: Drag square
Open (Extract) handles while creating a path:
Instead of just clckng, Click-Drag.
Close (Delete) a handle:
Design: Shift-Ctrl-Click on the handle
Edit: Shift-Click on the handle
Make handles symmetrical:
Design or Edit: Press Shift while dragging a handle
Design or Edit: Press Ctrl-Shift while dragging a handle
Bend a segment:
Design: Click on the segment and drag
or Edit: Click on the segment and drag (Caveat: this adds a new node!)
Start a new section in the same path
Design: Shift-Click
(Can be used to create an O shape path with inner and outer sections)
How to tell Gimp that this path is complete and I want to start a new path:
Paths Dialogue: Click on New Path (similar to creating a new layer in the layers dialogue.)
How to smooth nodes or a complete path:
???
|
|
|
| Painless use of selection tools |
|
Posted by: Ofnuts - 10-30-2016, 03:30 PM - Forum: Tutorials and tips
- Replies (6)
|
 |
A couple of techniques that work with all selection tools, once you know that:
- You can save your current selection (Select/Save to channel)
- Channels can operate on the current selection: bluntly replace it, but also be added, subtracted, intersected with it
- Channels appear in the "Channels" dialog (Windows/Dockable Dialogs/Channels)
Then, you have two modes of operation:
The "cumulative":
- Do some selection
- Save selection to channel
- Start new selection part in "addition"/"subtraction"/"intersection" mode, with some possible overlap with current selection (shift-click, usually, but for scissors you have to "shift-enter" at the end (instead of plain "enter"))
- Save the new selection to a channel (and keep the old one)
- Etc...
With this method you can undo by just restarting with a previous step, and you see your final selection coming, but you cannot easily rework the first selections.
The "stitched pieces":
- Do some selection
- Save selection to channel
- Repeat (with some overlap most of the time)
- Once done, use the Channels dialog to add/subtract/intersect the channels to the current selection. In Gimp 3, you can selected several channels together and set them as the selection (Gimp adds them all together, and then applies the result wit the operation specified).
Slightly more manual at the end, and I recommend to name each selection. But you can redo any selection easily, and have each selection with a different feathering amount.
For all methods:
- Since you spent so much time doing these selections, save the final selection, too. May come in handy.
- As long as you save the image with as XCF, the selections that you saved as channels are saved with it. You can interrupt your work... or at least do periodic and useful saves of the image.
- Nothing says you have to use the same selection tool all along... you can use the best tool for each partial selection.
|
|
|
| ofn-erase-background |
|
Posted by: Ofnuts - 10-30-2016, 02:19 PM - Forum: Extending the GIMP
- Replies (33)
|
 |
A quick script to automate the background erasure when the background is uniform.
To use:
- Make a selection on the background using the fuzzy selector with a threshold big enough to include small irregularities
- Use Layer>Erase background
The script uses the now-classic color-to-alpha-on-grown-selection with a couple of enhancements:
- Most of the background is completely deleted and is guaranteed to be totally transparent (thanks Blighty)
- The color used for color-to-alpha is deduced from the erase background color, and so doesn't ned to be specified.
Script is at the usual place: Ofnuts' Gimp Tools downloads
|
|
|
|