Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,946
» Latest member: ExplodingCabbage
» Forum threads: 7,707
» Forum posts: 41,904

Full Statistics

Latest Threads
Gimp 3.0.6 Python plug-in...
Forum: Scripting questions
Last Post: Volker
40 minutes ago
» Replies: 0
» Views: 7
What exactly tutorials ar...
Forum: General questions
Last Post: SleipnirTheHorse
51 minutes ago
» Replies: 5
» Views: 300
Ubuntu - Right way to cra...
Forum: Linux and other Unixen
Last Post: ExplodingCabbage
1 hour ago
» Replies: 0
» Views: 3
Random Clone
Forum: General questions
Last Post: mrkid
1 hour ago
» Replies: 3
» Views: 211
Problem with Gimp 3 Pytho...
Forum: Scripting questions
Last Post: Volker
4 hours ago
» Replies: 7
» Views: 269
Issue with Gradient Flare...
Forum: General questions
Last Post: rich2005
5 hours ago
» Replies: 4
» Views: 98
ExifToolGUI and ExifTool ...
Forum: Other graphics software
Last Post: denzjos
5 hours ago
» Replies: 10
» Views: 9,785
Beginner question on Laye...
Forum: General questions
Last Post: denzjos
8 hours ago
» Replies: 1
» Views: 72
New to Gimp
Forum: General questions
Last Post: denzjos
Yesterday, 08:20 AM
» Replies: 4
» Views: 304
Autopano Giga 4.4.2 now f...
Forum: Other graphics software
Last Post: denzjos
Yesterday, 08:17 AM
» Replies: 1
» Views: 128

 
  Cursor Misaligned and Lags (trackpad)
Posted by: mcharlie - 12-28-2020, 08:10 PM - Forum: OSX - Replies (1)

I'm using a Mac (OSX Big Sur) and when using either McGimp or Gimp, my cursor is nearly always misaligned with what actually happens on screen - I have to aim the cursor above wherever I'd like to do something. I'm using the Mac's trackpad.

There's also a lag when doing certain things, such as cutting an area after selecting it. I have to save and reopen the file to see the area cut out.

Any ideas? Is it down to it being Big Sur?

Print this item

  text
Posted by: Shimmitar - 12-28-2020, 05:02 PM - Forum: General questions - Replies (2)

How do you make shiny, metallic text like in the image below?

[Image: iE6jYlt]

Print this item

  Glass material in GIMP
Posted by: meetdilip - 12-28-2020, 04:57 PM - Forum: General questions - Replies (5)

Can we make something like this in GIMP ? I am not sure I am skilled enough to portray the reflections and other effects on the glass

   

Print this item

  Take circle picture out of image to use
Posted by: hendrikbez - 12-28-2020, 03:35 PM - Forum: General questions - Replies (7)

Good Day

I need help with the following I want to learn how to take the middel part out of this screen, and save it on it own
The gold part.

Print this item

  HDR, Bracketing, Stitching
Posted by: 360Gimper - 12-28-2020, 07:25 AM - Forum: General questions - Replies (2)

Can any one tell me if the 2.10.22 version of Gimp supports any HDR editing or bracketing? I dont want to pay for something like Aurora HDR if there is a free way to do this? I am wanting to work on 360 photos to use them in virtual tours so a stitching option would also be very useful.

Print this item

  Keep copied selection size in a new image
Posted by: pylebecque - 12-27-2020, 02:59 PM - Forum: General questions - Replies (2)

Hello,

Thanks in advance for your wise help!

- Example : I have opened an image of 1000 x 500
- With the selection tool, I select a part of that image. For example, I select 200 x 300 of that image
- I want this selection of 200 x 300 to be a new jpeg file
- So I create a new image BUT THE SIZE OF MY SELECTION (200 x 300) IS NOT KEPT IN MEMORY!
That new image has automatically the size of the main image : 1000 x 500
BUT I WANT A NEW IMAGE WHICH WOULD AUTOMATICALLY BE 200 x 300, the size of my selection.

So instead, I have to memorize myself the size of my selection in my little head.
When I open a new image, I have to type in myself the size 200 x 300 which I have memorized.
It's okay when it's 200 x 300, but it's kind of challenging when it's 1426 x 1428, a good memory training!

I remember that in Photoshop, it did that : it memorized the size of my selection in a new image.

How can I do that with Gimp?
Or maybe is there another way around that issue ?

Thanks for your help

Print this item

Bug Alpha to selection bug on Mac OS?
Posted by: taran - 12-27-2020, 01:44 PM - Forum: OSX - Replies (2)

Hi.

I'm on Gimp 2.10.22 on MacOS Big Sur (latest). No matter what I try, "Alpha to selection" does not work.
I'm doing the following:
1. create new workspace with white bg
2. I use a text tool to add a text to canvas: "TEST"
3. I right click on a later and select "Alpha to Selection"
I expect for actual text letters to be selected, but that does not happen, in fact nothing happens.
I tried reinstalling from zero, does not help.

Am I doing something wrong, or is this a bug on Mac OS?

Help please.

Print this item

Lightbulb Browse by Thumbnail (Windows)
Posted by: Gimposaurus - 12-27-2020, 12:25 PM - Forum: Tutorials and tips - Replies (5)

After reading many posts that suggest that it's not possible (or even desirable) to browse and open images by thumbnail from within GIMP, I put together this method which allows me to work in the same way that I did in PaintShop Pro (before it became to slow and messy to use).

The way I like to work is that from within PaintShop, I type <Ctrl-B> to bring up a thumbnail browser, browse to a folder, then double-click on a thumbnail to edit that image.  I also like the browser to remember the same folder next time I type <Ctrl-B>.

What I've done to achieve this is:

1. Install an external app that allows thumbnail browsing.  I've found that "Unifie" does exactly what I need as it is focused more on the thumbnail browsing rather than actual editing.
2. In Unifie, open the Tools>>Options dialog and add GIMP as an external program.  In my case "C:\Program Files\GIMP 2\bin\gimp-2.10.exe".
3. In the Unifie Tools>>Mouse/Keyboard dialog, change the "Popup Window" - "Click" entry to GIMP (External Tool N).
4. Now, download and install "AutoHotKey". This is an app for creating keyboard shortcuts.
5. Create a file called something like "AutoHotKeys.ahk".  I keep mine in "My Documents". Put the following text in it:

    #IfWinActive ahk_exe gimp-2.10.exe
    ^b::
    Run, "c:\Program Files\Unifie\unifie.exe"
    return

6. Type Win+R and enter "shellConfusedtartup".
7. In the folder: "C:\Users\XXXXXX\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup", create a shortcut to your AutoHotKeys.ahk file.
8. Log out and back in.

The AutoHotKeys script should now run when you login.  The script tells windows to run Unifie when you type <Ctrl-B> from within GIMP.

I hope others find this a useful addition to what I'm finding to be a very useful free program.

Dave

Print this item

  Python script support missing in my 2.10.22 install
Posted by: lphilpot - 12-27-2020, 04:18 AM - Forum: Linux and other Unixen - Replies (4)

At least in my Xubuntu 18.04 installation, it's not there anymore (2.10.22 on Win 10 looks normal). I upgraded from 2.10.14 to 2.1.22 yesterday via PPA http://ppa.launchpad.net/ubuntuhandbook1/gimp/ubuntu and it doesn't appear to have any support for Python plugins. The entire Python-Fu entry is missing from the Filters menu and other python actions are gone (e.g., Filters | Web | Slice). I had installed Resynthesizer and the scripts are still there in my profile directory but they're not visible in Gimp either.

I found more than a few similar occurrences online (not limited to 2.10.22) and some referenced installing gimp-python but apt says it doesn't exist. No solution yet - Any idea what's missing?

Thanks!

Print this item

  Copy part of one layer to another layer in GIMP
Posted by: stonebe - 12-26-2020, 06:25 PM - Forum: General questions - No Replies

How can I copy a part of one layer to another layer in GIMP?

I want to make an object in an image disappear in GIMP by copying a part of another image to this image. I have once successfully applied a workflow explained in an online instruction which says to (1) open both images as layers in GIMP, (2) add a white layer mask (full opacity) to the upper layer and (3) to use a tool - I think it was the Clone Tool - to copy a part of the lower layer to the upper layer. Unfortunately, it does not work the way I remember it and I find neither this instruction again nor another manual which would explain it.

My images contain many details which are sometimes hidden by covering objects. That's why I'm looking for a solution different from cloning a part of one image to another location of the same image.

Print this item