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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,462
» Latest member: K0RR
» Forum threads: 6,739
» Forum posts: 36,794

Full Statistics

Latest Threads
Calling Filters->Distorts...
Forum: Scripting questions
Last Post: berni
Yesterday, 07:04 PM
» Replies: 10
» Views: 225
How to stop GIMP snaaping...
Forum: General questions
Last Post: sallyanne
Yesterday, 11:32 AM
» Replies: 4
» Views: 275
Rotate a parallelepiped (...
Forum: General questions
Last Post: PixLab
06-24-2024, 11:41 PM
» Replies: 2
» Views: 148
Trying my hand at Process...
Forum: Gallery
Last Post: Tas_mania
06-24-2024, 11:37 PM
» Replies: 10
» Views: 349
using Photolab - Batch co...
Forum: General questions
Last Post: Ofnuts
06-24-2024, 09:04 PM
» Replies: 15
» Views: 430
Annunciation
Forum: Gallery
Last Post: MJ Barmish
06-23-2024, 08:25 PM
» Replies: 1
» Views: 137
ofn-bend-path
Forum: Extending the GIMP
Last Post: aFraid
06-22-2024, 01:51 PM
» Replies: 99
» Views: 65,530
the original is always be...
Forum: Watercooler
Last Post: Ofnuts
06-22-2024, 12:40 PM
» Replies: 6
» Views: 296
Wacom Tablet Not showing ...
Forum: Gimp 2.10
Last Post: jakabasej7
06-22-2024, 06:55 AM
» Replies: 11
» Views: 30,489
2.10.2 Missing Filters->D...
Forum: Gimp 2.10
Last Post: PixLab
06-20-2024, 02:34 AM
» Replies: 12
» Views: 15,171

 
  Stop brush from using clipboard
Posted by: spaghet - 06-16-2020, 09:06 PM - Forum: General questions - Replies (1)

I'm very new to gimp - but a pro at photoshop...trying to make the switch since adobe switched to stupid monthly payments...
I'm trying to simply paint with the brush but for some reason it doesn't use a solid color but instead paints using what's on my clipboard. So when I clip the brush my clipboard image suddenly pastes & I keep clicking it- over & again tons of my clipboard image as if it were a paint color. What is this? The same thing happens when I try to use pencil...

Print this item

  Pasting without resizing layer boundary (new behavior in 2.10???)
Posted by: traycerb - 06-16-2020, 04:56 AM - Forum: General questions - Replies (5)

I have a layer which is 600x600 (size of a passport photo), and I paste a larger image (a person's portrait), which I resize so the person's face fits in the boundary.  Other parts of the photo (e.g. above the head and below the neck) are not relevant for this purpose.

It used to be (2.8.xx) that after my resizing and then finally anchoring the selection to that layer (clicking outside the pasted area), the pasted part of the image outside the layer boundaries was cropped out.

However, I just updated to 2.10, and when I paste the image to the layer, the layer's boundary adjusts to the size of the pasted image.  I tried locking the layer, but then I can't paste into it.  Is there some setting to revert to the previous behavior??  Huh  I depended on the window/auto-crop behavior, which gave me exactly the size image I needed.

Print this item

  Combine two images into one image
Posted by: fixit7 - 06-16-2020, 03:05 AM - Forum: General questions - Replies (3)

I can figure out how to take two images and paste them into a new image.

I opened both images along with a new image and tried pasting the 2 images into the new image.

Can someone please help me ?

Thanks.

Print this item

  GAP 2.7 & MPlayer?
Posted by: oliverqueen - 06-16-2020, 01:13 AM - Forum: General questions - No Replies

Anyone familiar with GAP 2.7 and MPlayer on win 10?
Thanx

Print this item

  PyGimp on Focal Fossa
Posted by: Ofnuts - 06-15-2020, 10:52 PM - Forum: Linux and other Unixen - Replies (3)

When I was on (K)Ubuntu 16.04 and sentenced to use 2.10 in a flatpak I found it too limited compared to the standard version, so since I plan to upgrade my 19.10 ot 20.04 before year end I just hacked my way to "full" Gimp-cum-Python support in a 20.04 VM, by adding required files copied from my 19.10. The final boss is having the Python console working (not killed that one yet).

   


I heard that some folks where installing from Debian repos (where Pythonv2 is more alive than on Ubuntu)?

Print this item

  Unpacking a Gimp appimage
Posted by: rich2005 - 06-15-2020, 11:37 AM - Forum: Tutorials and tips - No Replies

Using an older version of Linux with an equally older version of Gimp?  Want to update Gimp but find the alternative flatpak / snap versions limited?

At the moment there are excellent portable Gimp 'appimage' versions. Downloadable from the Assets folder here: 

https://github.com/aferrero2707/gimp-appimage/releases/

These work by making the file executable and running. More than adequate for occasional use but if you want to create a more permanent version,  the appimage can be unpacked.  That gives certain advantages, a little more flexibility.

That is the purpose of this demonstration video https://youtu.be/F1epWY5SYn0  duration 8 minutes. Shown in LinuxMint 19



Print this item

  2.10 layer composition options and modes
Posted by: Ofnuts - 06-15-2020, 09:09 AM - Forum: General questions - Replies (4)

The 2.10 release notes say:

Quote:Compositing options for layers are exposed to users now, and all layer-related settings are finally available in the Layer Attributes dialog.



[Image: gimp-2-9-6-layer-attributes-dialog.png]

If I sort of guess the Blend space/Composite space, I wonder what the "Composite modes" do?

These notes also mention new blend modes, but I'm still wondering what these do: Erase, Exclusion, Merge, and Split. Exclusion seems to be some kind of "xor", but I can't even find an case where the other three have a visible result.

Print this item

  layergroup managing scripts
Posted by: dela - 06-15-2020, 07:19 AM - Forum: Extending the GIMP - Replies (2)

Hello,

I am looking for scripts to manipulate layers and layergroups.

examples

1] Non destructive renaming/renumbering layers ( adding numbers to the layers *001*, moving copy del etc, remove numbering which gives the layer it's original name,
ic removing *xxx*)

2] Moving and/or Copying layers into a layergroup ( simplest format usable would be,  move xxx layers below it into a layergroup )

3] Copying layers and layersgroup ( copy layers from *010* to *020* the layergroups contained in this area must also be copied )


I have found scripts which number but they can't remove the 'added' numbers.
I have found scripts which copy layers but from layergroups only the 'top' layer is copied.


Smile  mostly using 2.8 with layergroups, occasional 2.10

Print this item

  Can I change the default when opening a TIF?
Posted by: warrentdo - 06-14-2020, 02:19 PM - Forum: General questions - Replies (1)

Hello, when I open a TIF with Gimp it defaults to px.
is there a way to default to mm?
Regards

Warren.

Print this item

  Changing opacity of floating dialogs
Posted by: migf1 - 06-14-2020, 09:01 AM - Forum: General questions - No Replies

Hello,

is there a setting to adjust the transparency of floating dialogs, like the one that pops up when entering text? https://prnt.sc/szee1g

I'd pretty much prefer them to be opaque.

Thanks!

Print this item