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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,571
» Latest member: Jean Dupont
» Forum threads: 7,447
» Forum posts: 40,704

Full Statistics

Latest Threads
Windows save
Forum: General questions
Last Post: sallyanne
3 hours ago
» Replies: 3
» Views: 278
Trying to append part of ...
Forum: General questions
Last Post: Denarius
Yesterday, 12:26 PM
» Replies: 5
» Views: 285
Can't see GIMP windows
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Tas_mania
Yesterday, 08:57 AM
» Replies: 2
» Views: 172
clone tool
Forum: General questions
Last Post: sallyanne
Yesterday, 12:38 AM
» Replies: 6
» Views: 336
Missing fonts when export...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
06-29-2025, 07:48 AM
» Replies: 8
» Views: 426
Updating Python Scripts t...
Forum: Scripting questions
Last Post: Ofnuts
06-28-2025, 08:58 PM
» Replies: 1
» Views: 178
GIMP 3.0.4 Script-Fu Batc...
Forum: Extending the GIMP
Last Post: AgHornet
06-27-2025, 10:20 AM
» Replies: 0
» Views: 152
Technique for removing ov...
Forum: General questions
Last Post: denzjos
06-27-2025, 09:47 AM
» Replies: 12
» Views: 893
unable to convert from rg...
Forum: General questions
Last Post: rich2005
06-26-2025, 11:42 AM
» Replies: 1
» Views: 226
How to fix halftones?
Forum: General questions
Last Post: rich2005
06-26-2025, 10:57 AM
» Replies: 2
» Views: 272

 
  How to mention person on forum in text?
Posted by: Konskoo - 11-12-2020, 06:22 AM - Forum: Gimp-Forum.net - Replies (2)

How to mention person on forum in text? Symbol @?

Print this item

  Create a layer mask of a Logo
Posted by: ProfoundHypnotic - 11-11-2020, 05:29 PM - Forum: General questions - Replies (3)

Hello,

I need to upload a mask to my shopify store for my clothing products so I can have a live preview of a chosen color on the product. my question is, can someone point me to documentation on how to make a layer mask of a logo that is on an image? I've tried googling the solution but I may not be using the right terms because I can't seem to find what I'm looking for. 

so for example, I have uploaded a picture of one of my hats. I have a 10 main colors that the Hat can be but the logo can be any color. Rather than uploading a ton of different images I am trying to have one picture for each product and then have the color previews so users can choose their color scheme. so how can I go about creating a mask of the logo on the image attached so I can upload to to shopify for the live preview? 

Here is a youtube video of something similar to what I'm looking to do. from 0:45-0:50 is what I am looking to create but for the logo attached. 
https://www.youtube.com/watch?v=GM63x8NKL68&t=55s


I really hope all my ramblings made sense but if not please let me know so I can clarify. 

Thanks in advance for your help!



Attached Files Image(s)
   
Print this item

  Improper fill
Posted by: meetdilip - 11-11-2020, 01:36 PM - Forum: General questions - Replies (8)

   

I have a requirement where I have to change the colour of this purple to green and yellow. I tried " selecting by colour, delete and then fill " . Then tried " Colorize ". Both had its own issues. Mainly burrs on the edges in the first case and the cloud colour also changing in the second method. So I gave up miserably and tried to select white, add a layer on top and then fill it with white. So that I get cloud and it is easier for me to manage the rest. But as you can see in the image above, there is this strange fog at the edges of the fill. Kindly help me fix it. Thanks.

Print this item

  GIMP batch: error
Posted by: cmorlighem - 11-11-2020, 08:51 AM - Forum: Extending the GIMP - Replies (1)

Hi, 


I'm new to Gimp and I need to use it from the command line as it is part of an automation process. 
I'm starting with a super simple command : 

gimp-2.10.exe -i -b "(let* ((image (car (file-tiff-load 1 C:\Users\Camille\Documents\test.tif C:\Users\Camille\Documents\test.tif)))))"

I keep getting this error: 

batch command experienced an execution error:
Error: eval: unbound variable: C:\Users\Camille\Documents\test.tif

I did lots of forum but I haven't found anything working. Also I tried with adding single/double quotes but doesn't change anything. I tried with -b "(gimp-quit 0)" in the end but doesn't change anything either and same when I use gimp-console-2.10.exe. 
I'm running the command with windows 10. 

Can anyone help me?

Print this item

  Freezes during scaling
Posted by: Flwriter85 - 11-10-2020, 06:54 PM - Forum: Windows - Replies (8)

I am aware that this has been mentioned in various ways earlier throughout the forum; however, they are just old enough and I'm not completely sure if they are the same issue that I am having.  

As the subject says my version of gimp seems to ALWAYS freeze while I try to scale my drawing(s).  I thought I found a work around and scale it slowly, but it doesn't help.  At least not for a long substantial time.  

My computer is brand new (relatively speaking.  I bought it back around Feb/March).  It's a gaming computer.  

According to my info.  (Not completely sure what is important). 

16 gb of ram (15.8 useableseale) 


64 bit os 

Windows C drive has 743 GB free of 929 GB 

My CPU usage at this point as I type this:  

I have five apps open (browser with three tabs; GIMP; task manager, system info box; file tab).  
CPU is at 3% usage (changing of course) 
37% memory. 

All in I should have more than enough power to run/keep running the program.  

Using 2.10.22 (the previous version before updating was doing the same thing.  I thought perhaps updating would help).  

I cleaned out my hardrive / junk/ etc.  

I am at a lost of what else to do.  

Thank you advance for any assistance, and as per assistance please keep it noob-level.  I know enough about computers to break them... not fix them after they're broken.  

Big Grin

Print this item

  [split] Installing Python scripts
Posted by: OpaPeterPKHG - 11-10-2020, 09:10 AM - Forum: Scripting questions - Replies (5)

Hello,
W10 gimp 2.10.22
How to install any python plugin.
Would like a working small example
e.g. from WW

Code:
import gimp

def python_message(image, drawable, message):
    gimp.message(message)

register(
        "python_fu_message",
        "Show message",
        "Show message",
        "Pin-Chou Liu",
        "Pin-Chou Liu",
        "2019",
        "<Image>/Filters/Hello World...",
        "",
        [
            (PF_STRING, "message", "message", "Hello World"),
        ],
        [],
        python_message)

main()

Print this item

  I'm missing a font and I can't find it.
Posted by: mike_o - 11-10-2020, 02:39 AM - Forum: General questions - Replies (2)

I used gimp to create some graphics for a software program that I created.

The font and graphic looked like this.

   

It's a simple but cool little 8 bit styled font, I believe it was called "automat".

Between then and now I have purchased a new computer and this font is not present.

I was using an apple with either high sierra or mojave depending on when I did this graphic.

I bought a new apple with Catalina and it seems this font is no longer a part of the system, but I can't find this font anywhere, I google searched multiple different sites and although some of them have a font called "automat" it's not this one.

I don't know if I'm mis-remembering the name or something but I really need to find this font.

Does anyone know this font or where I can get it?

Thanks.

Print this item

  Can't find access/page to my user profile to change my Password.
Posted by: daiappy - 11-09-2020, 06:28 PM - Forum: Gimp-Forum.net - Replies (2)

Hi,   I can't find anywhere to click to get to my profile to change my PASSWORD. Ch.


From myself to myself: I found my way in there some way, but can't re-find it!

Print this item

  LOGGING IN
Posted by: daiappy - 11-09-2020, 06:03 PM - Forum: Gimp-Forum.net - Replies (2)

Hi, When I log in to Gimp-Forum.net I'm asked to reset my password. O.K., I then get in.  When I  Re-sign in again next time, that password wont let me in & I have to get a new password sent. Is there a way I can customise my own password in my user account somehow that will work next time I sign in or do I have to ask for a new password sent to my email every time? Ch.

Print this item

  Tiny tiny tiny toolbox icons
Posted by: HavingTooMuchFun - 11-09-2020, 03:03 PM - Forum: Windows - Replies (7)

I've been using 2.8.22 on a Mac desktop, and just did a download of 2.10.22 on a PC laptop… and instead of the wonderful tool bar I'm used to, I've got these itsy-bitsy little icons, most of which actually represent several functions that I'm used to clicking on directly. This is just unusable! I figured out how to increase the size of the toolbox, but it isn't making the icons any bigger. Can someone PLEASE show me how to change what I've got into something I don't need to get new stronger reading glasses to use?

Secondarily, I REALLY hate this dark gray, it's very hard to read tiny white text against; can I possibly get bigger text on a light background? I've increased the base size of everything in the system to 150%, but, as warned, it doesn't affect the size of anything in certain programs, including this one.


       

Print this item