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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,584
» Latest member: XarknoX
» Forum threads: 7,458
» Forum posts: 40,751

Full Statistics

Latest Threads
blank screen
Forum: OSX
Last Post: wilsonpig
21 minutes ago
» Replies: 4
» Views: 43
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: rich2005
1 hour ago
» Replies: 4
» Views: 176
Bug: gimp-drawable-get-pi...
Forum: Scripting questions
Last Post: teapot
2 hours ago
» Replies: 3
» Views: 123
Cannot Install BIMP to GI...
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 07:52 PM
» Replies: 1
» Views: 62
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: chblondel
Yesterday, 06:11 PM
» Replies: 9
» Views: 500
Gimp 3.0.4 - Windows 10 -...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
Yesterday, 03:02 PM
» Replies: 1
» Views: 109
Macroglossum stellatarum
Forum: Watercooler
Last Post: denzjos
Yesterday, 09:47 AM
» Replies: 2
» Views: 134
Missing script-fu "refres...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Frenchie
Yesterday, 08:38 AM
» Replies: 11
» Views: 395
processes in Whitelist
Forum: OSX
Last Post: rich2005
07-02-2025, 09:45 AM
» Replies: 5
» Views: 232
Digikam: photo management...
Forum: Other graphics software
Last Post: denzjos
07-02-2025, 06:53 AM
» Replies: 7
» Views: 4,622

 
  Magnetic laso tool, Quick mask?
Posted by: surfbug - 03-07-2020, 04:51 PM - Forum: General questions - Replies (2)

I had Ps software but I switched to your Gimp but I don't see any magnetic laso tool anywhere. I tried to open PS image on your software but I don't see any images. Does gimp have any quick mask if so can I edit the image on quick mask? Thx

Print this item

  Imports in a Python plugin
Posted by: Ottia Tuota - 03-07-2020, 09:31 AM - Forum: Scripting questions - Replies (5)

Hello!

I have been writing some plugins for Gimp. I plan to share them soon since I believe they will be useful. But I have a problem where I wish you can help me.

I explain the general situation first before making my question.

Python allows imports. I have the plugins in two Python files. (One file registrates one Gimp plugin and the other registrates two.) The files contain large common parts. The common parts are currently embedded in both files, but it would be much better if the common parts could be in separate files instead and the two plugin files would just import them.

Now you perhaps think that I might just combine everything in one big file containing three registrations. But I don't want to do that. For future development I would want to have the common parts each in its own file, and I don't like the idea of having to combine everything in one big file every time I make a new version of some part. Besides, it is likely that those common parts will find usage in some future plugins.

Now I pose my question (sorry about the lengthy explanations). Please note that I know very little about computers.

Can the following be realized somehow? Suppose we have a file A.py implementing a plugin. Another file B.py contains material that we want to be imported in A.py, for instance some object called NameDefinedInB. In file A.py we have written

# File A.py
# ---------
from gimpfu import *
import B as imported_B
...
NameInA = imported_B.NameDefinedInB
# Then NameInA is applied in A.py in some way
...


In Gimp's plug-ins folder we put A.py and B.py in the same subfolder A as follows:

plug-ins
   |
   +---A  (subfolder)
   |   |
   |   +----A.py  (file, the plugin)
   |   +----B.py  (file, to be imported in A.py)
   |
   +---some other plugin
   |
   +---some other plugin
   |
  ...
   

This is how I would like to arrange things, hoping that the stuff in B.py will be imported in A.py.

I made a little test plugin about this. I have tried it with the following three installations of Gimp (on Windows 10 64 bits):

1: Gimp 2.10.18 from gimp.org
2: Gimp 2.10.18 portable from Samj
3: Gimp 2.10.18 portable from Partha

and got the following results:

1: The test plugin does not appear in Gimp's menu.
2: The test plugin does not appear in Gimp's menu.
3: Works OK! (And a .pyc file is created.)

The test plugin is in the attached zip file in case you wish to try it. Put the whole folder import_test as a subfolder in Gimp's plug-ins folder and restart Gimp. The plugin should be found as Filters/ImportTest/Import test. If it is, click it and see if anything happens in the error console.

Any ideas? Is this supposed to work at all? Since I want to share the plugins, I need a solution that works for everybody as such. Thanks in advance!



Attached Files
.zip   import_test.zip (Size: 795 bytes / Downloads: 370)
Print this item

  Scale image isn't scaling my image
Posted by: Lost Birds - 03-06-2020, 03:22 PM - Forum: General questions - Replies (5)

My canvas is sized 1920x1080. The picture I'm working with is 1920x1279 and I'm trying to crop one part of it so I get 1920x1080. When I press Shift+C and enter size I want to crop it to, the cropping outline is much smaller than the size I'm entering. I know this for a fact because as I've said my canvas is 1920x1080 but when I put crop size into the same resolution (1920x1080), the crop outline is smaller than the canvas.

How do I solve this? I can't formulate the question good enough to find a solution via google, hence I'm asking here.

Example: gyazo screenshot

Print this item

  converting selection to a single line path
Posted by: pavikpeter - 03-06-2020, 01:14 PM - Forum: General questions - Replies (6)

I have the same issue than described here by ringo.r81

Is that possible that there is no option to save a single line path fom a one pixel wide selection in gimp?

Print this item

  Save layer as visible.
Posted by: Krikor - 03-05-2020, 09:58 PM - Forum: General questions - Replies (8)

I hope to be able to explain my doubt.

The situation is this:
Situation 01.
• I have two layers:
•• The bottom one with any color image;
•• The top layer with an opaque image
The visual result of this overlay is the one shown in the image below, where it is seen that there is no visibility through the top image.
   
Situation 02.
• By modifying the top layer mode, I am able to obtain certain transparency, and the visual result shows that it is now possible to see part of the bottom image, as shown in the image below.
   
Attempt 01.
So I close the visibility of the bottom layer and make new from visible for the top layer.
The result I saved as a .png file

Unwanted Result.
The problem is that the image saved as .png does not maintain the conditions that were seen while under the effect of the applied layer modes. Part of the image transparency (not the background) is opaque (matte) again.
   
If I open this image and put it on top of another, there is no more transparency obtained in Situation 02.
   

There is some way to do this correctly and preserve the image as it is seen before it is saved (as it is visible while under the effect of layer mode).?

Thanks in advance.

Print this item

  Please help me creating this text effect
Posted by: Funkman - 03-05-2020, 02:46 AM - Forum: General questions - Replies (2)

Hi I do content creating for my business and have started using GIMP to create some content.

I was wondering if someone can help me achieve the effect I am trying to create.

I am creating black text and I want to create the black text with a kind of glowing white outline around it.

[Image: giSDZTPoD73ZzxQm6]

So far I have just been creating one layer of black text, duplicating the layer and then on the lower layer making the text white and slightly bigger than the other text on the upper layer.

This kind of gives the effect of a glowing white outline around it but it is not perfect becasue the text does not always line up and it doesnt look totally neat.

Can someone please give me a quick tutorial on the correct way to create this effect?

Please see example attached. here is the link if its not working:

https://photos.app.goo.gl/giSDZTPoD73ZzxQm6

Print this item

  Fluent like smooth texture
Posted by: meetdilip - 03-04-2020, 03:03 PM - Forum: General questions - Replies (6)

Can you help me with applying smooth texture to a logo as in Microsoft Fluent design ? When I use gradient in Inkscape, it is working to some extent, but not that close. Wondering if it is different with GIMP.

Print this item

  Newby Question_ Change text on image
Posted by: hendrikbez - 03-04-2020, 10:34 AM - Forum: General questions - Replies (4)

Hi

Is there a video or step by step on how to change text form one language to other language  on an image

Say it show Monday, I want to change it to Maandag, how do I do it.

Print this item

  Newby Question - Select by Color Tool
Posted by: Figgley - 03-04-2020, 10:05 AM - Forum: General questions - Replies (6)

Hi All,

I've just joined the forum and had a quick search but couldn't find the answer to my question.

I am using the select by color tool to map light intensities from different photos. I can select regions of different brightness and can adjust the threshold level to widen or narrow the selection, all this I'm fine with. 

When I make a selection, the luminance is plotted on a histogram which shows the range of values the current selection is in. My question is; is there a way of setting the luminance values to drive the selection? I want to copy the selected regions and compare them so I want to ensure I have the same luminance values for the photos I'm comparing. 

[edit]: I am using 2.10.14

Thanks in advance

Mark

Print this item

  More industrial
Posted by: rich2005 - 03-03-2020, 10:26 AM - Forum: Gallery - Replies (2)

More industrial Wink  
Pulled out my old linux  Autopano (was an alternative to Hugin) & stitched 3 photographs for the top image. Otherwise touched up with Gimp 2.10.14 Bottom pair ? Just nice curves.

   

Want to see it working?  (not my video)  https://www.youtube.com/watch?v=aeww1dq_PTg

Print this item