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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,943
» Latest member: vinujoh
» Forum threads: 7,370
» Forum posts: 40,132

Full Statistics

Latest Threads
New color : olo
Forum: Watercooler
Last Post: Tas_mania
6 minutes ago
» Replies: 1
» Views: 220
Save Rectangle Size
Forum: General questions
Last Post: rich2005
3 hours ago
» Replies: 3
» Views: 109
Gimp exported image gets ...
Forum: General questions
Last Post: jefferyrowley@netscape.net
8 hours ago
» Replies: 9
» Views: 8,641
Ice Hockey problem - shoo...
Forum: General questions
Last Post: Ofnuts
Yesterday, 07:44 PM
» Replies: 3
» Views: 102
Drop file feature for 2.1...
Forum: General questions
Last Post: Veset
Yesterday, 07:03 PM
» Replies: 2
» Views: 73
Layers padlock frozen
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
Yesterday, 03:35 PM
» Replies: 1
» Views: 53
Big problems with apple
Forum: General questions
Last Post: Thom
Yesterday, 03:02 PM
» Replies: 0
» Views: 53
Gimp 3.0 print menu missi...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: seven7777777s
04-24-2025, 04:25 PM
» Replies: 6
» Views: 796
Script-Fu in GIMP 3 websi...
Forum: Extending the GIMP
Last Post: pixelmixer
04-24-2025, 11:48 AM
» Replies: 4
» Views: 640
ofn3-layer-tiles
Forum: Extending the GIMP
Last Post: Ofnuts
04-24-2025, 07:07 AM
» Replies: 3
» Views: 895

 
  insert image layer into all vid frames with GAP
Posted by: gts6 - 10-15-2017, 06:56 PM - Forum: Extending the GIMP - Replies (7)

Hello, using GAP is there a way to accomplish this?  Id like to insert a layer into every frame of video using GAP and have the new layer appear in the same location in each frame. I can do it manually one frame at a time which is time-consuming (and beside that, when doing it manually I cannot figure out a way to get the new layer to appear in the same exact location  on each frame autmomatically) I have to drag the new layer into place on each frame and i can never get it to the exact same spot.

thanks!

Print this item

  ofn-text-along-path
Posted by: Ofnuts - 10-15-2017, 01:19 PM - Forum: Extending the GIMP - Replies (35)

   

This is a general upgrade of the text-along-path script. The changes are:
  • Removed the Gimp-2.6-specific code
  • Fixed the positioning of characters (no more residual jitter)
  • Added "Repeated" layout option
  • Added "Reverse path direction" option
  • Added "Boxes" option
  • Fixed handling of closed strokes
  • Improved performance (paths not added to image unless necessary)
  • Repackaged/renamed "ofn-"
Enjoy.

Comments, suggestions, and bug reports welcome as usual.

Usual place is here.

Print this item

  Delete Tool Problems
Posted by: cat - 10-14-2017, 07:59 PM - Forum: General questions - Replies (6)

Hi all,
I've very recently started using GIMP for some pic editing and I've been trying to delete selections of pictures, but when I try to delete the selected part, it just turns grey. 
I've gone through and added an alpha channel, used the lasso tool to select the part I want to delete and managed to get the marching ants around it, but when I try to clear or cut it, grey.
Any help would be really appreciated! 

Thanks

Print this item

  Recently Used File List
Posted by: foberle - 10-14-2017, 01:42 PM - Forum: Linux and other Unixen - Replies (7)

Hi:

I posted this on the Linux Mint forum. I received no suggested solutions, but others have experienced the same behavior with Gimp. One suggested looking for a Gimp forum and, having found this, I thought I would ask again here...

ORIGINAL POST ON MINT FORUM:
I'm using Mint 18.2-Cinnamon-64 bit with the stock 2.8 Gimp as installed (I haven't added the usual stuff to it, since this is a new install).

After using it for a few days, it has become apparent that the Recently Used File List periodically becomes empty. I had experienced this issue before on Ubuntu 16.04 (but I don't recall running into it in earlier versions of Ubuntu or even on Windoze). Since that Ubuntu 16.04 install was more than a year old, I just assumed that I had installed something else along the way that caused the problem and I learned to live with it but, on a new install (totally new; new OS on a new drive, only stock apps, etc.) I have to assume it's something more fundamental - either to Gimp or something in Ubuntu that is inherited by Mint/Cinnamon.

For instance, I last used Gimp with several files on Friday afternoon (it's now Saturday morning), and the list is empty. Yesterday afternoon when I loaded a file, the list had about ten items.

So I checked ~/.local/share/recently-used.xbel: it had no Gimp listings in the file. Then I loaded Gimp, opened a file, saved it, and exited.

Now, once again ~/.local/share/recently-used.xbel has an entry for the file I just opened. I reopened Gimp and the Recently Used File List contains just that one file name.

Gimp seems to be able to write to and read from the xbel so I'm guessing something external is emptying it. I can't correlate the file list clearing with anything else I've been doing. Does anyone have any suggestions?

Thanks.

Print this item

  Gimp 2.9 force setting?
Posted by: mholder - 10-13-2017, 05:36 PM - Forum: Gimp 2.10 - Replies (2)

Does anyone know what the brush setting of 'Force' do in Gimp 2.9?

The Gimp docs say 'TO DO,' I guess that means someone still needs to describe it.

The best I can tell is that force means how opaque the transparent pixels will draw, somewhere between the brush and pencil tool, but I don't really know.

Print this item

  icm color profile embedding in a PSD image
Posted by: Richar_d - 10-13-2017, 01:24 PM - Forum: Extending the GIMP - Replies (4)

Hello,

I'm trying to embed a icm profile sRGB IEC61966-2.1 into a layered PSD made of PNG images problematically using using python pdb call's in gimpfu v2.6.9.
it seems to always default to sRGB and does not embed the IEC version any idea how to do this
using exiftool and imagemagic convert on a psd results in gimp not being able to read it.

profile="/path/.../sRGB_Color_Space_Profile.icm"
image = pdb.gimp_image_new(width, height, RGB)
...
pdb.gimp_layer_set_name(layer, name)
pdb.gimp_image_add_layer(image, layer, 0)

...
pdb.plug_in_icc_profile_apply(image, profile, 0, False)
pdb.plug_in_icc_profile_set( image, profile)
pdb.file_psd_save(image, layer, output, output, 0, 0)

Cheers
Richard

Print this item

  Want to make necklace look like on the material
Posted by: Pat625 - 10-13-2017, 04:24 AM - Forum: General questions - Replies (2)

I am trying to make a necklace look like it is really on material and not floating above it.  Drop Shadow does not really do that.  I have tried Bump map and displace map but cannot get it to work.  I do not know what else to try to get the effect.  Does anyone know how I would do that?  Thank you in advance.

Print this item

  Couldn't get the crop tool to crop
Posted by: SelkieTG - 10-13-2017, 02:34 AM - Forum: General questions - Replies (2)

I've been trying now for over an hour to crop an image, unsuccessfully.  I have a large image of a single layer. I need to crop 19 pixels from the left and right edges.  I've read https://docs.gimp.org/en/gimp-getting-unstuck.html and gone through each item carefully there: none apply.
I've drawn my massive selection rectangle which in the selection tool shows as being at position 19, 0 and size 6562x1050.
It looks like "the marching ants".
The layer is not locked.
There is only a single image layer, of an RGB JPEG.
I opened the Crop tool, thinking this put me into crop "mode".
I used rectangle select, and the Mode is Replace.
When I hit Enter, nothing happens; when I double-click the cursor inside the selection, no crop happens: all that happens is during the double click, the "+" of the cursor (with the scalpel icon hovering below and to its right) gets a box with 4 quadrants flashed up around it.
I thought that by selecting the crop tool, and then making a selection, that I activated the crop tool by double clicking inside the selection or hitting enter.
While writing up this question, I hit on the idea of *not* making a selection and instead drawing a rectangle with the crop tool.  Double-clicking inside that worked.  So I used Undo, carefully sized the rectangle created by the crop tool, and then did the double-click.
I still have no idea how you make an area that you've carefully defined by selection, get cropped, but at least I have the result I wanted, albeit two hours after I started.

Print this item

  Tripple 7 Jackpot Slot Machine Win
Posted by: trandoductin - 10-12-2017, 08:15 PM - Forum: Gallery - Replies (2)

GL only improved by 777 positions today, but it's Tripple 7 so I got all superstitious and designed 
Tripple 7 Jackpot Slot machine win design
Quite happy with the result.

[Image: Jackpot-Slot-Machine-Tripple-7-small-sca...d=7019&w=1]
I also shared the image as Public domain image and the base image before cylinder map and .xcf here:Public-Domain-Images/Jackpot-Tripple-7-Slot-Machine

Print this item

  compression/quality reduction filter?
Posted by: peanutluvr - 10-12-2017, 05:11 PM - Forum: General questions - Replies (2)

I have an image that has low quality as the result of jpg compression and/or other whatnot.

If I want to paste something else onto that image, what can I do to make the new stuff match the low quality of the bad image?

Is there some filter? Is there a particular pattern for those filters? An extension? An exporting trick?

Print this item