Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

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
8 hours ago
» Replies: 0
» Views: 104
How to make a watermark o...
Forum: General questions
Last Post: kyolim
Yesterday, 10:05 PM
» Replies: 5
» Views: 14,070
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
Yesterday, 06:06 PM
» Replies: 1
» Views: 389
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
Yesterday, 05:20 PM
» Replies: 2
» Views: 323
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 07:53 AM
» Replies: 15
» Views: 11,955
Photo play-time
Forum: Gallery
Last Post: Ofnuts
Yesterday, 07:32 AM
» Replies: 24
» Views: 21,803
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 669
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
09-12-2025, 04:03 PM
» Replies: 0
» Views: 325
How do you make text circ...
Forum: General questions
Last Post: rich2005
09-12-2025, 07:18 AM
» Replies: 12
» Views: 3,423
New Install, Black Screen...
Forum: OSX
Last Post: akhrameev
09-11-2025, 02:32 PM
» Replies: 3
» Views: 3,076

 
  Changing Texture?
Posted by: richiie - 09-27-2022, 10:50 PM - Forum: General questions - Replies (1)

Hey again y'all

Before I start I'd like to say thanks for taking the time to read this. I sincerely appreciate you all Smile

I am currently trying to make a mockup for a tshirt i am designing and I could use your help adding "texture" to the font. To be more clear I am trying to incorporate the lights and darks as well as the wrinkles onto the text.


Thanks again, don't stress to much and have a great day Smile

Riccrdo

https://drive.google.com/drive/folders/1...sp=sharing

Print this item

  Gimp stops responding during large rotate
Posted by: BigGojira - 09-27-2022, 06:53 PM - Forum: General questions - Replies (3)

I have a large image that I tried to rotate by some small amount (+0.3 degrees), and GIMP froze solid about three quarters of the way through.  Just confirm I restarted GIMP and loaded the same image and tried the same thing again (thank god I had just saved it).  This time it worked, though it seemed a bit dodgy right at the end, like it almost didn't work.

I'm on 2.10 so if that's the problem let me know and I'll upgrade.  If not, maybe it's a memory issue?  Do I need to do something to make GIMP use more memory?  Or some other issue perhaps.  Let's see, Windows 10 Home 64 bit, not sure what else yall might need to know. Image properties: 5138 x 7042 pixels, RGB color, 17.1 MB file size, 659.6 MB in memory.  I have 16 GB installed on this system, and virtual memory should be good for much more unless Windows has punked me there somehow.

Print this item

  Capture Ecran
Posted by: snake72 - 09-27-2022, 04:11 PM - Forum: General questions - Replies (4)

Bonjour,
J’utilise Gimp depuis peu de temps et je voulais faire une capture écrunn, mais celle-ci ne fonctionne pas..

Print this item

  Paste image into another and reposition it
Posted by: fixit7 - 09-27-2022, 02:18 PM - Forum: General questions - Replies (2)

I am trying to paste one image into another.

I tried this, but it does not allow me to reposition the image.

But the "paste into" option allows the user to move the pasted portion.

Thanks.



Attached Files Image(s)
   
Print this item

  Merging 2 photo's 1 side at the center remains unclear
Posted by: snowmansion - 09-26-2022, 06:52 PM - Forum: General questions - Replies (6)

   

When trying to scan a centerfold I usually divide them in 2 separate scans which I then try to merge in GIMP.

I open the 2 scans via File - Open as layers in GIMP and then set the canvassize in such a way they both fit. After aligning them I click on Image and then merging all layers together. 

However this issue I then face is that exactly on the middlepoint one part of the image is vague while the other one seems to have a better clear quality.
See the picture attached.  You see that the right part is more yellow and more clear while the left part is a bit vague. 
How can I change this so that all side have more clarity? I now use the Clone/Heal and sometimes the smudge option, however this is time consuming. Is there any way this can be done automatically?

Thanks in advance.

Print this item

  Copy text in Gimp console
Posted by: Gimpnik - 09-25-2022, 10:59 AM - Forum: Scripting questions - No Replies

State:
   Gimp: 2.10.32
   OS: Win7 x32-Bit

If commands are executed by batch script, the Gimp console opens and there a certain sequence is displayed line by line. However, in contrast to Windows cmd.exe console, the lines can't be copied by right-clicking, but awkwardly via the nested context menu with right-click above the title bar (Edit => Select | Select all | ...).

It is possible to redirect the entire output of the console to a file, e.g. something like:

Code:
[size=medium][font=serif, Consolas]"%gimp%" -i --verbose -b "(BatchCropToContent \"*.png\")" -b "(gimp-quit 0)">"Output_GimpScript.txt"[/font][/size]
however, this does not solve the desire indicated here to be able to quickly copy a text section directly in the Gimp console.


Is there a possibility to remove this restriction and how?

Print this item

  Accelerate processing of Gimp scripts
Posted by: Gimpnik - 09-25-2022, 10:11 AM - Forum: Scripting questions - Replies (4)

State:
   Gimp: 2.10.32
   OS: Win7 x32-Bit

Processing of tool scripts is unnecessarily slowed down:
Currently it is the case that when batch processing is performed by Gimp via external batch script (tested here especially under Windows), it is noticeable that gimp.exe starts in a new process instance each time, which unnecessarily slows down the repetition of scripts or execution of further commands, since Gimp first uploads all its modules each time - or even worse for each command line in the script. An unnecessary nonsense.
So it would be much more superior and faster, if there would be a parameter here to let gimp.exe load once into RAM and stay there until it is not explicitly removed from there something by (gimp-quit 0).
Under "gimp-2.10.exe --help" however no further parameters are listed at present, which force the execution of the Gimp console in already running instance.
 
And concretely on the example: A following processing under Windows leads currently per gimp.exe command line a delay of around 5 s, so with next following both command line per gimp.exe thus at least (2* 5 =) ~ 10 s are wasted:

Code:
PushD %~dp0
 
set "gimp=%ProgramFiles%\GIMP 2\bin\gimp-2.10.exe"
set "FileExtens=PNG"
 
"%gimp%" -i -b "(batch-crop-to-content \"*.%FileExtens%\")"
"%gimp%" -i -b "(scale \"*.%FileExtens%\")"
"%gimp%" -i -b "(rotate \"*.%FileExtens%\")"
 
(In addition there is the closing of Gimp, which is also somewhat delayed).

Suggestions for improvement?

Print this item

  MyPaint Brush stopped working after Ubuntu upgrade
Posted by: mirta - 09-24-2022, 08:22 PM - Forum: General questions - Replies (3)

I just upgraded my Ubuntu to 22.04.1 and after the upgrade, the "MyPaint Brush" tool in Gimp has stopped recognizing pen pressure. Other brushes work normally, it's just this tool that doesn't have any pressure anymore. I tried deinstalling and reinstalling gimp, but it hasn't worked.
This is the brush library from MyPaint that Gimp can access and use, right? It's been working normally until the Ubuntu upgrade.

Is anyone else having a similar problem?

Print this item

  How to make larger image from small identical images like mosaic
Posted by: dprenerov - 09-24-2022, 12:17 PM - Forum: General questions - Replies (4)

Hello,


I searched Google for this, but didn't found an answer.

I have a single png with alpha channel. Let's say 300x300 pixels.


So I need to produce a 1920x1080 pixels image which consists of multiple images like the small one. It should look like a mosaic. It is not important if 1920 can not be divided by 300 without a remainder. I need this image to be used as watermark adding to a video. So the important is to have small images clearly seen on the video, but transparent so to make the video not usable except for a preview.
So I have a single image which is OK to me, just don't know how to create larger image with alpha like a mosaic to be used for watermark.
Please help me with this.

Print this item

  Translucent images not working
Posted by: NotZaky - 09-24-2022, 07:14 AM - Forum: General questions - Replies (5)

When I try to use a translucent image in GIMP, whether I lower the opacity in GIMP or imported a translucent image, there aren't any translucent pixels and it just ends up like this (image attached). I have an alpha channel and translucent images used to work fine on this exact file. I thought it was a bug, but after downgrading from 2.10.32 to 2.10.28, the problem persists. Can anyone figure out the problem?

Print this item