Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
How to make a watermark o...
Forum: General questions
Last Post: kyolim
9 hours ago
» Replies: 5
» Views: 13,935
|
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
Yesterday, 06:06 PM
» Replies: 1
» Views: 294
|
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
Yesterday, 05:20 PM
» Replies: 2
» Views: 211
|
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 07:53 AM
» Replies: 15
» Views: 11,824
|
Photo play-time
Forum: Gallery
Last Post: Ofnuts
Yesterday, 07:32 AM
» Replies: 24
» Views: 21,678
|
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 590
|
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
09-12-2025, 04:03 PM
» Replies: 0
» Views: 249
|
How do you make text circ...
Forum: General questions
Last Post: rich2005
09-12-2025, 07:18 AM
» Replies: 12
» Views: 3,312
|
New Install, Black Screen...
Forum: OSX
Last Post: akhrameev
09-11-2025, 02:32 PM
» Replies: 3
» Views: 2,986
|
Trouble changing backgrou...
Forum: General questions
Last Post: tomatoSauce23
09-11-2025, 12:50 PM
» Replies: 6
» Views: 1,495
|
|
|
Can't crop images |
Posted by: cgimpuser - 11-30-2022, 05:25 PM - Forum: General questions
- Replies (4)
|
 |
When I open up an image and select Crop either through Transform Tool or by Shift+C, after I select the areas I want to crop, hitting enter doesn't crop the image. I made sure "Delete cropping pixels" is selected in Crop tool options. I also tried selecting "Current layer only" just in case that would help but have had no luck. I'm using version 2.10.30 on Linux.
|
|
|
Batch Color Replacement Tips? (Bimp) |
Posted by: PixelGimp - 11-29-2022, 10:59 PM - Forum: General questions
- Replies (3)
|
 |
Hello there all,
I've been using Gimp for a long time now, mostly for pixel art related projects, and I've come across a bit of a head scratcher with this one.
I've recently found myself needing to replace one specific color in multiple (hundreds of) files, with another. I assumed that by downloading Bimp and looking through the available processes there, it'd be a pretty quick fix, but I'm really struggling to find the process I need.
The way things are now, I just need the ability to run a batch process that finds a specific color in an image, and replace it with another (or a process that accomplishes the same effect). As it's a pixel art project, there's no need to worry about any kind of smoothing effect or anything, it's a straight up 1 for 1 exchange I'm looking for.
Any advice here would be hugely appreciataed.
Thanks in advance!
|
|
|
Delete Layer? |
Posted by: DaltonCalford - 11-29-2022, 02:46 PM - Forum: Scripting questions
- Replies (2)
|
 |
Hi Everyone, I have been learning script-fu but have hit a roadblock.
I have a script-fu script that works perfectly except that is will not delete a layer.
Here is the script, minus the variables so that it is easy to run in a console.
The script is written to run on an image with an image id of "1" so you may need to adjust depending upon your current environment.
((gimp-selection-none 1)
(gimp-item-set-visible (car(gimp-image-get-layer-by-name 1 "background" )) 1)
(gimp-image-set-active-layer 1 (car(gimp-image-get-layer-by-name 1 "background" )))
(gimp-image-insert-layer 1 (car (gimp-layer-new-from-drawable (car(gimp-image-get-active-drawable 1)) 1)) 0 0 )
(gimp-image-set-active-layer 1 (car(gimp-image-get-layer-by-name 1 "background copy" )))
(gimp-image-select-color 1 0 (car(gimp-image-get-layer-by-name 1 "1.png" )) '(0 0 0))
(script-fu-add-bevel 1 (car(gimp-image-get-layer-by-name 1 "background copy" )) 5 0 0 )
(script-fu-add-bevel 1 (car(gimp-image-get-layer-by-name 1 "background copy" )) 5 0 0 )
(gimp-selection-invert 1)
(gimp-drawable-edit-clear (car(gimp-image-get-layer-by-name 1 "background copy" )))
(gimp-item-set-visible (car(gimp-image-get-layer-by-name 1 "background" )) 0)
(gimp-file-save 0 1 (car(gimp-image-get-layer-by-name 1 "background copy" )) "Style_A_1.png" "Style_A_1.png")
(gimp-item-delete (car(gimp-image-get-layer-by-name 1 "background copy" ))))
Error: Procedure execution of gimp-item-delete failed
I have tried deleting it by the id alone in the console ie (gimp-item-delete 13589 )
with the same results.
Any examples or guidance would be appreciated.
best regards
Dalton
|
|
|
Paintbrush overlay question |
Posted by: michaelbr - 11-29-2022, 07:10 AM - Forum: General questions
- Replies (3)
|
 |
I'm trying to do something similar to this video (5:45 explains how to use overlay in paintbrush), I could follow/duplicate until paintbrush overlay, then I got lost (the paintbrush on the video is bigger than the stroke of the pen, but when passed over the pen stroke, it only enhanced the color of the stroke, not the transparent background, in my case, the brush painted over the width of the brush, not only the pen stroke), what am I missing?
ps: the opacity is set to 100% in both cases, if I tried to set mine to 10%, it won't enhance the pen strokes.
Thanks for your comment/suggestions
|
|
|
Optimise for web |
Posted by: meetdilip - 11-29-2022, 12:56 AM - Forum: Watercooler
- Replies (9)
|
 |
What is the best image optimisation strategy for WordPress? What size and format do you use?
I am thinking of using images in webp format. Is that a good thing to do? What formats do you use for you blog without making the page heavy?
|
|
|
Script-Fu levels Newbie Gimp 2.10 Linux MX |
Posted by: Anthony Buff - 11-27-2022, 08:31 AM - Forum: Scripting questions
- Replies (3)
|
 |
Hey there!
Newbie here trying to tackle a task above my scope of knowledge. I am trying to change the intensity of the low output levels in a batch of pdf files that are one page each. All I'm trying to do is reduce the amount of black ink used for printing as my printer doesn't have an economy mode.
I created a script in bash that splits the PDFs into separate pages for easy "layer free"/"single layer" editing and have been using bimp successfully but it'll be just great if I could accomplish this with script-fu as it would save me a ton of time.
The attached pic shows the levels setting I'd like to achieve:
![[Image: HK9ZtR4.png]](https://iili.io/HK9ZtR4.png)
I reviewed the script-fu documentation, googled for hours, watched a tutorial video, used the console and the procedure browser rendered this:
Code:
(gimp-drawable-levels drawable channel low-input high-input clamp-input gamma low-output high-output clamp-output).
Yet I was unable to find working examples online and couldn't replace the variables with their expected values. Since the files have only one layer, Could "Drawable" be "TheCurrentLoadedImage"? (whatever the correct syntax should be to refer to it).
I'd be truly grateful just to see a working example that could run in the console or even better in a bash script that could accomplish such simple task.
Thanks in advance!!!
|
|
|
Imported template size problems |
Posted by: Boney Tony - 11-26-2022, 06:41 PM - Forum: Older Gimp versions (2.8, 2.6....)
- Replies (2)
|
 |
Hi,
I've imported PDF templates from (now a selection) of websites then used them to create artwork for a CD booklet, disc and tray card.
The process involves creating the image within the border lines on the template, then flattening the image without the template.
The problem I'm having is that when the artwork is submitted and placed over the same template at the printers end the artwork is now way too small.
In GIMP I have measured the templates against the ruler bars and all is correct.
Can GIMP be reducing the templates? And if so how come the ruler measurements look ok?
Frustratingly, the tray card template hasn't presented any problems it's just the booklet and disc templates.
|
|
|
So i dont recall things like this so then Adding some vector graphical functionality |
Posted by: mzoltan32 - 11-25-2022, 08:49 PM - Forum: Extending the GIMP
- Replies (13)
|
 |
Hi! This is my first post here. I would like to add some vectorgraphical functionalities to gimp (according to my memory its not quite present)
So that i would be able to draw straight lines and then add all these vector lines to the selection (or remove some as an optional things or add others again which were removed or so forth)
So that i could have a subdivide sort of functionality to make a curved line out of these straight linesegments joined. (if the straight line segments weren't joined there should have also a checkbox i would like to add which joins the lines and another wich forms a complete loop.. also working well with concave shapes.
I would like the vectorgraphic lines to blend with the background in forming the line (so that some pixels are more dim but this dimness colour is according to the solid background colour on top of which it was drawn. then have layers like this.
That is all!
is it possible? if so through what? perhaps exclusively through C++ plugins.
|
|
|
|