Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
GimpChat down
Forum: Watercooler
Last Post: sallyanne
1 hour ago
» Replies: 45
» Views: 12,912
|
Bucket Fill Problems
Forum: General questions
Last Post: ggallant571
4 hours ago
» Replies: 2
» Views: 128
|
Explain Gimp 3.0 AppImage...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
Yesterday, 07:28 AM
» Replies: 12
» Views: 2,781
|
ofn3-layer-tiles
Forum: Extending the GIMP
Last Post: Ofnuts
06-10-2025, 11:03 AM
» Replies: 10
» Views: 3,245
|
ofn3-layer-tile issues (w...
Forum: Extending the GIMP
Last Post: Ofnuts
06-10-2025, 09:54 AM
» Replies: 1
» Views: 136
|
How to remove the backgro...
Forum: General questions
Last Post: BernardBouree
06-09-2025, 03:44 PM
» Replies: 2
» Views: 301
|
Apostrophe character not ...
Forum: General questions
Last Post: chucklepie
06-09-2025, 09:34 AM
» Replies: 3
» Views: 566
|
Windows Gimp 3.0 symbol e...
Forum: Tutorials and tips
Last Post: rich2005
06-09-2025, 08:11 AM
» Replies: 0
» Views: 207
|
problem with abr brushes ...
Forum: General questions
Last Post: rich2005
06-08-2025, 06:10 PM
» Replies: 1
» Views: 304
|
Select region and bucket ...
Forum: General questions
Last Post: sallyanne
06-08-2025, 03:44 AM
» Replies: 3
» Views: 625
|
|
|
Palette as input Script/Plug-in noob question |
Posted by: trandoductin - 07-27-2018, 05:04 PM - Forum: Scripting questions
- Replies (4)
|
 |
In a .py file I have this register call
Code:
register(
'python_fu_export_palette_to_html_tt',
'Exports Palette to HTML table',
'Exports Palette to HTML table',
'Tin Tran',
'Tin Tran',
'July 2018',
'HTML table...',
'',
[
(PF_DIRNAME, "folder", "Foler for the output file:", 0),
(PF_STRING, "name", "The name of the file to create:", "palette.html"),
(PF_SPINNER, "per_row", "Colors per row:", 16, (1, 500, 1)),
],
[],
python_export_palette_to_html_tt,
menu='<Palettes>/Export as',
)
It's in the right menu, but it's only prompting for 2 inputs (the name and the per_row) and passing 3 parameters to my function which i am expecting 4.
I want it to prompt for all 3 and passing the palette in as first parameter so that my function has 4 parameters.
How to do this so that it passes palette (that is selected) and the other 3 prompted?
Okay I think I figured it out.
I just had to declare another PF_STRING for palette before the other PF'ses and it does't prompt it just passes it in. So that works for me
|
|
|
Entry Point Not Found |
Posted by: saroman - 07-27-2018, 11:48 AM - Forum: Windows
- Replies (2)
|
 |
ello,
Hello,
Hello,
I am new to GIMP (v.2.10.4) and I have an issue following installation. When I start the program I receive an error message about "twain.exe - Entry Point Not Found." It refers to the procedure entry point inflate/Validate not being located in the dynamic link library C:\Program Files\GIMP\32\bin\libpng16-16.dll. If I click OK on the error message the program seems to load and function in a normal manner. Is this an issue that needs resolving? Thanks.
I am new to GIMP (v.2.10.4) and I have an issue following installation. When I start the program I receive an error message about "twain.exe - Entry Point Not Found." It refers to the procedure entry point inflate/Validate not being located in the dynamic link library C:\Program Files\GIMP\32\bin\libpng16-16.dll. If I click OK on the error message the program seems to load and function in a normal manner. Is this an issue that needs resolving? Thanks.
I am new to GIMP (v.2.10.4) and I have an issue following installation. When I start the program I receive an error message about "twain.exe - Entry Point Not Found." It refers to the procedure entry point inflate/Validate not being located in the dynamic link library C:\Program Files\GIMP\32\bin\libpng16-16.dll. If I click OK on the error message the program seems to load and function in a normal manner. Is this an issue that needs resolving? Thanks.Hello,
I am new to GIMP (v.2.10.4) and I have an issue following installation. When I start the program I receive an error message about "twain.exe - Entry Point Not Found." It refers to the procedure entry point inflate/Validate not being located in the dynamic link library C:\Program Files\GIMP\32\bin\libpng16-16.dll. If I click OK on the error message the program seems to load and function in a normal manner. Is this an issue that needs resolving? Thanks.
|
|
|
How to Save |
Posted by: raywood - 07-26-2018, 11:05 PM - Forum: Gimp 2.10
- Replies (2)
|
 |
OK, I've spent the better part of an hour at this. Seems ridiculous, but even with the aid of multiple websites that don't seem to be describing GIMP as I'm seeing it, I must ask: how do you save changes to an image?
I'm working on a PNG. All I've done is crop it and use the Perspective Tool to remove some distortion. It looks great on screen. So then, no matter if I use various Save or Export options, two things happen: (a) it acts like it's saving the image in its edited form, when really it isn't, and (b) after that non-save, it reverts the image to the way it was before I did my edits. So my work is lost and I have an output file that looks the same as the input file.
It can't be that hard. Could someone please tell me how to save my changes? I'm using GIMP 2.10.4. Many thanks.
|
|
|
Text around circle |
Posted by: al.da.drone - 07-26-2018, 07:00 PM - Forum: General questions
- Replies (7)
|
 |
I am new to Gimp and its taking a while to get used to it. I have managed to learn how to wrap text around a circle, however it is baffling me when sometimes the TEXT THAT GOES AROUND THE PATH IS EITHER OUTSIDE THE ELLIPSE CIRCLE IN THE MIDDLE OF THE ELLIPSE CIRCLE OR OUTSIDE THE ELLIPSE CIRCLE. I have watched many tutorials and not one of them mentions this...
Is there anyone on here who could help ?
|
|
|
1200 DPI Scan Integrity |
Posted by: scottjoyce1234 - 07-26-2018, 03:34 PM - Forum: General questions
- Replies (4)
|
 |
Hello,
I am editing a 1200 DPI 24 bit scan using the "Divide Scanned Images" script. It is a scan of a stamp album page and when I run the script, it finds all of the individual stamps on the page, divides (crops/cuts) them out and saves each individually to a JPEG file.
My problem is that it is saving all of the individual stamp images as 600 DPI so I am losing 1/2 of my granularity.
I went into the script and found where it was saving the files as 600x600 and changed it to 1200x1200;However, it really isn't maintaining the integrity of the original 1200 DPI scan.
Does anyone know how to be able to maintain the 1200 DPI integrity?
Thanks,
Scott
|
|
|
How to scale an image RATIOnally? |
Posted by: neverwind - 07-26-2018, 10:04 AM - Forum: General questions
- Replies (9)
|
 |
Hello,
I've been struggling with a rather simple task for a while.
I do have an image which I want to scale in such a way, that the center of the image is less or not affected at all by the scaling than the edges.
I'll try to give a simple example with pixels, since I don't really know how to describe the effect:
1. We have an image with a 5 pixel width
2. We scale the image horizontally
3. The center column of pixels remains unaffected (not stretched)
4. The -1 and 1 columns of pixels get doubled (stretched)
5. The -2 and 2 columns of pixels get tripled (stretched more)
Is this achievable with Gimp and if so, can someone please give me a clue how to do that?
Many thanks,
Bobby
|
|
|
|