| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,915
» Latest member: gimp1
» Forum threads: 7,682
» Forum posts: 41,790
Full Statistics
|
| Latest Threads |
Isolate, select and copy/...
Forum: General questions
Last Post: denzjos
4 hours ago
» Replies: 5
» Views: 196
|
RapidRAW
Forum: Other graphics software
Last Post: denzjos
10 hours ago
» Replies: 2
» Views: 135
|
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: rich2005
Yesterday, 06:57 PM
» Replies: 22
» Views: 9,541
|
Accessing GIMP’s internal...
Forum: General questions
Last Post: rich2005
Yesterday, 12:35 PM
» Replies: 1
» Views: 130
|
Can't find path plug-in
Forum: General questions
Last Post: programmer_ceds
11-01-2025, 04:47 PM
» Replies: 7
» Views: 398
|
Gimp shows blank black sc...
Forum: Windows
Last Post: rich2005
11-01-2025, 09:01 AM
» Replies: 1
» Views: 144
|
Outlined and filled in 3....
Forum: General questions
Last Post: rich2005
10-31-2025, 04:42 PM
» Replies: 2
» Views: 221
|
Upgrade 3.0.6
Forum: Windows
Last Post: J-C R 45
10-31-2025, 03:07 AM
» Replies: 4
» Views: 390
|
Astrophotography - Creati...
Forum: Tutorials and tips
Last Post: Zero01
10-30-2025, 07:24 PM
» Replies: 5
» Views: 586
|
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: rich2005
10-29-2025, 09:26 AM
» Replies: 1
» Views: 283
|
|
|
| Where the fonts come from? |
|
Posted by: jerryemerydelacruz - 08-11-2021, 09:40 PM - Forum: General questions
- Replies (5)
|
 |
I just installed Gimp 2.10.24 on a new computer, and it's reading the fonts from the Windows Font folder even though that folder isn't listed as a font folder in the Preferences>Folders>Fonts. All of the font folders in Preferences are empty. Is there a way to prevent Gimp from loading the Windows fonts and only load the Fonts I put in the folders listed under Preferences?
I changed the permissions of the fonts.conf file in Program Files>Gimp2/etc/fonts. Opened the file with Notepad and removed the line <dir>WINDOWSFONTDIR</dir>. I then copied a ttf font to the Program Files>Gimp 2>share>gimp>2.0>fonts folder and restarted Gimp. Now it only shows the one font, so this seems to work.
|
|
|
| Batch convert Jpeg into monochrome pcx |
|
Posted by: BubbleFritten - 08-11-2021, 06:09 PM - Forum: Scripting questions
- Replies (1)
|
 |
Hello,
i want to convert some jpeg's to monochrome pcx. To solve the problems step by step my first try is to convert to monochrome jpg, but this didn't work.
The saved picture is still colorized. Even if i try the greyscale command it's colorized.
What's wrong with the script?
Code:
(define (convert-mono pattern )
(let* ((filelist (cadr (file-glob pattern 1))))
(while (not (null? filelist))
(let* ((filename (car filelist))
(image (car (gimp-file-load RUN-NONINTERACTIVE filename filename)))
(gimp-image-convert-indexed image CONVERT-DITHER-NONE CONVERT-PALETTE-MONO 0 0 1 "" )
(drawable (car (gimp-image-get-active-layer image))))
(gimp-file-save RUN-NONINTERACTIVE image drawable filename filename)
(gimp-image-delete image))
(set! filelist (cdr filelist)))))
EDIT
for testing purposes i have made the following version, it didn't work.
The result is not grayscaled.
Code:
(define (convert-mono pattern )
(let* ((filelist (cadr (file-glob pattern 1))))
(while (not (null? filelist))
(let* (
(filename (car filelist))
(destination_file "")
(image (car (gimp-file-load RUN-NONINTERACTIVE filename filename)))
(drawable (car (gimp-image-flatten image)))
(gimp-image-convert-grayscale image)
)
(set! destination_file (string-append "out-" filename))
(gimp-file-save RUN-NONINTERACTIVE image drawable destination_file destination_file)
(gimp-image-delete image)
)
(set! filelist (cdr filelist)))
)
)
|
|
|
| Turn text into a mask |
|
Posted by: dfansler - 08-11-2021, 01:41 PM - Forum: General questions
- Replies (3)
|
 |
I am running GIMP 2.10.20 (revision 1). I am designing a logo for my boat - the name is Dragon Fire. I have an image of dragon breathing fire, along with the text "Dragon Fire" Rather than having solid color text, I decided to make the text filled with the flame. So I made a new layer and copied the flame into it. The flame has been placed under the text. This flame layer is just beneath the text layer.
I did a rectangular selection of the text (which has a transparent background) and made a mask using the selection. I subtracted this from the flame layer, but got a rectangular product.
How can I turn the text itself into a mask to subtract from the flame?
Thanks,
David
|
|
|
| Newbie: Fade into white via selection |
|
Posted by: Christian - 08-11-2021, 07:21 AM - Forum: General questions
- Replies (2)
|
 |
Hi all,
as a Newbie I searched and watched on Youtube how to create a fade into a picture.
I want to make a selection of my face and then fade the background into white.
I am successful doing this with a AddMask (white) and the Gradient Tool. But this is just a vertical fade. I want to customize this fade on a specific selection (of my head).
Help appreciated!
Chris
|
|
|
| Scaling layers |
|
Posted by: FAMOsa - 08-10-2021, 11:52 AM - Forum: General questions
- Replies (5)
|
 |
Hello. Thank you all in advance.
I make a lot of composite pictures with many layers. I import an image as a layer and then I click on it and on the scale tool and I get a little grid over the layer and I can adjust the size as I like. I have done this many time, but in one document the scale tool is acting fishy. I get the grid, but it is not the same as the layer. It is some crazy configuration like width=3000 pixels. height=1 pixel.
I've tried to reset that tool, both in the gimp preferences and in the reset button in the scale dialog box. I can never make it go back to the original way of just giving me a grid over the selected layer.
I would appreciate any help.
|
|
|
| Why is Gimp wrapping jpeg as pdf for printing? |
|
Posted by: Gump - 08-09-2021, 07:18 AM - Forum: General questions
- Replies (3)
|
 |
Hi,
I've been using Gimp for years but just started having problems printing jpeg.
If I go to print preview it fires up okular pdf viewer and apparently the file is jpeg wrapped in pdf.
If I go straight to print , I select landscape for this image, and I need to expand about 125% to get best use of paper.
However when it prints , it misses off the left ( now bottom ) of the image and leaves white paper above it. Again it looks like it is embedding the jpeg in pdf and then this is what is scaled including the white space at the top ( which in not part of my image but padding of the jpeg into ( I imagine ) a default pdf A4 "page".
image props tells me it is 2700 × 2068 pixels jpeg
linux file command also confirms as jpeg:
Quote:JPEG image data, JFIF standard 1.01, resolution (DPI), density 72x72, segment length 16, comment: "Created with GIMP", baseline, precision 8, 2700x2068, components 3
It is also taking forever ( like literally 2 min ) to send to printer.
If I print the same file from Firefox, I get the right size and placement when scaling output 125% and it's 4x faster sending to printer.
I have not done much work with Gimp recently. Is this really what it is supposed to do with a jpeg now ?
Also the preview tab in the Gimp print dialogue does NOT change with the scaling factor so it does not provide a preview !
I've been a great fan of Gimp over the years but this is not looking good.
Does anyone now what this is about ?
Gimp 2.10.24
Thanks.
|
|
|
| Editing window dimensions ? |
|
Posted by: Skinny - 08-08-2021, 01:42 PM - Forum: General questions
- Replies (3)
|
 |
when I want to edit a layer/slice of an image I sometimes get a dotted window exactly around the part I want to edit and sometimes a window so large that the edges are far out of the screen.
I would always want a window exactly around the part I want to edit.
I don't understand what determines this?
|
|
|
|