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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,965
» Latest member: RichardSucks
» Forum threads: 7,716
» Forum posts: 41,956

Full Statistics

Latest Threads
plugin-py3-export-all
Forum: Extending the GIMP
Last Post: CowboyJoe
1 hour ago
» Replies: 3
» Views: 155
Gimp 2.10.30 Text alignme...
Forum: General questions
Last Post: guest273
Yesterday, 08:30 PM
» Replies: 0
» Views: 87
Can the gradient tool be ...
Forum: General questions
Last Post: ESH
Yesterday, 07:35 PM
» Replies: 2
» Views: 149
Gimp 3 path tool auto con...
Forum: General questions
Last Post: CmykStudent
Yesterday, 02:01 AM
» Replies: 9
» Views: 625
Numerous issues with 3.0+...
Forum: General questions
Last Post: rich2005
11-24-2025, 09:51 PM
» Replies: 2
» Views: 197
How to transform a layer ...
Forum: General questions
Last Post: stacash
11-24-2025, 08:47 PM
» Replies: 10
» Views: 737
How to make contours in G...
Forum: General questions
Last Post: denzjos
11-23-2025, 07:10 PM
» Replies: 2
» Views: 231
Has anyone tried getting ...
Forum: Extending the GIMP
Last Post: vitforlinux
11-22-2025, 04:32 PM
» Replies: 2
» Views: 330
What exactly tutorials ar...
Forum: General questions
Last Post: sallyanne
11-22-2025, 06:44 AM
» Replies: 6
» Views: 688
Gimp 3.0.6 Python plug-in...
Forum: Scripting questions
Last Post: Scallact
11-21-2025, 09:15 PM
» Replies: 8
» Views: 453

 
  Disabling "auto-select"
Posted by: gt40mk2 - 10-11-2023, 08:51 PM - Forum: General questions - Replies (4)

Hi - I'm a PS user, but can no longer justify the cost. I'm new to Gimp, just figuring out the basics. 

Mac OS 10.13, Gimp 2.10.34 rev 3

How do I make it *not* auto-select (as it's called in PS)?

eg: I select a layer in the layer list. When I click on the screen  to move it, it will move what is under the cursor on the screen, or the topmost layer above the selected layer on the screen.

I tried Prefs > Tool Options > Set layer or path as Active - both on and off - it doesn't make a difference.

Thanks!

Print this item

  32 bit images, Alpha channel, API Win32.
Posted by: todmar - 10-10-2023, 01:30 AM - Forum: Windows - Replies (3)

Exporting a .bmp file in 32 bit from Gimp: the image does not work on Windows. (LoadImage() call)
Load and save in other programs fixes the bug.
(such as Pixelformer)
The way GIMP does Color Alpha Transparent and Opaque is way cool.

Print this item

  Centering text
Posted by: sl60 - 10-09-2023, 08:11 PM - Forum: General questions - Replies (7)

I'm having a problem centering text layers. I select the text>Alignment Tool>Center Icon--and nothing. Same with Justify. What am I doing wrong?

Print this item

  Text along circle
Posted by: sl60 - 10-09-2023, 08:01 PM - Forum: General questions - Replies (12)

   
I've been experimenting with this technique and ran into an issue. I want to place text along the circumference of an existing circle (a circular object as opposed to a Gimp-drawn circle). I create the circular text and Gimp places it inside the edge boundary of the object, so I used the Move Tool to position it on the outside edge of the rim. When I did this the text warped a bit. How to avoid this?

Should I have perhaps created a circle drawn by Gimp to layer over the outside rim of the circular object?

Thanks--here is an image of the warped text.

Print this item

Exclamation gimp can't open .png file, though not damaged
Posted by: terminalN00b - 10-08-2023, 05:38 PM - Forum: OSX - Replies (1)

Hello, I don't know where I am supposed to look for a solution for this issue or how to best describe it, but here goes nothing.

This issue seems to be very specific and complex. I am trying to open and edit a .png file, which I ripped off the core system of my iPhone via software. But gimp is giving me an error message that simply says:

"Opening 'BatteryBG_4@2x.png' failed:

Error while reading 'BatteryBG_4@2x.png'. File corrupted?"


I know the file is not corrupted. It looks like it has something to do with the source of that image, as re-saving such image will make it work. But I don't know how to do so on a Mac computer, since opening it on gimp doesn't work obviously. I would simply have to get rid of the source.


My device:
Macbook Pro (Retina 13", 2013)

GIMP Version: 2.10

Hope I can find some answers here, thanks in advance!

Print this item

  Can't get resynthesizer to work on Gimp 2.10.34
Posted by: giutor - 10-08-2023, 10:31 AM - Forum: Linux and other Unixen - Replies (6)

Hi,

I downloaded the plugin from the github repository but I get this ouput:

Code:
Parsing '/home/gt/.config/GIMP/2.10/pluginrc'
Querying plug-in: '/usr/lib/gimp/2.0/plug-ins/file-rawtherapee/file-rawtherapee'
Querying plug-in: '/usr/lib/gimp/2.0/plug-ins/file-darktable/file-darktable'
Querying plug-in: '/home/gt/.config/GIMP/2.10/plug-ins/plugin-uncrop.py'
 File "/home/gt/.config/GIMP/2.10/plug-ins/plugin-uncrop.py", line 94
   raise RuntimeError, "Failed duplicate image"
                     ^
SyntaxError: invalid syntax
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Terminating plug-in: '/home/gt/.config/GIMP/2.10/plug-ins/plugin-uncrop.py'
Querying plug-in: '/home/gt/.config/GIMP/2.10/plug-ins/plugin-resynth-sharpen.py'
 File "/home/gt/.config/GIMP/2.10/plug-ins/plugin-resynth-sharpen.py", line 53
   raise RuntimeError, "Failed duplicate image"
                     ^
SyntaxError: invalid syntax
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Terminating plug-in: '/home/gt/.config/GIMP/2.10/plug-ins/plugin-resynth-sharpen.py'
Querying plug-in: '/home/gt/.config/GIMP/2.10/plug-ins/plugin-resynth-fill-pattern.py'
Traceback (most recent call last):
 File "/home/gt/.config/GIMP/2.10/plug-ins/plugin-resynth-fill-pattern.py", line 33, in <module>
   from gimpfu import *
ModuleNotFoundError: No module named 'gimpfu'
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Terminating plug-in: '/home/gt/.config/GIMP/2.10/plug-ins/plugin-resynth-fill-pattern.py'
Querying plug-in: '/home/gt/.config/GIMP/2.10/plug-ins/plugin-resynth-enlarge.py'
 File "/home/gt/.config/GIMP/2.10/plug-ins/plugin-resynth-enlarge.py", line 54
   raise RuntimeError, "Failed duplicate image"

How do I get Resynthesizer to work? Thanks Smile

Print this item

  How do I copy/map pixel brightness to hue?
Posted by: Artifice - 10-07-2023, 07:59 PM - Forum: General questions - Replies (2)

I wish to process grayscale images, and convert the gray shades (brightness 0-255) to hue (0-255), pixel for pixel.

More control over the color mapping is better, but I can make do with that by modifying the grayscale image first.

I can find no mention of such an operation. Am I missing something obvious? Is there a way for the GIMP to do this? Is there a plugin that will do it?

Print this item

  Plugin to integrate Gimp with Meta Segment Anything
Posted by: khemadeva - 10-07-2023, 09:33 AM - Forum: Extending the GIMP - Replies (19)

I have created a plugin, which allows users to isolate objects within a raster image inside GIMP using Meta Segment Anything.
Please feel free to download and use if you find it useful.

Here are the links:

Github Repo

Video Tutorial

Print this item

  Opacity lost on export to PDF.
Posted by: SF01 - 10-06-2023, 06:14 PM - Forum: Installation and usage - Replies (6)

Greetings.

I have made some projects with some layers with varying level of opacity on them.
Then, exporting to PDF the opacity level and layer mode type are lost and all the layers return back to default mode obstructing everything else instead of being applied as intended properly blending as overlays on the man image layers.

Print this item

  center point of circle path
Posted by: denzjos - 10-06-2023, 09:56 AM - Forum: General questions - Replies (16)

I traced a few circles on a existing drawing with a path using the ofnuts plugin 'Shapes / On strokes / Circles' .Is there a plugin to define the center points of the circles? 

   

Print this item