| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
slighly turing the colors...
Forum: General questions
Last Post: saint_m
4 hours ago
» Replies: 5
» Views: 170
|
How do I color Bevel Text...
Forum: General questions
Last Post: WillardG
7 hours ago
» Replies: 9
» Views: 817
|
How do i use Ghostscript ...
Forum: Installation and usage
Last Post: JakaBasej01
Yesterday, 02:40 PM
» Replies: 2
» Views: 206
|
Where do you look for GIM...
Forum: Watercooler
Last Post: sallyanne
Yesterday, 10:29 AM
» Replies: 3
» Views: 200
|
No possibility than regis...
Forum: Extending the GIMP
Last Post: gickelbock
03-22-2026, 11:43 AM
» Replies: 0
» Views: 129
|
Rich, a question about th...
Forum: Alternate Gimp packagings
Last Post: CtrlAltDel
03-21-2026, 10:02 PM
» Replies: 4
» Views: 318
|
ExifToolGUI and ExifTool ...
Forum: Other graphics software
Last Post: denzjos
03-21-2026, 06:53 PM
» Replies: 13
» Views: 15,296
|
No Longer
Forum: General questions
Last Post: sallyanne
03-21-2026, 06:50 AM
» Replies: 0
» Views: 185
|
Severe Security Flaws in ...
Forum: Linux and other Unixen
Last Post: rich2005
03-20-2026, 04:59 PM
» Replies: 6
» Views: 375
|
Parametric Mask plug-in f...
Forum: Extending the GIMP
Last Post: denzjos
03-19-2026, 05:32 PM
» Replies: 1
» Views: 223
|
|
|
| Can you identify effects/filters used on this image? |
|
Posted by: aye123 - 01-29-2026, 10:23 PM - Forum: General questions
- Replies (11)
|
 |
Hi.
Long time ago i created an image on GIMP but it was over 10 years ago (exact date between 2010-11), ever since that time i havent used GIMP once, forgotten all about how to make images and now i want to recreate that original effect.
https://ibb.co/chrGw64d
(tried to insert an image, but it doesnt work for some reason)
Top image is my recreation, bottom is the original effect that im looking for.
As you can see on the original, there is some sort of spiritual/smokey kind of filter that i want to recreate. You can clearly see that violet color isnt flat and there are different shades of it throughout the whole text.
I have no idea how i achieved that in the first place. I was able to recreate the neon effect as it was pretty simple and there was a tutorial for it, but that particular effect im looking for - i have trouble to even accurately describe it.
Another thing is that i have no idea how on the original image the X lines reach B and U. I was looking for the exact font and the best possible match that i could find was Espectro Swash, but i dont know how to recreate that effect.
Its just my educated guess, but i think that the effect im looking for could be some sort of font filter, if something like that exist/existed.
|
|
|
| eps file won't open |
|
Posted by: FAMOsa - 01-29-2026, 09:36 PM - Forum: General questions
- Replies (2)
|
 |
I want to add an eps file (ISBN #) to my gimp document (book cover). I open file>open> choose the eps file >get the dialog box about settings>click import> then I have a dialog box that says gimp cannot interpret post script files. I'm using gimp 2.10.38
Thank you in advance
|
|
|
| GIMP 3.0.8 Installation |
|
Posted by: tb75252 - 01-28-2026, 04:45 PM - Forum: Windows
- Replies (2)
|
 |
I have just installed GIMP 3.0.8 (64-bit) on three PCs, all of them with Windows 10 (64-bit), v. 22H2, OS Build 19045.6466.
GIMP does not launch on any of the three after double-clicking on its icon. It briefly displays a small blue spinning circle and nothing else happens...
Is there a trick to launching GIMP on PCs that run Windows 10?
Thanks.
|
|
|
| Display not keeping up with image changes in plug-in |
|
Posted by: nmw01223 - 01-25-2026, 05:42 PM - Forum: Extending the GIMP
- Replies (2)
|
 |
I am new to writing plug-ins - I've only done two. They are python on Gimp 3.0.6, running on Windows 11.
This one opens an image from a file and then assigns a display as follows:
Code:
infile = Gio.File.new_for_path(os.path.join(img_folder, img_name))
img = Gimp.file_load(Gimp.RunMode.INTERACTIVE, infile)
disp = Gimp.Display.new(img)
This all works, it shows up on the display.
Then, the display is resized, new values are calculated:
Code:
img.scale(new_width, new_height)
It is then written out to a JPEG, rescaled again down to thumbnail size, and written out again.
Then the image is cleaned up and the display deleted, which removes the image as well.
Code:
img.clean_all()
disp.delete()
Then the whole process starts again with a new file.
It all basically works fine, the JPEGs turn up OK. But, as the images are progressively shrunk, the display doesn't keep up. Basically, it's hard to describe or show, but just pieces of the shrunken images show up. I could if necessary try to video it.
But, if I run the commands one by one in the python console, no problem at all, it all looks fine. I assume this is because it is done slowly. The display is probably on a diffierent thread and isn't getting a look in when running at speed.
It isn't a show stopper, the files are fine, but it looks messy.
Is there a way round this, flushing all the display commands, for example,? Cannot find anything in Gimp.Display.
|
|
|
| Safe Technique to Unlock PST File on All Windows Versions |
|
Posted by: Brantanson01 - 01-24-2026, 05:06 AM - Forum: Watercooler
- Replies (2)
|
 |
I am unable to access my Outlook PST file because it is password-protected. I have tried opening it on various Windows versions, but the issue persists. Is there any safe and reliable technique to unlock a PST file on all Windows versions without risking data loss? Please suggest a practical solution.
|
|
|
|