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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,570
» Latest member: archibael
» Forum threads: 7,447
» Forum posts: 40,703

Full Statistics

Latest Threads
Trying to append part of ...
Forum: General questions
Last Post: Denarius
Yesterday, 12:26 PM
» Replies: 5
» Views: 281
Can't see GIMP windows
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Tas_mania
Yesterday, 08:57 AM
» Replies: 2
» Views: 164
clone tool
Forum: General questions
Last Post: sallyanne
Yesterday, 12:38 AM
» Replies: 6
» Views: 331
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
06-29-2025, 07:48 AM
» Replies: 8
» Views: 424
Updating Python Scripts t...
Forum: Scripting questions
Last Post: Ofnuts
06-28-2025, 08:58 PM
» Replies: 1
» Views: 168
GIMP 3.0.4 Script-Fu Batc...
Forum: Extending the GIMP
Last Post: AgHornet
06-27-2025, 10:20 AM
» Replies: 0
» Views: 149
Technique for removing ov...
Forum: General questions
Last Post: denzjos
06-27-2025, 09:47 AM
» Replies: 12
» Views: 888
Windows save
Forum: General questions
Last Post: Tas_mania
06-26-2025, 10:30 PM
» Replies: 2
» Views: 261
unable to convert from rg...
Forum: General questions
Last Post: rich2005
06-26-2025, 11:42 AM
» Replies: 1
» Views: 224
How to fix halftones?
Forum: General questions
Last Post: rich2005
06-26-2025, 10:57 AM
» Replies: 2
» Views: 269

 
  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

  Batch adding a gif to images
Posted by: Etan - 12-26-2020, 08:55 AM - Forum: General questions - Replies (3)

New user here, only been using gimp since oct this year. Using it to edit images for trading card bot on discord. Tried doing gif things with it and failed pretty miserably every time. Goal is to add a gif to the card images for a certain rarity. Is it possible to use the batch manipulator to insert the gif as a sort of overlay to the cards (used as a background). 

1. Have gif file that has a transparent back ground
2. card images
3. Use batch to bulk add the gif to multiple card images?


Sorry if i didnt explain it very well. Thanks for your time and help!

Print this item

  Importing color index from .PNG?
Posted by: Jere Sumell - 12-25-2020, 07:23 AM - Forum: General questions - Replies (6)

I'm quietly new to GIMP Software even I have long history in Free and open Software and Linux World under GNU License and photography and some stuff in commerical image processing tools.

I started to takeover GIMP advanced use by reading book "GIMP Bibile" and i stucked to Color index with Google keywords "Disney Color Index" and "Super Mario Bros Color Index".

I understood that I can convert color index from ie. RGB to indexed so little bit fun for Christmas Day I'm try to comvert some of my images to Original Disney Colors.


There's a website under "Colorscheme.com" -domain name where visitor can download color index in .PNG format. My Question is How to import Color Index from .PNG -format to my active GIMP -project.

Example straight link reference to "Classic Disney Color Scheme" @ Colorscheme.com
Classic Disney Color index @ ColorScheme.com

Print this item

  How to do batch exporting?
Posted by: AncientxFreako - 12-24-2020, 07:37 PM - Forum: General questions - Replies (12)

Hello again all,

My 2nd post, thanks for the help in advance. I'm trying to export batches of .bmp's to .png's....and my mouse clicking finger is getting tired of doing it the hard way.

How do I use a batch process to streamline this?

Thanks again Smile

Print this item