Welcome, Guest |
You have to register before you can post on our site.
|
|
|
text in shapes |
Posted by: irhino2 - 11-13-2017, 11:33 PM - Forum: General questions
- Replies (8)
|
|
I'm pretty newnew to Gimp and just learning.
I'm pretty new to Gimp.
Is it possible to easily lay out text in a preset shape (cross)?
Is there anyway to easily lay out text in certain shapes (cross)??
Is there anyway to easily lay out text in certain shapes (cross)??
|
|
|
Pen Tablet and general movement not reliable |
Posted by: Lazerlord - 11-13-2017, 03:07 PM - Forum: General questions
- Replies (4)
|
|
There are quite a few details as to how GIMP is behaving on my computer, so skip to the TL:DR if you want a summary.
I'm currently using GIMP 2.8.22 on a windows 8.1 64-bit installation on my laptop with a Turcom 8" x 6" tablet connected. The primary issue is with drawing; I cannot draw in GIMP with the pen tablet. I can draw with the mouse, but when I put the pen on the tablet, I can only place a dot. Moving the pen around still moves around the cursor, but it doesn't actually draw. If I drag the cursor to one of the toolbox areas of the screen while holding the tablet down (like drawing), it draws a straight line from where I started to where the cursor ended on the toolbox section (I use single window mode). It seems to pick up on the pressure with which I jab the tablet with (I can place light or dark dots), but obviously I want to do more than just place dots. I have already gone into the input configuration windows and set the tablet to use the "screen" and all of the features of the pen are configured in the driver. The pen works in the other software I use, but not in GIMP. I tried GIMP 2.6.8, and it just worked right after installation; I didn't need to change anything. Am I missing something?
As for the movement issues, it seems that nearly every movement command that is issued by not directly clicking on the scroll bar (Middle click to pan, scroll wheel, and zooming with ctrl) do not work until some amount of time has passed with the drawing window being active (about 5 seconds?) or until one of the scroll bars has been clicked. Because middle clicking is the only way I would move around when using the pen tablet, this is a must-have feature that needs to work reliably.
I feel like both of these issues are being caused by some weird active window shenanigans, but that's about as much as I can think of. It just doesn't work.
GIMP version: 2.8.22
Operating system: Windows 8.1 64-bit
Pen Tablet: Turcom TS-6608N
Computer: Lenovo Y500 Laptop
TL;DR: I have set up the drawing tablet to work in GIMP, but it only places dots and cannot make strokes. The mouse can. In addition, the keyboard and mouse driven movement controls (pan, scroll, zoom) don't work until I have physically clicked on the scroll bar.
|
|
|
Grid does not align with ruler. |
Posted by: Tenderfoot - 11-11-2017, 05:40 PM - Forum: General questions
- Replies (4)
|
|
I'm using the grid feature for the first time and I find the grid and ruler do not match up.
e.g. I create a new canvas 12cm by 12cm, then set the grid spacing to 5mm in both directions. The ruler shows the canvas to be the correct size, but the grid doesn't line up with the 5mm spacing. It prints incorrectly too. It's the same if I use inch measurements.
Is this a known problem or am I doing something wrong?
|
|
|
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?
|
|
|
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 ?
|
|
|
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.
|
|
|
|