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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,798
» Latest member: jowindo
» Forum threads: 7,602
» Forum posts: 41,427

Full Statistics

Latest Threads
Batch export all opened i...
Forum: Extending the GIMP
Last Post: rich2005
1 hour ago
» Replies: 24
» Views: 14,066
Dodge and burn plug-in fo...
Forum: Extending the GIMP
Last Post: chuckhenrich
4 hours ago
» Replies: 0
» Views: 23
cannot find plu-gins in g...
Forum: General questions
Last Post: πk2
Today, 08:46 AM
» Replies: 3
» Views: 262
ora format... it really w...
Forum: General questions
Last Post: mrkid
Yesterday, 10:57 PM
» Replies: 3
» Views: 290
.pcd files issue?
Forum: OSX
Last Post: T1-Survivor
Yesterday, 09:45 PM
» Replies: 3
» Views: 529
Simplifying a path
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 03:17 PM
» Replies: 40
» Views: 35,606
"Gimp 2.99 & Gimp 3.0" fo...
Forum: Gimp-Forum.net
Last Post: Ofnuts
Yesterday, 03:12 PM
» Replies: 0
» Views: 254
Coincidence or not, that ...
Forum: Watercooler
Last Post: Krikor
Yesterday, 12:57 PM
» Replies: 2
» Views: 1,279
How do you make text circ...
Forum: General questions
Last Post: Krikor
Yesterday, 12:40 PM
» Replies: 13
» Views: 3,927
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-16-2025, 03:58 PM
» Replies: 4
» Views: 654

 
  Different tool than that selected?
Posted by: sallyanne - 05-29-2022, 07:13 AM - Forum: General questions - Replies (4)

I have no trouble with cloning but still have to work out perspective cloning.
Well I had a thought today that maybe I was going about it all wrong and tried again. Got my image and clicked on perspective clone then on the picture I wanted to copy.
For some reason the rotate tool was brought up? Even had this icon on my canvas Rotate - in the tool options it says perspective clone. I couldn't even try to do it today.
But why would that happen anyway. I checked my tools to make sure the correct one was highlighted. Could it be a bug?

Print this item

  Gimp 2.8.22 How do I crop to a Free Selection?
Posted by: Songbird - 05-29-2022, 03:29 AM - Forum: Older Gimp versions (2.8, 2.6....) - Replies (10)

After carefully outlining this pencil using the Free Select tool I went to Image and clicked on Crop to Selection, and it didn't. Instead it gave me a rectangular crop that hugged the pencil. Actually, all I really need is the pencil on a white background, and I'd like to draw a black line around the edge of the pencil. Can someone help me do this?

(I can't seem to attach a screen shot of what I'm talking about.... Do I need special permission from an admin?)

Print this item

Question Where is Gimp 2.10.30 hiding in WIN 10?
Posted by: Sweetlunacy - 05-28-2022, 09:53 PM - Forum: General questions - Replies (6)

The main GIMP 2.10.30 folder IS NOT in my C: Drive/Program files - or- Program files (x86). 

I downloaded from Gimp org, opened the zip file, ran the setup.exe and it works great but the folder is not coming up in any search.  I have view set for all hidden files.

Does anyone know where it could be on WIN 10 or if I'm overlooking something obvious?

Print this item

  Alignment and distribution doesn't work.
Posted by: SF01 - 05-28-2022, 03:06 PM - Forum: General questions - Replies (4)

[Image: V7HBEvv.png]
As you can see this is what horizontal and vertical distribution does.
Instead of this:
[Image: Step05.png]

It shoots the layers outside of the picture instead of keeping the mcontained inside and distributing them neatly, like PowerPoint can.
How to fix it to properly distribute elements instead of counting how many pixels od space I need and moving elements manually?

Print this item

  Any reliable and free barcode generator plugins for gimp 2.10?
Posted by: eru777 - 05-28-2022, 12:55 PM - Forum: General questions - Replies (3)

I sometimes need to print barcodes at work, I was wondering if there are any good and free plugins for gimp.

Print this item

  problem pink background
Posted by: Aureelien83 - 05-27-2022, 06:32 PM - Forum: General questions - Replies (2)

Hi,

I have a problem when i saved my project on pdf, jpg or other.
All of my pages have a light pink background

[Image: zlcd.jpg]
I use  picture with white background but if it's on white background it's ok no ?

Someone have this prob ?

Ps: Sorry for my approximate English Big Grin


Thanks !

Print this item

  linking a image with its mask
Posted by: reena - 05-26-2022, 10:34 AM - Forum: Scripting questions - Replies (12)

I have tried script for linking a image with its mask but its not working. I need it to be worked urgently. Kindly help.


Code:
(define  (script-fu-auto-mask-image Mask InImage OutImage)
 (let* (
     Image (car (file-tiff-load RUN-NONINTERACTIVE InImage InImage)) ImgW (car (gimp-image-width Image)) ImgH (car (gimp-image-height Image))
     PrimeLayer (car (gimp-image-get-active-layer Image))
     (gimp-layer-add-alpha PrimeLayer))
     (gimp-layer-new Image ImgW ImgH RGB-IMAGE MaskLayer 0 LAYER-MODE-NORMAL)
     (gimp-file-load-layer RUN-NONINTERACTIVE Image Mask)
     (gimp-image-set-active-layer Image MaskLayer)
     (gimp-image-select-color mask CHANNEL-OP-ADD drawable (0 0 0))
     (gimp-image-set-active-layer Image PrimeLayer)
     ;(gimp-edit-clear drawable)
     (gimp-drawable-edit-clear drawable)
     (gimp-image-remove-layer Image MaskLayer)
     (file-png-save-defaults RUN-NONINTERACTIVE Image drawable OutImage OutImage)
   )
 (gimp-displays-flush)
 (gimp-quit TRUE)
)

I am trying to execute it through this command.
gimp -i -c -b '(script-fu-auto-mask-image  "Pictures/test/mask.png" "Pictures/test/DSC00805.tif" "test.png")' -b '(gimp-quit 0)

Print this item

  How to change the color of an object in a photo
Posted by: MaxPixel - 05-25-2022, 04:01 AM - Forum: General questions - Replies (5)

I'm new to Gimp and photo-editing. I took a photo, and there's an unpainted white panel that's distracting. Here's the photo: https://imgur.com/8xVe5Xv

Is there a way to add something to the panel?

Is there a way to change the color of the panel to black or grey?

Since the panel is a 3d object, it would not have uniform level of black or gray. Also, it would not be perfectly black since no real-life object is perfectly black.

Print this item

  Make background colors transparent in a special way
Posted by: dgoelid - 05-24-2022, 01:35 PM - Forum: General questions - Replies (2)

Dear community,

how can i make my background transparent in that way like shown in the picture?

Thank you for your help.



Attached Files Thumbnail(s)
   
Print this item

  Filter to enhance the quality of image
Posted by: Stephen Liu - 05-24-2022, 06:11 AM - Forum: General questions - Replies (81)

GIMP 2.10.18

The image (.png) attached here was scanned on Smartphone without scan software.  Then I ran "mogrify" (IM command) converting it to positive image.

Code:
$ mogrify -negate image.jpeg

and then I cropped the image running Screenshot on "Image Viewer".

Please advise what filter shall I run to enhance the image quality and to remove its green color.

Thanks

Regards



Attached Files Image(s)
   
Print this item