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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 6,007
» Latest member: AlbertoA
» Forum threads: 7,413
» Forum posts: 40,356

Full Statistics

Latest Threads
How to connect layers ?
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
52 minutes ago
» Replies: 10
» Views: 868
Introduction with questio...
Forum: General questions
Last Post: rich2005
4 hours ago
» Replies: 4
» Views: 89
How to export as PNG with...
Forum: General questions
Last Post: dinoexplores
8 hours ago
» Replies: 7
» Views: 10,297
RawTherapy to Gimp
Forum: General questions
Last Post: Ofnuts
11 hours ago
» Replies: 5
» Views: 361
Crockett 80s (Glitch Effe...
Forum: Gallery
Last Post: Q20Bruno
Yesterday, 05:22 PM
» Replies: 5
» Views: 4,840
No keyboard shortcuts—all...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
Yesterday, 05:18 PM
» Replies: 7
» Views: 222
@Tas_mania: soon at a ha...
Forum: Watercooler
Last Post: denzjos
Yesterday, 04:02 PM
» Replies: 1
» Views: 83
Recent folders missing fr...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: sawzie
Yesterday, 03:22 PM
» Replies: 2
» Views: 195
Forced to operate Gimp 3....
Forum: Gimp 2.99 & Gimp 3.0
Last Post: Ofnuts
05-13-2025, 09:39 PM
» Replies: 2
» Views: 242
ofn3-layer-tiles
Forum: Extending the GIMP
Last Post: Ofnuts
05-13-2025, 09:33 PM
» Replies: 8
» Views: 1,151

 
  gif "jumps"
Posted by: lillr - 08-11-2017, 01:35 PM - Forum: General questions - Replies (1)

Ive added a gif to a static background image using gimp but when i play it back the gif flashes on the screen before playing again, is there anyway of getting it to still loop but without it flashing?

many thanks!

Print this item

  Totally noob, wanted to crop as photoshop but can´t
Posted by: CaLy - 08-11-2017, 12:58 PM - Forum: General questions - Replies (4)

My question is: is there a way to crop an image, like in photoshop, where you put the crop size you want, and it crops to that selection?


Source image: http://i.imgur.com/NT7yMLA.jpg  

Photoshop crop: http://imgur.com/BwCLKOS  

Gimp crop: http://imgur.com/c5HYTDh


Why the crop size isnt the same in photoshop and in gimp? And also, is it me or the quality is better in PS than gimp?  I am doing all wrong, right? Thank you for reading this n00b question.

 And have a nice friday, and better weekend in advance!  


Carlos Octavio

Print this item

  how to blend straight edges into background??
Posted by: kshaeblue - 08-11-2017, 06:48 AM - Forum: General questions - Replies (4)

I'm pasting an image over a background and the image has very blunt straight edges and it doesn't look very good. How can I get these edges to fade more into the background and stand out less?

Print this item

  inkscape png not opening properly in gimp
Posted by: marbetu - 08-11-2017, 12:47 AM - Forum: General questions - Replies (3)

Hi,
I've created an icon in Inkscape (svg saved as a png). However, it's blank when I open it in gimp (png). 
In windows explorer, I can see that the png size is 1 px x 1 px. That's crazy because the svg is 350px  x 400
I suspect this has something to do with layers because I have been clicking and trying out the options. But that just a guess. There must be a setting I've ticked inadvertently. But I just cannot figure it out. Angry
I've attached the svg and the png in case some kind soul would have the courage to have a look.
I've been at this for hours, and it's 2h30 am, so I'm off to my bed. 
This is the 4th icon I've made today and The all came out perfectly. So it's not a compatibility problem between gimp and Inkscape.
Thanks guys
Sleepy



.svg   members2.svg (Size: 53.68 KB / Downloads: 419) (SVG)

    (1x1 PNG from Gimp)

Print this item

  Convert folder of images to gif in batch mode
Posted by: Neywiny - 08-10-2017, 11:36 PM - Forum: General questions - Replies (1)

So I've been able to open all the images as layers and then export as a gif, but only in the gui. Is there a way that batch mode can do this? 

I've looked into it but don't see how to add the parameters to the save file parameters that I need, like frame times. The image names are frame#".png" and don't require any additional correction or optimization, I've looked into it and the frames are just too different for optimization to help.

Print this item

Smile Inches Grid
Posted by: Terry50 - 08-10-2017, 02:23 AM - Forum: General questions - Replies (4)

Hello,    Cool
I changed to inches; but would like to use 1/2  1/4      1/8     1/16  etc.
The default is set to tenths.    Where is the preset to change this?
Thank you.
Terry    Smile

Print this item

  ofn-tiles & ofn-export-layers
Posted by: Ofnuts - 08-09-2017, 09:15 PM - Forum: Extending the GIMP - Replies (43)

The place to discuss ofn-tiles (still fairly experimental as this thread is started) and ofn-export-layers

ofn-tiles and ofn-export-layers are available here (as separate packages).

So, you have a layer, ofn-tiles will cut it into X by Y tiles (you give the number of tiles of each direction), and save each tile in a
specified directory. ofn-tiles in accessed via Layer>Save as tiles.

Name of the tiles: the file names of the tiles are obtained by inserting the row and column number of the tile (or its sequence number) in a string that your provide. The place where these numbers are inserted are indicated by names in braces:

  • row0, row1 is the row number of the tile. When using "row0" the first row is 0 and when using "row1" the first row is 1.
  • column0, column1 is the column number of the tile. Ending in 0,1 is same as above
  • tileRC0,tileRC1, tileCR0,tileCR1,  is the tile number. Ending in 0,1 is same as above. The *CR has the rows scanned first so tiles 1, 2, 3 are in the first column while the *RC has the columns scanned first, and tiles 1,2,3 are in the first row.
  • the string is the complete name of the file and should have an image format extension (png, gif, jpg...) since it will be used by Gimp to determine how to save the file. The defaults settings for the file type are used.
  • the name pattern is actually a Python format, so modifiers can be used. For instance {row0:03d} will insert the row number on at least three digits, with zeroes added to the left if necessary: "000", "001", "013", "099", "100" 
ofn-export-layers is a close cousin, it exports all the layers of the image as separate files, using the same flexible way of naming the output files.

Print this item

  Plugin-wr-curves crashing
Posted by: caffeinated and confused - 08-09-2017, 03:55 PM - Forum: Extending the GIMP - Replies (1)

Hi there! I'm very new to Gimp and have been trying to learn how to use it to make GIFs. Everything seems to work fine except for one of the GAP plugins, specifically plugin-wr-curves. When I try to use it to apply a color curve effect on all the frames in a GIF it crashes when I click the "load curves" button and I get an error message: "Calling error for procedure 'plugin-wr-curves': Procedure 'plugin-wr-curves'  returned no return values."

I have no idea what that means, and also no idea how to fix it, so if anybody on here has any clue what's going on I would be grateful for the help. Thanks! 

ps: I have windows 10, I'm running gimp 2.8.22, and I'm not sure what version of GAP I have.

Print this item

  Dividing and printing a large image
Posted by: RayArdia - 08-09-2017, 12:16 PM - Forum: Extending the GIMP - Replies (7)

p { margin-bottom: 0.1in; line-height: 120%; }
I am using Gimp 2.8 on an Ubuntu 16.04(linux) OS. I'm fairly familiar with Gimp, although my efforts, especially in the subject area, tend to be a bit 'hit and miss'.

I make mosaics and have need from time to time to re-size fairly small images (usually symbols of one kind or another) and to print at perhaps 400x400mm. Whilst I can tolerate the slightly fuzzy (even using Sinc (Lanczos3)), I really do need to find a way of dividing a large image into smaller, print-sized parts.
I had thought that slice-and-join.scm would do but cannot get it to work. One comment from a Ubuntu forum member was:-

"Actually just very buggy code. It append the Gimp data directory to any directory your give in the parameter dialog. So, when asked to use /tmp, it tries to open /tmp\home/me/Sandbox/Image.jpg.rcm. The file open fails, this isn't checked, and the ensuing write fails (the write:argument 2 must be: output port message, because it tries to write to #f (false))... In addition all the directory names processing uses hard-coded backslashes, so that's a Windows-only script."

Perhaps there's some truth in the above and that my trying to use it within a Linux OS was the main error; the fact is that I wasn't able to use that, so I need to find something else that will do the job - I'm hoping someone can help point me in the right direction.
Ray

Print this item

  python-fu doesn't work, childprocess doesn't fit
Posted by: gutschy - 08-09-2017, 08:15 AM - Forum: Windows - Replies (5)

Hello to all and greetings from germany,

4 years ago I was using a few python-fu skripts that worked fine on my computer. 3 days ago I wanna use them again and failed. 

Using gimp 2.8.16 on Win10 with 64biit. Using Python 2.7 und Python-Fu Console works fine.

When I started gimp from cmd-console with gimp-2.8.exe --verbose I've got  a mesage about the failing of my scripts.

Code:
.....
clipboard: writable pixbuf format: image/tiff
clipboard: writable pixbuf format: image/jpeg
GIMP-Fehler: Unable to run plug-in "zuschneiden_HTML1_hinten.py"
(C:\Users\Michael\.gimp-2.8\plug-ins\zuschneiden_HTML1_hinten.py)

Kindprozess konnte nicht ausgef³hrt werden (No such file or directory)

GIMP-Fehler: Unable to run plug-in "zuschneiden_HTML1.py"
(C:\Users\Michael\.gimp-2.8\plug-ins\zuschneiden_HTML1.py)

Kindprozess konnte nicht ausgef³hrt werden (No such file or directory)

GIMP-Fehler: Unable to run plug-in "karten_details1_beispiel.py"
(C:\Users\Michael\.gimp-2.8\plug-ins\karten_details1_beispiel.py)

Kindprozess konnte nicht ausgef³hrt werden (No such file or directory)

GIMP-Fehler: Unable to run plug-in "karten_details1.py"
(C:\Users\Michael\.gimp-2.8\plug-ins\karten_details1.py)

Kindprozess konnte nicht ausgef³hrt werden (No such file or directory)
GIMP-Fehler means Gimp-Error and Kinprozess means Childprozess. Anyone with an idea what goes wrong.

Greetz,

Michael

using wrong words

Print this item