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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,459
» Latest member: EK-Gimp
» Forum threads: 7,380
» Forum posts: 40,383

Full Statistics

Latest Threads
Migrating Python plug-in ...
Forum: Scripting questions
Last Post: nerudaj
39 minutes ago
» Replies: 2
» Views: 79
Preview images instead of...
Forum: General questions
Last Post: rich2005
4 hours ago
» Replies: 1
» Views: 66
Converting python plugin-...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: duke2362
7 hours ago
» Replies: 57
» Views: 7,644
Porting C plugin (xsane) ...
Forum: Scripting questions
Last Post: Ofnuts
7 hours ago
» Replies: 1
» Views: 56
Avatar not showing up
Forum: Gimp-Forum.net
Last Post: FranzBias
Yesterday, 11:35 PM
» Replies: 5
» Views: 879
GIMP problems (on Linux M...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: FranzBias
Yesterday, 11:09 PM
» Replies: 8
» Views: 304
Dans Fichier>Ouvrir, est-...
Forum: Gimp-Forum.net
Last Post: rich2005
Yesterday, 08:43 PM
» Replies: 1
» Views: 71
Arrowdesigner for gimp 3
Forum: Extending the GIMP
Last Post: denzjos
Yesterday, 04:39 PM
» Replies: 0
» Views: 83
Now Gimp 3.1!
Forum: Gimp 2.99 & Gimp 3.0
Last Post: vitforlinux
Yesterday, 04:24 PM
» Replies: 0
» Views: 65
film emulation
Forum: Other graphics software
Last Post: denzjos
Yesterday, 08:45 AM
» Replies: 0
» Views: 118

 
  Gimp settings folder location
Posted by: js017 - 03-31-2018, 08:08 PM - Forum: General questions - Replies (3)

Hi. By default, gimp creates a program settings folder in Windows 7 in the root directory of your user folder, usually "C:\Users\Administrator\.gimp-2.8". How can you change the location of that folder to be in the AppData, Roaming folder, for example, "C:\Users\Computer User\AppData\Roaming\.gimp-2.8"?

I've tried to change the "temporary folder" and "swap folder" locations in edit, preferences, folders, but it keeps creating the .gimp-2.8 folder in the default folder location. Thanks.

Print this item

  Separation of 2 images
Posted by: Psychozike - 03-31-2018, 05:49 PM - Forum: General questions - Replies (2)

Hi! Cool 
I'm pretty new to gimp and there's something I'd like to do. I have 2 images that I would like to separate like on the image attached to this post. I do not know how to do it, could someone help me please? Angel



Attached Files Image(s)
   
Print this item

  Moving content between existing layers
Posted by: willip4 - 03-31-2018, 09:36 AM - Forum: General questions - Replies (19)

Hi,

I am completely new to Gimp. I have a very simple image made of up two layers.  My image is too large to post as an attacbment

I want to cut and move some of the content on one of the existing layers to the other existing layer and vice and versa.
  
I have been reading up and can see information about the Select Float technique but this is not working. I tried cut and paste as new layer and then merge down but this just seems to move the section I cut out and not the image content.

I would just like to understand.
1) How I should select the content I want to move. I have been using the paths tool and then selecting the path.
2) How I can permanently move the selected content from my first layer to my second layer including the content on the screen.

I am feeling very slow at the moment!

Any help or pointers to existing tutorials would be much appreciated.

Cheers,
Willip4

Print this item

  Water Ripple
Posted by: dinasset - 03-31-2018, 07:04 AM - Forum: Extending the GIMP - Replies (2)

Hi.
Now playing a bit with 2.10.
This mini filter was initially ported to 2.9.9 and tested with 2.10 RC (OK, it runs properly).
This filter is not ORIGINAL, i.e. has not been invented by me: 
I took a nice existing filter (in .scm) from RobA and ported into python (plus some bits and bytes).
If someone is interested in the original I attach it here too.
It's the versions I have in my folder, menu has been modified, it will appear under:
"<Image>/BestFilters/Distorts/Water Ripple..." (I do not remember the original menu).
My filter will appear under "<Image>/Diego/Ancillary2"
A sample image (original and outcome using defaults) is attached.
The filter reflects the part of the image which is selected (on the original the bottom part was selected).
Hence, to my taste, it gives the best result if we:
- select an image
- create a new one having the original with a doubled vertical canvas size and adding a duplicated layer reflected vertically
- merge to obtain the attached sample (input)
- select the bottom part
- run the filter to get the attached sample (outcome)
Comments, critics, suggestions are welcome.



Attached Files Thumbnail(s)
       

.7z   DIEGO_Ancillary2_WaterRipple299.7z (Size: 1.96 KB / Downloads: 552)
.7z   water-ripple.7z (Size: 1.74 KB / Downloads: 504)
Print this item

  Can't drag and drop to reorder layers - fixed
Posted by: gremlin1384 - 03-31-2018, 06:30 AM - Forum: General questions - Replies (13)

In the "layers" dialog, I can't drag-and-drop layers. When I pick a layer up, the dotted line indicating where it's supposed to land never shows up. When I let up the mouse button, the layer returns where it came from. I can move layers with the buttons on the bottom of the dialog, but that doesn't allow me to move layers in or out of groups.

---
Between me starting this post and finishing it, I fixed it. I'm still going to post it because I couldn't find the solution anywhere online. Apparently, this problem has shown up due to incompatibility with a handful of programs -- the ones identified elsewhere online are Skype, Kaspersky Antivirus, Camtasia, Snagit, Camstudio, and Tuneup Utilities. I'm adding the program DisplayFusion to the list. I was quitting programs one at a time to troubleshoot, and when I exited DisplayFusion, I was suddenly able to drag and drop.

I hope this is helpful to someone somewhere along the line.

Print this item

  Adding plug-ins to Gimp 2.10
Posted by: rich2005 - 03-29-2018, 08:29 AM - Forum: Windows - Replies (2)

Concerned about adding plugins in Windows Gimp 2.10.

The first thing to note is the location of your Gimp 2.10 profile. 

It is in C:\Users\your-name\Appdata\Roaming\GIMP\2.10\

   

How to get there? In Windows Explorer type in %appdata% which takes you to a sequence like this:

   

Plugins like Gmic-gimp which have their own folder. 


Put the whole gmic folder in Gimp plug-ins folder.

   

Then add the path to Gimp in Edit -> Preferences -> Folders -> plug-ins

   

Edit: and a one minute video on the subject: https://youtu.be/w4yUPR9_td0

Edit: Aug '20 Update for the g'mic plugin. No need to add any paths to recent versions of Gimp. Providing the folder name matches the plugin name Gimp will register the plugin. Just use the gmic_gimp_qt Windows installer and all is done for you.

Print this item

  Re-editing text boxes
Posted by: Stephen_A - 03-29-2018, 06:41 AM - Forum: General questions - Replies (6)

Have some text in boxes. Wish to edit it. Clicking on the text box simply opens a new text box. Clicking on the layers dialogue appears to do nothing. Read elsewhere that right-clicking on the layers gives you a box in which you can edit. Not so. Can only highlight different areas of the layers dialogue with the UP and DOWN arrow.
Any pointers appreciated. Thanks.

Print this item

Question How to automate "Autocrop Image"?
Posted by: drpeppercan - 03-28-2018, 06:53 PM - Forum: General questions - Replies (4)

Every time I reduce the image size, there's some space remaining. Autocrop image removes it. It would be nice if that rather obvious need, could be done automatically.

Is there a way to do this?

Thanks in advance guys [Image: smile.gif]

Print this item

  Insert image on screen - Remove fingers
Posted by: AmandineViaud - 03-28-2018, 03:07 PM - Forum: General questions - Replies (3)

Hello everyone,

I successfully inserted a print screen in a tablet screen. The only thing that bothers me are the hands of the person that holds the tablet. I just want the image I inserted to be under the person's hands. How can I do this? Could you pls walk me through the process (I'm completely new to Gimp so I need pretty straight forward/easy directions pls :Smile)

Thank you!

Print this item

Brick Export image
Posted by: Nika - 03-28-2018, 01:39 PM - Forum: General questions - Replies (3)

Hi,

I am having problems when I want to export images to .JPG file (or any other format).

Shouldn't the extension of the file change automatically to the one I choose in the drop-down menu?

The way it is now, I have to manually change the extension every time I want to export the image, and if I want to export it, isn't it logical that I want to change the image type?

Regards,
N


[Image: GIMP_Export_image_Extension_problem_cr.png]

Print this item