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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,642
» Latest member: primebiome
» Forum threads: 7,185
» Forum posts: 39,243

Full Statistics

Latest Threads
Can not make bookmarks fo...
Forum: Installation and usage
Last Post: Ofnuts
2 hours ago
» Replies: 1
» Views: 29
Bookmarks are not saved
Forum: Linux and other Unixen
Last Post: Ofnuts
2 hours ago
» Replies: 1
» Views: 29
scriptfu could says what ...
Forum: Scripting questions
Last Post: Ofnuts
3 hours ago
» Replies: 1
» Views: 74
adding UnitComboBox to a ...
Forum: Scripting questions
Last Post: Ofnuts
4 hours ago
» Replies: 1
» Views: 40
Gimp make jpg to Webp 100...
Forum: General questions
Last Post: estatistics
Yesterday, 09:30 PM
» Replies: 8
» Views: 218
Eraser Stopped Working
Forum: General questions
Last Post: Ofnuts
Yesterday, 07:55 AM
» Replies: 9
» Views: 252
select outline
Forum: General questions
Last Post: sallyanne
Yesterday, 02:38 AM
» Replies: 2
» Views: 104
I can't edit a path
Forum: General questions
Last Post: Ofnuts
02-23-2025, 08:38 AM
» Replies: 2
» Views: 120
gradients semi transparen...
Forum: General questions
Last Post: Ulodesk
02-22-2025, 05:00 PM
» Replies: 3
» Views: 199
Multiple install paths in...
Forum: Windows
Last Post: LateJunction
02-22-2025, 08:38 AM
» Replies: 2
» Views: 204

 
  How do I load a selection from a channel?
Posted by: gib65 - 05-15-2021, 04:41 AM - Forum: General questions - Replies (3)

Hello,

I recent created a very complex selection. Then I saved the selection to channel. My selection then disappeared. I don't know how to get it back.

I assumed that this is my saved selection:

   

But I'm not sure what to do to load the selection into the image. Right-clicking on the selection gives me this context menu:

   

The most obvious item is "Channel to Selection" but that did nothing.

How do I get my selection back? Thanks.

Print this item

  Set image canvas size aspect ratio
Posted by: rjhuber - 05-14-2021, 10:40 PM - Forum: General questions - Replies (2)

Is there a way to set the aspect ratio default in the set image canvas size? Everywhere I read says that it should default to linked. Mine does not.

Also, if I reopen the dialog box again after clicking resize, it does not retain the linked status.



Attached Files Image(s)
   
Print this item

  Issue with copy/paste and scaling
Posted by: harasnicole - 05-14-2021, 07:30 PM - Forum: General questions - Replies (2)

I don't know if it's something I did without realizing it or something else, but every time I try to copy an entire image and paste it to the transparent background that I have waiting in another tab, the image is really closely cropped and I can't scale the image without it looking stretched anymore. I use GIMP to make thumbnails for YouTube. I don't really explore much in the software, just sticking to the things that I'm familiar with.

If it helps, my OS is Windows 10, 64-bit.

Also, here's a screenshot of what I mean:

   

Print this item

Video what is the key step of "merging" two images?
Posted by: kenny1999 - 05-14-2021, 01:02 PM - Forum: General questions - Replies (5)

I'd like to cut a face of someone and paste onto another, they have different skin colors
of course. After selecting and cutting the face, what is the next step to do? 
Would you please highlight me the key steps I'll probably need?

Print this item

  G'MIC-Qt preview error
Posted by: meetdilip - 05-14-2021, 07:28 AM - Forum: Extending the GIMP - Replies (4)

I am not sure what is wrong. Is there a fix for this ? I was using @rich2005 's the G'MIC plugin. I just removed that to check but this preview error exists with the default AppImage with Plugins version : GIMP_AppImage-git-2.10.25-20210408-withplugins-x86_64

   

Print this item

  Photo to emoji
Posted by: meetdilip - 05-13-2021, 02:36 PM - Forum: General questions - Replies (2)

Hi, I have seen some Apple emojis which is face to emojis. I wonder whether there is any plugin or feature that we can use to convert a Photo into a not real-life face.

[Image: hMD53VS.png]

If I can get anything close enough, it will be ok to put some effort and make it look like this. Thanks.


This service looks very promising

https://giventofly.github.io/pixelit/

This is kind of paid, but we can take screenshots. Not perfect, but works for my use case.

Print this item

  Gimp - blueprint
Posted by: rich2005 - 05-13-2021, 11:39 AM - Forum: Gallery - Replies (1)

Should be drawing up house plans Wink    procrastination rules.

   

Print this item

  Undeletable multi-page tif files
Posted by: rich2005 - 05-11-2021, 09:14 AM - Forum: Tutorials and tips - No Replies

A multi-page tagged image format (tif / tiff) becomes undeletable in Windows. Apparently it is the embedded thumbnails in the tif file which screws up Windows Explorer.

The best solution from the Gimp developers is prevention. Export the tif file with thumbnails disabled. Untick the thumbnails option.

   

What can you do if you have an "undeletable" tif file. Not straight forward in Windows for any undeletable file
1. Right click in the task bar to open Windows task manager.
2. Locate  Windows Explorer and End Task.
3. Use the file option  
4. Open a command shell
5. Find and delete the tif file(s)
Get the desktop back using File -> Run New Task -> explorer.

   


A 5 minute video going through that. https://youtu.be/B_jKnaWFXCQ





Spot the mistake at the end Wink I deleted the wrong file. Should have been thumbnail.tif file. Always be careful.

Do not be put off by your Windows computer black command shell, I changed the colours to make it easier to see in the video.
The commands used 
cmd - starts the command shell
cd is change directory (directory = folder) 
cd.. (cd-dot-dot) is go up one level
dir (directory listing)
dir *.tif filters out the tiff files
del (delete) as del filename.tif

Print this item

  How can I use file-glob to only return files with certain extensions?
Posted by: charlweed - 05-10-2021, 09:38 PM - Forum: Extending the GIMP - Replies (1)

I'm trying to use python-fu in GIMP. I would like pdb.file_glob to return an array of image files in the format I specify. I tried:

Code:
myGlob = "*.png|*.PNG|*.jpg|*.JPG|*.gif|*.GIF|*.xcf|*.XCF"
globpath = os.path.join(patternDir, myGlob)
num_files, files = pdb.file_glob(globpath, 0)
But the files array is always empty, I assume because the glob syntax is invalid.
Note that if I use
Code:
myGlob="*"
I get the graphics files I want, but I also get files such as "fake.txt" and sub-directories, both I want to exclude.
I would also like the documentation for file-glob, I don't want to clone the repo and try and read the c++ source.
Thanks!

Print this item

  Black and White
Posted by: Nico - 05-09-2021, 12:06 PM - Forum: General questions - Replies (6)

Hello !

I'm trying to reproduce that type of black and white with GIMP : https://64.media.tumblr.com/3e9799783df3...607478.png

It's more complicated than I tought. I think this picture may be realised with photoshop but perhaps I can do the same with GIMP ?

I tried a lot of things but now I don't know what to do. I can't find any tutorial on the internet.

Thank you in advance !

Print this item