Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,452
» Latest member: BuyMitoly
» Forum threads: 7,118
» Forum posts: 38,928
Full Statistics
|
|
|
Is there an html "spoiler tag" equivalent on this forum? |
Posted by: KevKiev - 07-28-2018, 05:36 PM - Forum: Gimp-Forum.net
- Replies (2)
|
|
I'm drafting a post in which I'll have a few images and, to save space and keep things tidy, I was trying to insert them into spoiler tags i.e. sandwiching the images between "[spoiler]" and "[/spoiler]" which, on the (few) other forums I frequent, results in a text box that you can click on to expand and see what's between the tags and click again to hide. (Sorry if that's ridiculously old news.) But when I preview the post, the image is simply displayed between with the tags as plain text.
I tried using the "code" button, with "spoiler" alone and with brackets, but that didn't work. (I have no idea what "PHP" is, but I tried that button unsuccessfully too.)
Thanks
|
|
|
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
|
|
|
|