| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,214
» Latest member: MarkCDN
» Forum threads: 7,852
» Forum posts: 42,624
Full Statistics
|
| Latest Threads |
Resolution for EPS files
Forum: General questions
Last Post: rich2005
56 minutes ago
» Replies: 2
» Views: 53
|
Text defaults
Forum: General questions
Last Post: sallyanne
8 hours ago
» Replies: 2
» Views: 114
|
an iOS app that assists p...
Forum: Other graphics software
Last Post: zzh
Yesterday, 03:25 PM
» Replies: 7
» Views: 1,719
|
Export issue
Forum: General questions
Last Post: Lin Myosotis
Yesterday, 12:50 PM
» Replies: 0
» Views: 78
|
The font selection featur...
Forum: General questions
Last Post: rich2005
04-03-2026, 04:49 PM
» Replies: 2
» Views: 259
|
Subject: Font selection n...
Forum: General questions
Last Post: HHH
04-03-2026, 11:43 AM
» Replies: 0
» Views: 151
|
PDF bearbeiten - PDF EDIT
Forum: General questions
Last Post: rich2005
04-02-2026, 10:32 AM
» Replies: 4
» Views: 2,200
|
ExifToolGUI and ExifTool ...
Forum: Other graphics software
Last Post: denzjos
04-02-2026, 06:46 AM
» Replies: 13
» Views: 15,464
|
GIMP 3.2.x not recognizin...
Forum: General questions
Last Post: GarzaW
04-01-2026, 08:33 AM
» Replies: 7
» Views: 607
|
Background - Foreground -...
Forum: General questions
Last Post: GarzaW
04-01-2026, 08:28 AM
» Replies: 2
» Views: 267
|
|
|
| Decor/Add Border works strangely |
|
Posted by: snusmumriken - 03-19-2023, 09:49 AM - Forum: General questions
- Replies (1)
|
 |
It does work, but I find I have to:
- hunt for the dialogue box centre screen but behind the main GIMP window.
- move it to a position beside the main GIMP window
- click on the target image in the main window
- double click on OK in the border dialogue box
- sometimes repeat the last two steps once or twice more before anything happens
I am using Mac OS-X Ventura and GIMP 2.10.
I am completely at the starting block wrt scripting, but if anyone is in a position to correct this behaviour for a future update, please could they also consider adding:
- tool preserves current settings (width, colour) for next use
- dialogue box opens where you last left it, and floating above (overlaying) main GIMP window.
|
|
|
| I've broken my exports as JPG somehow |
|
Posted by: andrewnewby - 03-18-2023, 03:11 PM - Forum: General questions
- Replies (10)
|
 |
Hi,
I was playing around with my settings, as I always want JPG's to export at 100% quality (it always seems to want to downgrade to 90%?). Anyway - now when I export an image as a .jpg I get a corrupted image. Here is my settings:
https://ibb.co/bJht60W
(sorry, I don't seem to be able to embed images via , and the upload attachment doesn't seem to work?)
Anyhow - if I look at the generated .jpg file in Notepad++, I can see it has the right start:
ÿØÿà JFIF
So I'm unsure whats going on :/ When I try and open it in Photos I get:
https://ibb.co/4F08ybc
Any suggestions? I've tried to do a "reset" of the settings but that doesn't seem to help :/
UPDATE: I just installed 2.99.14 beta, and it showed:
Quote:gimp-user-install: migrating from C:\Users\Andy\AppData\Roaming\GIMP\2.10
Gimp-Config-Message: 15:24:31.556: Error while parsing 'C:\Users\Andy\AppData\Roaming\GIMP\2.99\gimprc' in line 14: invalid value 'convert' for token color-profile-policy
Gimp-Config-Message: 15:24:31.558: There was an error parsing your 'gimprc' file. Default values will be used. A backup of your configuration has been created at 'C:\Users\Andy\AppData\Roaming\GIMP\2.99\gimprc~'.
This is a development version of GIMP. Debug messages may appear here.
I wonder if that was the issue? It exports fine as a JPG from the beta
TIA
Andy
|
|
|
| Get list of distinct pixel RGB values |
|
Posted by: thetalkietoaster - 03-16-2023, 02:00 PM - Forum: Scripting questions
- Replies (3)
|
 |
Hi all,
I'm attempting to write a python script that palette swaps an un-indexed image, as sample colorize doesn't quite seem to have a way to force zero interpolation between colours.
I've got code that iterates across a pixel region pixel-by-pixel using the RowIterator from the colorxhtml.py script, finds the unique colours, arranges them by brightness, then uses gimp_image_select_color and gimp_edit_bucket_fill to replace the colours from drawable 1 with the colours from drawable 2, exactly, in order. All good.
The problem is iterating across the drawables takes way longer than it should - about 30 seconds for a ~250x250px layer. That's a bit much. Is there a way to get a list of unique pixel RGB values easily (ignoring transparency)? The histogram functions seem to work on individual channels.
I guess I could do a nested histogram in 1 channel, select areas for each of the values it took, then histogram each of those sub-areas in the next channel, then repeat again, but that seems like it'd be even less efficient!
Edit: Argh, sorry, I meant to post this in scripting! I don't seem to have the rights to delete it and repost, apologies.
|
|
|
| Auto update |
|
Posted by: oldePole - 03-14-2023, 09:10 PM - Forum: Older Gimp versions (2.8, 2.6....)
- Replies (6)
|
 |
How does one disable the auto update in Gimp 2.8?
I like 2.8. I know where everything that I use is. I DON"T want to take the time to learn where everything moved to.
If at some time I need a feature in Gimp 10 then at that time I will update to that version, until that time I'm quite happy
with the version I'm trying to run.
Thank You
Oldepole
|
|
|
|