| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,911
» Latest member: activey
» Forum threads: 7,681
» Forum posts: 41,780
Full Statistics
|
| Latest Threads |
RapidRAW
Forum: Other graphics software
Last Post: denzjos
1 hour ago
» Replies: 0
» Views: 18
|
Can't find path plug-in
Forum: General questions
Last Post: programmer_ceds
Yesterday, 04:47 PM
» Replies: 7
» Views: 314
|
Isolate, select and copy/...
Forum: General questions
Last Post: Priskaa
Yesterday, 02:18 PM
» Replies: 0
» Views: 15
|
Gimp shows blank black sc...
Forum: Windows
Last Post: rich2005
Yesterday, 09:01 AM
» Replies: 1
» Views: 93
|
Outlined and filled in 3....
Forum: General questions
Last Post: rich2005
10-31-2025, 04:42 PM
» Replies: 2
» Views: 172
|
Upgrade 3.0.6
Forum: Windows
Last Post: J-C R 45
10-31-2025, 03:07 AM
» Replies: 4
» Views: 346
|
Astrophotography - Creati...
Forum: Tutorials and tips
Last Post: Zero01
10-30-2025, 07:24 PM
» Replies: 5
» Views: 512
|
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: rich2005
10-29-2025, 09:26 AM
» Replies: 1
» Views: 228
|
free e-on 3D software
Forum: Other graphics software
Last Post: gasMask
10-29-2025, 07:43 AM
» Replies: 2
» Views: 246
|
fill area has a border..
Forum: General questions
Last Post: Studoc64
10-29-2025, 12:48 AM
» Replies: 3
» Views: 240
|
|
|
| Cropping Template |
|
Posted by: Gimlet - 08-18-2022, 12:00 PM - Forum: General questions
- Replies (9)
|
 |
My camera doesn't take 16:9 aspect ratio.
That's the ratio of a standard TV where I view my jpeg pictures.
Therefore, I need to crop them – in bulk.
I also need the Crop Rectangle to be at the bottom of the frame
(not centred across the middle where most crop software places it.
The reason is that generally, the top part of the picture is is less important than lowe down.
So what I would like is a stored template which will do this for me automatically, and in bulk if at all possible.
Does anyone know if this can be done in Gimp?
|
|
|
| editing floating selections / alpha channel locked (2.10.32) |
|
Posted by: zach_D - 08-17-2022, 07:47 PM - Forum: General questions
- Replies (2)
|
 |
Recently switched to a newer version of GIMP (2.10.32) and finding that I am unable to edit floating selections without clicking on the alpha channel lock/unlock every time I want to make an edit to a floating selection.
Is there any way to turn this off this alpha channel lock (for floating selections) permanently?
Having to click it off manually every time I want to make an edit on a floating selection is clunky / highly annoying, compared to the ease and functionality of the previous version (2.8) that I was using.
Kinda assuming there's no way within the current 2.10.32 version to permanently turn off automatic alpha channel lock for floating selections,
is it possible to manipulate the coding itself to do this? I have no idea how to go about this....
|
|
|
| Reconstructing an image from overlapping parts |
|
Posted by: Ofnuts - 08-17-2022, 08:25 AM - Forum: Tutorials and tips
- Replies (2)
|
 |
Note: this method applies only to bigger images cut out properly (for instance, multiple screenshots of something too big to fit on a screen), not to picture extracts done with a handheld camera/smartphone that are in the realm of panorama software such as Hugin). This method can also give decent results with partial scans, but this assumes that there is very little distortion in the scanner, which isn't always a given.
- You temporarily set the layer at the top to Difference mode. This will show you outlines in both pics where they overlap. Yes, the top layer doesn't show in the areas where there is nothing below it.
- You move the top layer and and when the position is pixel-perfect the overlap goes completely black. In the last stages you can move the layer pixel-by-pixel using the cursor keys (or you can zoom in to some part of the image with many small details)
- You set the top layer back to Normal mode to restore the full image.
- Rinse and repeat for every layer.
|
|
|
| Clone (and dodge) problems |
|
Posted by: UserError - 08-16-2022, 02:23 PM - Forum: General questions
- Replies (1)
|
 |
Hello. I'm running Gimp 2.10 on Linux Mint 20. I have a standard AFAIK rgb jpg from my android phone. I am having trouble with the clone tool selecting a source. I have got it to sometimes, but mostly not. I don't know what I did to make it work, but it now won't work again.
I know about holding ctrl to select source, then releasing it. But it's not working and doesn't leave the source brush behind and sometimes leaves the error message to set a clone source - which disappears at some point (again, I can't make it go, not sure what the trigger is).
I am also having problems with the dodge/burn not toggling too.
I've used the clone tool loads before with no problems, but I'm an intermittent user but have been for many years.
I also previously installed the resynthesiser plugin - could this be linked?
If anyone could help, I'd appreciate it as I've used up a load of time getting nowhere.
Many thanks
|
|
|
| Scale image relative size? |
|
Posted by: BaconWizard17 - 08-14-2022, 02:46 PM - Forum: Scripting questions
- Replies (7)
|
 |
Hi all! I'm trying to work out a script that I can use to reduce the size of an image by half. However, I need this to work with images of different sizes, but I always want them to be scaled to half their size. I know that this code exists:
Code:
(gimp-image-scale image X Y)
But I've only ever used it for absolute sizes. How can I make it be relative? I'm assuming I'll need to get the current size of the image and then multiply those variables by 0.5, then use the variables in this command, but I'm having trouble finding any documentation about actually getting the layer sizes. Any help is appreciated!
|
|
|
|