| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,913
» Latest member: Terrenuit
» Forum threads: 7,961
» Forum posts: 43,305
Full Statistics
|
| Latest Threads |
Wacom tablet with GIMP 3....
Forum: General questions
Last Post: Grimpo
23 minutes ago
» Replies: 3
» Views: 76
|
Custom Theme Not Showing ...
Forum: General questions
Last Post: Buerre
2 hours ago
» Replies: 0
» Views: 13
|
Tatoo color
Forum: General questions
Last Post: denzjos
2 hours ago
» Replies: 3
» Views: 56
|
No Panels or Toolbars (GI...
Forum: General questions
Last Post: Buerre
Today, 08:24 AM
» Replies: 4
» Views: 165
|
Pressure sensitivity is n...
Forum: General questions
Last Post: TheJuggler
Yesterday, 11:23 PM
» Replies: 4
» Views: 7,926
|
Text along path remake.
Forum: Extending the GIMP
Last Post: denzjos
Yesterday, 08:54 AM
» Replies: 3
» Views: 198
|
GIMP for win xp 32 bit pr...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: DibblyDoDar
08-16-2026, 09:23 PM
» Replies: 15
» Views: 1,281
|
panorama correction
Forum: Tutorials and tips
Last Post: denzjos
08-13-2026, 08:48 AM
» Replies: 0
» Views: 234
|
resynthesizer 1.0
Forum: Extending the GIMP
Last Post: rich2005
08-13-2026, 07:22 AM
» Replies: 4
» Views: 510
|
Picture Frame Glass Effec...
Forum: General questions
Last Post: sallyanne
08-12-2026, 01:32 PM
» Replies: 6
» Views: 786
|
|
|
| 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?
|
|
|
| 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?
|
|
|
| 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?
|
|
|
|