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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,354
» Latest member: coder93035
» Forum threads: 6,662
» Forum posts: 36,307

Full Statistics

Latest Threads
Darktable Images Opening ...
Forum: Windows
Last Post: sallyanne
52 minutes ago
» Replies: 2
» Views: 74
[SUGGESTION] Improved uni...
Forum: General questions
Last Post: Ofnuts
6 hours ago
» Replies: 4
» Views: 139
Currently Active Image
Forum: Scripting questions
Last Post: Ofnuts
7 hours ago
» Replies: 3
» Views: 132
Trouble with Instagram pr...
Forum: General questions
Last Post: coder93035
8 hours ago
» Replies: 12
» Views: 3,092
Getting active image and ...
Forum: Tutorials and tips
Last Post: Ofnuts
05-02-2024, 07:32 AM
» Replies: 0
» Views: 108
python-fu pdb.file_exr_sa...
Forum: Scripting questions
Last Post: JBreckeen
05-01-2024, 03:12 PM
» Replies: 0
» Views: 97
Threading / Loops in Pyth...
Forum: Scripting questions
Last Post: JBreckeen
05-01-2024, 02:46 PM
» Replies: 14
» Views: 1,453
how do i erase blue penci...
Forum: General questions
Last Post: rich2005
05-01-2024, 07:21 AM
» Replies: 1
» Views: 120
Align Tool: Distribute ta...
Forum: General questions
Last Post: akn_39
04-30-2024, 10:08 PM
» Replies: 3
» Views: 3,139
Script Collection Online
Forum: Scripting questions
Last Post: rgbellotti
04-30-2024, 01:35 AM
» Replies: 1
» Views: 435

 
  Get back the [Tool Options] in one click
Posted by: PixLab - 09-08-2023, 11:18 AM - Forum: Tutorials and tips - No Replies

Recently on reddit someone gave a tip in a very simple way to show back the Tool Options...
Why I never ever thought or tried this, it's something I still don't understand...

Anyway, there is no need to go to the top menu Windows > Dockable Dialogs > Tool Options => just double click on the tool you are using in the ToolBox!
If the Tool Options dialog is not open or you don’t find it, just Double click on the tool you’re using to bring it up. The dialog will flashes if it's opened or the dialog will open and flashes.
Yes as simple as that!

No need to say that I tried it, I did close the Tool Options, double click on a tool in the toolbox, and Voilà... the Tool Options appears on the right side (yeah just need to transfer it to its proper place, anyway if you pass by the top menu it's the same > appears on the right side Wink )

Print this item

  GIMP Tutorial
Posted by: trlerwick - 09-07-2023, 03:58 PM - Forum: Tutorials and tips - Replies (12)

Use GIMP Hidden Images for Shadow Removal
There are hidden images in the GIMP layer mode display. There is nothing profound about this, the layer mode presents as a solid color. When a filter is applied to the upper layer, the layer mode interaction changes, and an image appears.
The hidden Divide layer mode image together with Colors-Exposure can produce a very effective shadow removal.  
1. Duplicate the image.
2. Use the Divide layer mode.
3. Apply Colors-Exposure to the duplicate.
4. Adjust the sliders to make a preliminary image.
5. Adjust the opacity slider for the layer to complete the procedure.
Like any procedure, this one works on some images, not on others.
To capture a hidden image:
1. Apply the filter of choice but do not click OK.
2. Apply Edit Copy Visible and then Paste As New Layer. This will cancel the filter and the layer image will not be affected.



Attached Files Thumbnail(s)
   
Print this item

  How to enlargen font size of the Gimp interface
Posted by: sirkkuliisah@gmail.com - 09-07-2023, 10:15 AM - Forum: General questions - Replies (1)

How can I enlargen the font size of the titles and text of the menus, dialog boxes etc.? They are too small on my 14" computer screen. I have enlargened the tool icons. I use Windows 11. Huh

Print this item

  Stupid question about Image ppi
Posted by: sallyanne - 09-07-2023, 03:44 AM - Forum: General questions - Replies (3)

I saw on the Internet that an image ppi /dpi can be changed within gimp. I think I have seen before that you cannot change an image to look good if the ppi is changed.
Assuming the image is already large but has a small ppi - 72. Can it be successfully converted to 300?
What I saw - 
How Do I Make an Image 300 DPI Without Photoshop?

Print this item

  Where I can see if Script-Fu function calls "works".
Posted by: Strzegol - 09-07-2023, 01:29 AM - Forum: Scripting questions - Replies (2)

Hi to all.

I have simple question but I'm unable to find answer. Use GIMP 2.99(dev) but question probably is unrelated to version.

How to see error from calls to GIMP functions?

Imagine that I put this (in .scm file or in Script-fu console):


Code:
(script-fu-menu-register "non-existing-stuff" "<Image>/Fictional/Non/Existing/Menu"

Where I see Gimp complaining about this? How to know why my call to for example script-fu-menu-register fails?

Print this item

  open pdf so that pages are layers and order of layers is reversed order of pages
Posted by: Cattleya - 09-06-2023, 06:59 PM - Forum: General questions - Replies (2)

From time to time I use GIMP 2.10.8 for creating animated .gif-files from .pdf files so that when viewing the .gif-file every two seconds another page of the document is visible.

When importing the .pdf-file and hereby selecting "Open pages as layers" each page of the .pdf-file is a layer on its own.

The problem is:

Assume the .pdf-file has n pages.

After importing:

Layer 1 has name "1" and shows page 1 of the document.
Layer 2 has name "2" and shows page 2 the document.
...
Layer n-1 has name "n-1" and shows page n - 1 of the document.
Layer n has name "n" and shows page n of the document.


When exporting this as .gif-file, then the animation starts with page n of the document and ends with page 1 of the document.
I. e., the animation shows the pages of the document in reversed order.

Thus, for the .gif-animation to begin with page 1 of the document and to end with page n of the document, reversing the layer order before exporting is needed.

By now, after importing the .pdf-file,  I click "Layer" - "Stack" - "Reverse Layer Order" and I get:

Layer 1 has name "n" and shows page n of the document.
Layer 2 has name "n-1" and shows page n - 1 of the document.
...
Layer n-1 has name "2" and shows page 2 the document.
Layer n has name "1" and shows page 1 of the document.

When exporting this as .gif-file, then the animation starts with page 1 of the document and ends with page n of the document.

Question:

Is there a possibility to have the layer order reversed automatically at the time of importing the .pdf-file, without the need of doing so much clicking?

Print this item

  Icons
Posted by: ajquiltmaker@gmail.com - 09-06-2023, 01:43 PM - Forum: General questions - Replies (1)

Any way to get tool icons larger than huge for visually impaired? Thanks. 2.10.34 on Windows 11, Lenovo X1 Yoga

Print this item

  How do you smooth path lines?
Posted by: adwhitewolf - 09-06-2023, 01:23 PM - Forum: General questions - Replies (3)

Hi all. I'm using gimp 2.10.34 (version 2) on an iMac. I am trying to create a filled in path that has smooth, curved lines. Specifically the collar on a T-shirt. I draw my path, and then fill it with the desired color. But when viewed against a contrasting background, you can see how pixelated it is. The image size is 1024x1024 I just follow a path of the collar using the paths tool, then I use the paint bucket to fill it in. 
 Is there a quick and simple way to smooth out the edge of the collar?

Print this item

  Photo Editing Procedures
Posted by: trlerwick - 09-05-2023, 11:21 PM - Forum: Watercooler - Replies (5)

Morph to Remove Wrinkles

(This tutorial is taken from my Amazon eBook “Encyclopedia of Photo Editing Procedures Volume 1”)
(Images attached.)
1.     Duplicate the image
2.     Lasso the face and neck
3.     Apply a robust Selective Gaussian Blur to the selection on the duplicate.
4.     Select None.
5.     Select the image layer.
6.     Apply the G’MIC Deformations Morph (interactive) filter with the Active and above option.
7.     Choose a slide.



Attached Files Image(s)
   
Print this item

  Release of G'MIC 3.3
Posted by: dtschump - 09-05-2023, 06:18 AM - Forum: Extending the GIMP - Replies (1)

Hello Gimp-Forum !

I would like to announce the release of a new version of G'MIC, numbered 3.3.0.
It was released yesterday, and I'm very happy with it [Image: icon_mrgreen.gif]

[Image: 776c052f4088b2c340f7b0487ab6f8025daf39d5.png]

Do not hesitate to upgrade if you are using this plug-in for GIMP, as new filter updates will be pushed only for this new version in the future.
Cheers,

David. 

PS: I forgot to give the URL of the project: https://gmic.eu

Print this item