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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,780
» Latest member: Fennec72
» Forum threads: 7,594
» Forum posts: 41,394

Full Statistics

Latest Threads
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
4 hours ago
» Replies: 0
» Views: 65
How to make a watermark o...
Forum: General questions
Last Post: kyolim
Yesterday, 10:05 PM
» Replies: 5
» Views: 14,034
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
Yesterday, 06:06 PM
» Replies: 1
» Views: 355
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
Yesterday, 05:20 PM
» Replies: 2
» Views: 284
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
Yesterday, 07:53 AM
» Replies: 15
» Views: 11,918
Photo play-time
Forum: Gallery
Last Post: Ofnuts
Yesterday, 07:32 AM
» Replies: 24
» Views: 21,772
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 644
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
09-12-2025, 04:03 PM
» Replies: 0
» Views: 298
How do you make text circ...
Forum: General questions
Last Post: rich2005
09-12-2025, 07:18 AM
» Replies: 12
» Views: 3,391
New Install, Black Screen...
Forum: OSX
Last Post: akhrameev
09-11-2025, 02:32 PM
» Replies: 3
» Views: 3,050

 
  Displaying Layer Border for a Floating Selection
Posted by: JayB - 11-09-2017, 06:51 PM - Forum: General questions - Replies (15)

I've recently updated my version of Gimp, from a very old version, and there is something new that is costing me a lot of time. I'm working with tile based graphics, so defaulted to a grid, and when I copy and paste an image to move it, the boundaries of the pasted image auto shrinks to meet the boundaries of the graphic (ignoring the transparent background, and previously set selection tool size).

This; (upon cutting)
[Image: jn2krvb.png]

Becomes this; (upon pasting)
[Image: wwAVJPV.png]

Instead of this; (upon pasting)
[Image: O0eJihM.png]

I'm wondering if there is someway to make it show me the boundaries of the new layer upon pasting (Floating Selection(Pasted Layer #1) it for quick left click merging to my current active layer.

Any help would be very much appreciated. At present I have to draw a mark in a corner of my grid that meets two sides of the grid in order to line up anything I move that doesn't go to the edge of the grid. This ends up costing me double the amount of time, if not more, than simply copy and pasting while retaining the dimensions of the rectangle selection tool for the pasted image.

Print this item

  imitation wood tiles
Posted by: alexandre1509 - 11-09-2017, 02:29 PM - Forum: General questions - Replies (4)

HI, I would like to create joints on a standard image of wood, to obtain imitation wood tiles, how can i do? Thanks



Attached Files Image(s)
   
Print this item

  Batch Image Manipulator & Curves Script
Posted by: Natty - 11-09-2017, 07:08 AM - Forum: Extending the GIMP - Replies (4)

Basically, the BIMP has been a handy little tool for me to alter lots of photos quickly. However, curves is not one of the offered features. When looking around, I came across this user-made script  and tried to make it work. I don't totally understand the instructions, have gimp located both on my c and f drive (exe on F, brushes etc on C) & am using 2.8, so whether it's due to my own lack of abilities or something else, I haven't been able to make it work. I was thinking that the script could be incorporated into BIMP. When I loaded it into BIMP, it seemed to work fine and I could enter in the name of the curve file I had saved and wanted to use. Then the error message "Calling error for procedure 'script-fu-kp24-read-curves': Error: (: 1)peek-char: argument 1 must be: input port" popped up. Any ideas?

Print this item

  How to get position of main GIMP window?
Posted by: sunslick - 11-09-2017, 06:43 AM - Forum: Extending the GIMP - Replies (3)

I am trying to position a dialogbox relative to the main GIMP window (using Python-fu)

1. I load a file in GIMP as follows

first_file = os.path.join(PathToProcess, filename)
img = pdb.gimp_file_load(first_file,first_file)

2. I try to get the position of the file as follows

wdw = gtk.Window(gtk.WINDOW_TOPLEVEL)
xm,ym = wdw.get_position()

xm, ym returns as 0,0. 

I have tried different ways to reference the main GIMP window, but it does not seem to work. 
How should I get the position of the main GIMP window (with my file opened) on the desktop ?

Print this item

  Sizing photo on layer
Posted by: gshacte - 11-09-2017, 12:11 AM - Forum: General questions - Replies (3)

When I bring in a photo 1600w by 2500h, gimp creates a window that is of these dinensions, but the photo is much smaller within the window, surrounded by white borders. Cropping leaves me with a photo of too few pixels. I want the photo to fill the allocated window. 

Print this item

Rainbow GIMP is an incredible photo editor
Posted by: mara - 11-08-2017, 07:10 PM - Forum: Gallery - Replies (1)

I always use only open-source editing programs. GIMP is an incredible photo editor, I'm using it with RawTherapie and Luminance HDR

My photos on 500px processed in GIMP are here.

Best regards and again - thanks for help and support!

Print this item

  libopenraw on Fedora 26
Posted by: awr042 - 11-08-2017, 03:13 AM - Forum: Linux and other Unixen - Replies (3)

I am running gimp 2.28 on Fedora 26 (kernel 4.13.5-200). I installed gimp through the dnf package manager. The installation included libopenraw-0.1.2-1 as a dependency. However, I cannot open PEF raw files from my Pentax camera. The gimp open dialog does not even see the .pef files. 

I can install the ufraw-gimp package and open the files. However, the ufraw interface actually gets in the way of some things I want to do. What makes this more curious for me, I was able to open the PEF files without installing ufraw-gimp on one or more previous versions of Fedora. Unfortunately, I did not record the details of the previous version because I didn't know I would need them.

I can open the PEF files in darktable and gwenview, but I assume they use different libraries. I see libraw1394 and LibRaw in my rpm listing. 

Is this a known problem? What can I do to troubleshoot the problem? I am willing to build from source for troubleshooting. Eventually, I would like to get back packages for convenience and consistency. 

Thanks!

Print this item

  I need help on creating a avatar.
Posted by: TeslaStormX - 11-07-2017, 10:25 PM - Forum: General questions - Replies (9)

I have custom images created, and I wanted to know how to create a straight line across. I would also like to know how to put one image on the bottom line and another on the top, kinda like a border. If there is a way, I would like to have 2 lines creating a X and having 4 pictures on each side.
Thank you for the help!

Print this item

  How to add a magnification segment of an image to the original size image
Posted by: fenpeppertree - 11-07-2017, 05:36 PM - Forum: General questions - Replies (3)

I have an image I would like to add a magnification segment to. 

In other words there is a small portion of the image I would like magnified then inserted in the image. Like a picture in a picture, but still retaining the magnification. 

Is there a way to create the image (picture in a picture) so that when the picture in the picture when clicked on could open or enlarge itself?

Print this item

Photo ray-like text in gimp
Posted by: modao - 11-07-2017, 09:45 AM - Forum: General questions - Replies (9)

Hello everyone,

For a long time I've been trying to find to find a solution to the problem that's been puzzling me. So far with no luck so I decided to ask here. I'm an English teacher an I wanted to update one of the boardgames I have to be able to use it with my students. To do so I need to be able to arrange a list of words (say about eighty), each in a new line, in a ray-like fashion around a circle. I've seen many tutorials showing how to do something similar along the path of a circle but here it would have to be like rays instead. I'm attaching a picture of what I'm aiming for. I imagine I could do that by tranforming the subsequent words by say 1 degree but I am looking for a solution which would allow for the circle to be editable, by typing/pasting the whole list of words. I'd be really grateful for any tips how to do that.



Attached Files Thumbnail(s)
   
Print this item