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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,947
» Latest member: drexinaz
» Forum threads: 7,708
» Forum posts: 41,907

Full Statistics

Latest Threads
How to transform a layer ...
Forum: General questions
Last Post: teapot
2 hours ago
» Replies: 0
» Views: 32
Ubuntu - Right way to cra...
Forum: Linux and other Unixen
Last Post: ExplodingCabbage
8 hours ago
» Replies: 2
» Views: 158
Gimp 3.0.6 Python plug-in...
Forum: Scripting questions
Last Post: Volker
Yesterday, 02:43 PM
» Replies: 0
» Views: 89
What exactly tutorials ar...
Forum: General questions
Last Post: SleipnirTheHorse
Yesterday, 02:32 PM
» Replies: 5
» Views: 372
Random Clone
Forum: General questions
Last Post: mrkid
Yesterday, 01:26 PM
» Replies: 3
» Views: 244
Problem with Gimp 3 Pytho...
Forum: Scripting questions
Last Post: Volker
Yesterday, 11:03 AM
» Replies: 7
» Views: 429
Issue with Gradient Flare...
Forum: General questions
Last Post: rich2005
Yesterday, 09:56 AM
» Replies: 4
» Views: 187
ExifToolGUI and ExifTool ...
Forum: Other graphics software
Last Post: denzjos
Yesterday, 09:47 AM
» Replies: 10
» Views: 9,873
Beginner question on Laye...
Forum: General questions
Last Post: denzjos
Yesterday, 07:05 AM
» Replies: 1
» Views: 113
New to Gimp
Forum: General questions
Last Post: denzjos
11-17-2025, 08:20 AM
» Replies: 4
» Views: 342

 
Question How it is possible that Gimp while exporting histogram counts more pixels than there
Posted by: niitard - 06-12-2020, 03:20 PM - Forum: General questions - Replies (4)

Hello,

I'm currently learning programming in python, one of subject that i'm trying to cover now is working with image.  So i wanted to created o program that's counting how many pixel of each colour is in my image (which is 10x10 pixel gray scale). So i created the image all black with 24 white pixel and my program, all works well. It counts 24 pixel of "255" and 76 of "0.

But here comes the problem:

when i have used the Gimp [color] -> [information] -> [export histogram] to file i got the results like this

Range start,Value

0 , 76.0

1 , 0.0

2 , 0.0
[...]

253 , 0.0

254 , 24.0

255 , 24.0


it looks like, the Gimp software counted white pixel two times, so when they are summed up that makes 24 + 24 + 76 = 124 , and yet the picture size is still 10x10  = 100

i've searched the internet but cant find the clue:
How it is possible that Gimp while exporting histogram counts more pixels than there are really in the picture?

Thank you for help Smile

Print this item

  How do I change a specific colour in a specific layer?
Posted by: AnyOldBiscuit - 06-12-2020, 01:41 PM - Forum: General questions - Replies (5)

I want to change the colour of drawn lines from one shade of green to another. All the green lines are in one layer, except for a few which are in another layer (I also want to change these ones). I have tried the bucket fill tool, but it ends up filling in the edges so it no longer has anti-aliasing, end, as a consequence, also fills small gaps. Somehow, the bucket fill tool worked fine to change colour when I tested it on a blank canvas. How do I change the colour without affecting the entire image? I only want to change the pixels that make up the lines.

Print this item

Photo Image Looks like This but Prints like This, Please Help
Posted by: arthurerb - 06-12-2020, 12:20 AM - Forum: General questions - Replies (2)

Troubleshot the printer (Espon WF-3720). Doesn't seem to be the issue.

   


[attachment=4532 Wrote:arthurerb pid='18680' dateline='1591921237']     Troubleshot the printer (Espon WF-3720). Doesn't seem to be the issue.

Print this item

  How to change the midlle mouse to right mouse to drag view?
Posted by: itamgimp - 06-11-2020, 11:44 PM - Forum: General questions - Replies (3)

Hello guys , How to change the midlle mouse to right mouse to drag view?

Print this item

  How can I transform full image/layer?
Posted by: hothit43 - 06-11-2020, 09:10 PM - Forum: General questions - Replies (2)

I am having an issue using transform tools on a layer that has content outside of the image bounding box.
Unified transform or any kind of transform clips the layer/content to what is visible in the bounding box instead of letting me transform the full selection.
I've tried selecting all of the content from alpha to selection. I've tried Layer to boundary size. Using the move tool lets me move the full contents, but transform does not transform the full content. Here is a link to a gif recording of what is happening.

https://gph.is/g/4LWbOWp

Print this item

  Updating app image
Posted by: meetdilip - 06-11-2020, 06:12 PM - Forum: Linux and other Unixen - Replies (14)

2.10.20 is now available. If we use app image for GIMP, how to update to the latest version ? Thanks.

Print this item

Thumbs Up looking for help on how to go about recreating this image
Posted by: kris247 - 06-11-2020, 01:52 PM - Forum: General questions - Replies (3)

I came across this image and wondered how I'd go about creating the hexagons in gimp and if it is possible to create the 3d effect some of them have and if so how to do that



Attached Files Image(s)
   
Print this item

  Inkscape 1.0 Win 64-bit Portable - Where finds it?
Posted by: Krikor - 06-11-2020, 03:57 AM - Forum: Other graphics software - Replies (2)

Could anyone recommend a trusted website where you can download Inkscape 1.0 portable win 64-bit?

At inkscape.org/release/1.0/platforms/ there is only the win portable 32-bit version.

I don't remember where I downloaded my 0.92 portable Win 64-bit version.

Thx.

Print this item

  how to install resynthesizer in gimp 2.10 on linux
Posted by: cfdqwruivz - 06-11-2020, 12:37 AM - Forum: Extending the GIMP - Replies (4)

hi folks,

this is a little guide on how to install resynthesizer plugin in gimp 2.10 on debian linux. resynthesizer provides handy plugins like 'heal selection'. this tutorial was tested on debian linux, but it may work on other distributions as well. i wrote this guide bc other tutorials i found didn't work for me.

anyway, here's my tutorial:

step 0: make sure the package 'gimp-plugin-registry' is NOT installed on your system. afaik it's only crap in there anyway.

step 1: install package 'gimp-python' from the latest debian version pool. for me it was:


Code:
1. add 'buster' release pool to /etc/apt/sources.list
    (e.g. 'deb https://deb.debian.org/debian/ buster main non-free contrib')
2. sudo apt update
3. sudo apt install gimp-python/buster

step 1.1: make sure you have the following packages installed, or else the compilation (next step) will fail:
  • automake
  • libglib2.0-dev
  • libgimp2.0-dev
  • intltool
step 2: git clone https://github.com/bootchk/resynthesizer to somewhere you wan't to have it. then cd into it and run the following to compile the plugin scripts:


Code:
./autogen.sh
./configure
make
sudo make install

make sure you have the following packages installed, or else the compilation will fail:


step 3: open up gimp and see if it worked. open gimp from the command line to catch possible errors.
note: maybe you have to add /usr/local/lib/gimp/2.0/plug-ins to your plugin folders list in the gimp preferences.

i hope this is useful. don't hesitate to contact me if you have any problems or questions Smile

Print this item

  Ellipse Tool not forming perfect circle
Posted by: Arnav - 06-10-2020, 02:06 PM - Forum: General questions - Replies (1)

Hello.
I am using GIMP 2.10.18. I have been having a problem with the ellipse tool all of a sudden.
The ellipse tool is not forming a perfect circle on the whole page whenever i hold down Ctrl + Shift. Whereas, it forms a perfect circle in the place where i actually form an ellipse.
This problem is only with ellipse tool. It doesn't create any problems with the rectangular select tool.
I have attached a GIF file to help you guys understand my problem better.
I hope you guys can understand what I'm trying to say.
Please help me.



Attached Files Thumbnail(s)
   
Print this item