Questions tagged [gimp]

For questions about programming the GNU Image Manipulation Program, including plug-ins. Remember to include appropriate tag(s) for the programming language in use. Questions about non-programming use are off-topic for Stack Overflow; consider asking on Super User or Graphic Design instead.

Gimp is an acronym for Image Manipulation Program. It is a freely distributed program for such tasks as photo retouching, image composition and image authoring.

The core of GIMP is implemented in .

Plug-ins may be implemented in a wide choice of languages, including , and and .

Resources

Gimp programming tutorials

Books:

922 questions
-2
votes
2 answers

GIMP & Photoshop Gaussian Blur issue?

I'm trying hard to nicely blur a red circle but everytime i get gradient levels of red and the image looks choppy. Before: https://i.stack.imgur.com/ntLY9.png After: https://i.stack.imgur.com/FibRl.png How i can acheive a smooth blur ?
-2
votes
1 answer

How do i create image background in gimp?

I need to create splash screen for my mobile application and I want to use an image like the one I have attached with this question but with different color for splash screen.I guess this is a gradient but really don't know any idea how to create…
Ansh
  • 2,366
  • 3
  • 31
  • 51
-3
votes
1 answer

GMIC Python plugin crashing in GIMP

I'm getting a procedure not found error when trying to call gimp_freaky_bw "from gimpfu" pdb.plug_in_gmic. This worked with an earlier installation of GIMP. I have just installed GIMP 2.8.22 and G'MIC 2.1.1. The error is: Traceback (most recent call…
Tom Myatt
  • 1
  • 1
-3
votes
1 answer

Is it possible to create a white color whose alpha is 0?

It is normal to create a white color whose alpha is 255. Is it possible to create a white color whose alpha is 0 ?If so,how to do?
showkey
  • 482
  • 42
  • 140
  • 295
-3
votes
1 answer

Change of resolution of an image with Gimp does not show in file system and in chrome

When I open and save a png image in Gimp, the size in the file system changes. I use the default settings. When I change the resolution of a png image and save it, the size in the file system equals the size mentioned in my first question (where I…
ericj
  • 2,138
  • 27
  • 44
-4
votes
1 answer

Transparent background, picture with border in HTML, CSS

I would like to ask, how to create a border for graphics, which I cut from original picture in Gimp (or other program. I'm caring about method). When I have this random shapes graphic, with transparent background, how to give the border just for…
Jake
  • 1
-4
votes
2 answers

Changing image resolution

1) problem 1 (down sample with exact factor) other components: e.g. I have an image with 304X212 .png and would like to down sample it by half to 152x106 resolution. 2) problem 2 (down sample with no specific factor) for background image: e.g. I…
wkho899
  • 11
  • 1
  • 5
1 2 3
61
62