Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,780
» Latest member: Fennec72
» Forum threads: 7,594
» Forum posts: 41,394
Full Statistics
|
Latest Threads |
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
4 hours ago
» Replies: 0
» Views: 61
|
How to make a watermark o...
Forum: General questions
Last Post: kyolim
Yesterday, 10:05 PM
» Replies: 5
» Views: 14,031
|
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
Yesterday, 06:06 PM
» Replies: 1
» Views: 355
|
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
Yesterday, 05:20 PM
» Replies: 2
» Views: 282
|
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 07:53 AM
» Replies: 15
» Views: 11,916
|
Photo play-time
Forum: Gallery
Last Post: Ofnuts
Yesterday, 07:32 AM
» Replies: 24
» Views: 21,768
|
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 644
|
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
09-12-2025, 04:03 PM
» Replies: 0
» Views: 296
|
How do you make text circ...
Forum: General questions
Last Post: rich2005
09-12-2025, 07:18 AM
» Replies: 12
» Views: 3,382
|
New Install, Black Screen...
Forum: OSX
Last Post: akhrameev
09-11-2025, 02:32 PM
» Replies: 3
» Views: 3,048
|
|
|
Layer - New guide by percent ? |
Posted by: Krikor - 02-28-2020, 05:15 PM - Forum: General questions
- Replies (9)
|
 |
I know the feature that creates new guides at 50% of the image (horizontal and vertical) - Image - Guide - New guide (by percent).
How can I do this in layers?
I thank you in advance for your help.
|
|
|
Error in running a simple unsharp mask batch processing script |
Posted by: ckolluru - 02-28-2020, 05:04 PM - Forum: Scripting questions
- Replies (1)
|
 |
Hi all,
I'm trying to get this simple unsharp masking batch script to work. I have many .tif files, and I'd like to unsharp mask them in one go.
https://www.gimp.org/tutorials/Basic_Batch/
I've made the scm file, copied it over into the scripts directory. This is the scm file content:
Code:
(define (batch-unsharp-mask pattern
radius
amount
threshold)
(let* ((filelist (cadr (file-glob pattern 1))))
(while (not (null? filelist))
(let* ((filename (car filelist))
(image (car (gimp-file-load RUN-NONINTERACTIVE
filename filename)))
(drawable (car (gimp-image-get-active-layer image))))
(plug-in-unsharp-mask RUN-NONINTERACTIVE
image drawable radius amount threshold)
(gimp-file-save RUN-NONINTERACTIVE
image drawable filename filename)
(gimp-image-delete image))
(set! filelist (cdr filelist)))))
Next, I open command prompt, move to the folder with the images and run the following command:
Code:
gimp -b '(batch-unsharp-mask "*.tif" 5.0 0.5 0)' -b '(gimp-quit 0)'
Gimp does open up and all the tif files are opened one after another, but then gimp tries to load files named 5.0, 0.5 and 0. This results in an error message.
It says something like this:
Opening 'C:\Users\cxk340\for_gimp_processing\5.0' failed: No such file or directory
Any help would be appreciated. Thanks!
|
|
|
Could someone send me the Liquid Rescale files? |
Posted by: CtrlAltDel - 02-27-2020, 10:55 PM - Forum: Linux and other Unixen
- Replies (8)
|
 |
Could a considerate Linux user take the time to locate the files needed to make Liquid Rescale work, zip them up, and post them here so that I can use them.
My version of Gimp AppImage 64bit, ver. 2.10.17 "with plugins", doesn't seem to have Liquid Rescale. It says that it bundles that particular plugin with the app image I'm using:
AppImage site
but, it doesn't install itself. I'm hoping if someone is already using Linux, and using a 64bit machine, and happen to have a working version of Liquid Rescale, maybe they could pass along the plugin to help others.
|
|
|
CD artwork |
Posted by: Goatee - 02-27-2020, 08:56 PM - Forum: General questions
- Replies (2)
|
 |
HI
I'm trying to create artwork to be printed on a CD
The company doing the printing has given a template for the artwork, 118mm diameter with 15mm central hole
I've manage (eventually)to achieve circular artwork but have found it impossible to change the print diameter with any accuracy, all I can do is adjust the dimensions of the layer then measure the diameter of the circular artwork, its all trial and error and is really difficult without a centre spot to measure through, certainly not accurate enough to send to a printer
I really cant believe it is so difficult to create a circle of set diameter, surely there's a better way?
|
|
|
Gimp 2.10.18 and fonts |
Posted by: CtrlAltDel - 02-27-2020, 02:08 AM - Forum: General questions
- Replies (6)
|
 |
Hello, everyone.
For the users that are already using Gimp 2.10.18, I would like to ask you if you are now able to change fonts in any plugin or script that you use? I'm using an AppImage of Gimp at version 2.10.17 and don't have the ability to change fonts in any plugin or script that I use. Some of these include bevel reflect logo, neon-logo, and mike license plate.
I was just wondering if all of that was fixed in the latest version. Thanks.
|
|
|
Creating a Flyer help me please |
Posted by: helpgimpsucks - 02-26-2020, 05:21 PM - Forum: General questions
- Replies (2)
|
 |
Why does Gimp suck so much? Like i literally had to google how to crop an image in Gimp.... I'm trying to take an image I have and create a calendar. Why is this so hard.....? I literally am losing the will to even post this.... I just want to add a calendar to gimp. why is that so hard? I've seen plugins but they have disappeared.
|
|
|
Scaling through menu keeps aspect when it's off..help pls >< |
Posted by: marigolden - 02-25-2020, 10:04 PM - Forum: General questions
- Replies (5)
|
 |
Tried to attach the file but too large oh well.. forgot how to do the compression thing. Anyway so my usual trick of scaling through the menu to get around the glitch in gimp where it sometimes deletes the picture when you scale it isn't working. The not disappearing part is working, but it refuses to obey the setting that has keep aspect off so it makes it smaller instead of narrower. Any recourse??
And yes there was plenty of room of layer boundary, and in fact since I was trying to make it narrower that isn't an issue anyway but just to be clear.. def a part of gimp that annoys but finally ran into situation where this trick doesn't work ugh!
Also, not sure if a person or general host runs this site but would be nice if the text written when you press back after it tells you request entity too large will still be there, as I needed to retype
|
|
|
Changing alpha channel to be completely opaque |
Posted by: programmer_ceds - 02-25-2020, 05:15 PM - Forum: General questions
- Replies (2)
|
 |
If a layer has an alpha channel with partially transparent pixels (alpha = 1 to 254) the menu option "Layer/Transparency/Threshold Alpha..." can be used to make these pixels fully opaque (alpha = 255).
Is there an existing method for making any fully transparent (alpha = 0) pixels fully opaque (other than by painting over them everywhere they occur in the image)?
Ideally the Threshold Alpha tool would provide a way to do this but I guess it will come down to writing a script if there isn't one already.
(Edit: Just deleting the alpha channel causes any pixels that are not fully opaque to be filled with the background colour - so this, which might appear to be the easy answer, doesn't work)
|
|
|
|