Welcome, Guest |
You have to register before you can post on our site.
|
|
|
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?
|
|
|
|