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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,624
» Latest member: Josephmally
» Forum threads: 7,490
» Forum posts: 40,881

Full Statistics

Latest Threads
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
6 hours ago
» Replies: 8
» Views: 2,866
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: Ofnuts
6 hours ago
» Replies: 1
» Views: 62
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
10 hours ago
» Replies: 2
» Views: 137
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
Yesterday, 03:31 PM
» Replies: 20
» Views: 53,261
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
Yesterday, 05:50 AM
» Replies: 2
» Views: 184
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,786
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 179
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 138
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 102
GIMP 3.x: Editing a pdf
Forum: General questions
Last Post: rich2005
07-15-2025, 03:20 PM
» Replies: 1
» Views: 120

 
  gmic_gimp_qt foreground extraction filter
Posted by: rich2005 - 06-16-2018, 02:01 PM - Forum: Tutorials and tips - No Replies

This is a remake of a video from 4 years ago demonstrating the gmic interactive foreground filter.

Really easy to use, generally gives good results first time, sometimes a little erasing or cloning touch-up required.





four and a half minutes, direct link https://youtu.be/Yu46Gs1NI34

Print this item

  Need help with computer timing out.
Posted by: sallyanne - 06-16-2018, 10:17 AM - Forum: Watercooler - Replies (7)

Goes to sleep (black screen) on me if I look away for a minute or go for a walk. Wasn't doing it a week ago. I have changed power options to never and back to 60 mins etc. Watched a couple of YouTube vids, done a hack and it is still doing it.
I went to the windows page but you have to register there to ask a question!

I think my pc updated again a couple days ago because when I went to shut it down I only had the option of 'update and shut down' so I put it on hibernate. (I figure it updated during the day while on hibernate because the option is not there any more).

Someone mentioned to stop windows from forcing updates on you. How do I do that?


Any way I assume it is my OS that is the problem not my computer?

Print this item

Question Export multiple layers as a layered PDF, not a mulitpage PDF
Posted by: auriuman78 - 06-15-2018, 04:30 PM - Forum: General questions - Replies (4)

I've found several ways to export GIMP layers as a multipage PDF, but have been unsuccessful finding info on how to export my visible layers to a single page layered PDF. I know it's possible as I've received PDF files of an image that is layered, such as for print processing markers like dielines and etc. 


Is GIMP capable of doing this function?

Print this item

  Scale tool no longer has pop up or options?
Posted by: Zethian - 06-15-2018, 01:53 PM - Forum: General questions - Replies (4)

I am trying to scale something to a specific size (X pixels by X pixels).

I've been using gimp for years and only yesterday upgraded to the latest stable 2.10 version, and a lot of things are different, so sorry for the "newbie" question even though I'm not new to gimp. What I am used to is that when you select the scale tool and click on the object/layer you want to scale, a pop-up dialog opens, with options such as lock aspect ratio, but most importantly a box where you can type specifically how many pixels high or wide you want to scale the selected object to.

In the new version I'm using, there is nothing like this and no pop up whatsoever. The only options under the toolbox are to lock aspect (shift) which does not help me. I need to scale it to a specific number of pixels, and I cannot do this by dragging and guessing, it's impossible.

Please could someone tell me how I do this in the new version. Example, I need the object selected to be exactly 800 pixels in width. How do I scale it to this specific width. I can't figure it out in this new interface at all.

Print this item

  Rotate tool in 2.10 blurring layers
Posted by: BertyCraitbgoe - 06-15-2018, 12:17 PM - Forum: Gimp 2.10 - Replies (10)

Has anyone else encountered an issue where rotating a layer in 2.10 (using Windows 7 if that helps) ends up blurring the layer quite significantly? Obviously this means that 2.10 is currently unusable for me unless I can find a fix, which is a shame because otherwise I think it's amazing.

Here's an example of what I mean, the only adjustment made on the far right and bottom text is rotate: [Image: cokeexample.png]

Print this item

  tiling a circle with an offset (math)
Posted by: Espermaschine - 06-14-2018, 07:28 PM - Forum: Other graphics software - Replies (10)

I want to tile tightly packed circles with an offset of 50%.

It seems the Y Shift per Row is -13,4%.

Is there a mathematical formula for this ?

(I tried googling the problem but nothing turns up...)

[Image: AIzSrKL.png]

Print this item

  Trailing in a GIF
Posted by: Isuckatgimp - 06-14-2018, 07:14 PM - Forum: General questions - Replies (2)

https://i.imgur.com/3ueJH8X.gifv

Is there any way I can fix this

Print this item

Question GIMP Script-fu/Python-fu: apply filter or color to all layers?
Posted by: gerescripts - 06-14-2018, 04:51 PM - Forum: Scripting questions - Replies (1)

Okay, I'm fairly new to GIMP scripts/plug-ins and gimp-forum so I apologize in advance for any blunders I'm prone to make.

Anyway, I have Windows 8, GIMP 2.8.22, GAP, and animstacks all for the purpose of making high quality gifs. Recently I noticed GAP Frame Scale (plug-in-gap-anim-scale or ANIM_SCALE) resizes every frame/layer in a single file, and I'm curious; using GAP's defined parameters or similar code, is it possible to automate other plug-ins to transform every layer? For instance, a script or plug-in for unsharp mask or levels that applies to each layer in the file.

If it's been done before or there's a simpler method of achieving my goal (applying filters and colors to every frame of a gif) then please let me know! I barely know how to read code, but to me it appears achievable to combine GAP's .xcf animation function with filter or color scripts.

P.S. You're welcome to answer my question on stackoverflow.

Print this item

  How to add a solid background to an image thats transparent
Posted by: jford11609 - 06-14-2018, 02:49 PM - Forum: General questions - Replies (3)

[Image: search?q=pocket+watch+vector&source=lnms...bTf1WBPuM:]I have an image of a clock and the background of the clock is transparent. Im wanting to add a solid background to it without making the whole canvas that solid color (around the clock). Its a pretty intricate clock with lots of little spaces so it would take me forever to fill it with the bucket. I know there has to be an easier way to do this. Please help! I posted a link to something similar im working with. 
https://www.google.com/search?q=pocket+w...bTf1WBPuM:

Print this item

  Totally nailed it
Posted by: Ofnuts - 06-14-2018, 11:46 AM - Forum: Watercooler - Replies (2)

[Image: customer_rewards.png]
(Click image for original page)

Print this item