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
0
votes
3 answers

Exaggerating colors in GIMP/Python

I have images such as the one below from which I need to count the prominent white spots. Unfortunately my object counting algorithm is becoming confused due to those "fuzzy" white areas. It can sometimes see hundreds of objects there. So what I'm…
0
votes
1 answer

Any idea how the 3d rendering is handled with php in this site?

http://www.myecovermaker.com/ecover-design This site renders 3d images from user selected images such as 3d books, 3d cd covers etc, I can find that site is created in php, but couldnt understand what they might be using at server end. To my…
Rohith Raveendran
  • 410
  • 1
  • 6
  • 14
0
votes
1 answer

Unable to open a PSD file in gimp

When I try and open this psd file: http://bit.ly/13Y4Ani I get the above error message. It doesn't mention anything about CMYK or compression modes like most of the other "unable to open questions", and there is no output when running this from…
peterw
  • 1,332
  • 2
  • 12
  • 23
0
votes
1 answer

Loading a JLabel icon looks discolored

I have created a simple icon in Gimp2 and converted it, so I can display it on a label. The icon is this: public static final byte[] RedButton16 = { 71, 73, 70, 56, 57, 97, 16, 0, 16, 0, -95, 2, 0, 0, 0, 0, -1, 0, 0, -1, -1, -1, -1,…
Devolus
  • 21,661
  • 13
  • 66
  • 113
0
votes
1 answer

Right align in spin button (gtk/C)

I am writing GIMP plugin in C and need to right align a number inside a GTK+ spin button. I found out about gtk_button_set_alignment() but nothing like gtk_spin_button_set_alignment() seems to exist. How can be this done?
user2389519
  • 270
  • 2
  • 10
0
votes
1 answer

Accessing the tools like gimp(installed at server) from client

I want to create an web application through which i have to access tools like Gimp for my image processing. Is it possible to manage my need with client-server (Gimp at server) approach? I am not restricting with the Gimp,however i prefer any…
2vision2
  • 4,933
  • 16
  • 83
  • 164
0
votes
1 answer

Gimp: remove grey background after applying ripple effect

When I select text layer and then apply ripple effect (Filter -> Animations ->Ripple) resulted image has grey background. Can I remove this background or change its colour?
tomas.teicher
  • 913
  • 3
  • 13
  • 26
0
votes
1 answer

How to add library in custom GIMP filter?

I need to create GIMP filter with ability to send and receive XMPP messages. I downloaded and installed GIMP plugin template from http://developer.gimp.org/plug-in-template.html , and it works. I also have Loudmouth XMPP plugin (sorry, I can't post…
Ilija Brajkovic
0
votes
2 answers

Pixels are off between gimp and chrome?

I am using gimp designs to style my web pages. For some reason the dimensions are always off between chrome and gimp. For example a div selected in gimp yields 200x450. If I enter: .some_div { width: 200px; height: 450px; } The div that…
TheOne
  • 10,819
  • 20
  • 81
  • 119
0
votes
2 answers

How to run gmic from command line cmd windows gimp

I am looking up on the Internet for hours and can't get to how to execute a command on the command prompt that does something out of gimp files and furthermore get to apply filters to images with gmic, I managed to do it all well with Image Magick,…
lbennet
  • 1,083
  • 5
  • 14
  • 31
0
votes
1 answer

how can I add underline for text layer in gimp using Python script

I'm trying add text layer to image using gimp's python API. Maybe someone knows how could I add underline for text in this text layer. textlayer=pdb.gimp_text_fontname( newimage, None, #layer, …
119Vik
  • 21
  • 3
0
votes
1 answer

color inversion between two colors

I have a logo which contains shades of a green on a white background (and some other pale color shades, mostly gray). What I want to do is to `invert' the colors, this is, white should become green, and green should become white, and the shades…
lemzwerg
  • 772
  • 7
  • 15
0
votes
1 answer

Gimp script-fu with illegal function error

I'm working on my first script-fu and scheme is still not very clear for me. My script works fine but I want to add an other parameter (onlyvisible) and I have a line causing illegal function error in a certain place but not in an other place. Thank…
Alex
  • 653
  • 9
  • 31
0
votes
1 answer

Use Gimp Image Filter to create Cartoon Image

I want to create a tool that will get an image an return the same image after filter. using Gimp I can select an image go to Filters->Artistics->Cartoon. and get my image cartoonized(or other Artistic option). Is there a way to do so only with…
BoazGarty
  • 1,410
  • 4
  • 18
  • 38
0
votes
1 answer

how to make a jpeg image semi transparent using gimp?

Possible Duplicate: Image background transparent GIMP I've a jpeg image. i'd like to make it more transparent as i'm using it in my android app as a background. It will have textview in front of it and the image's colours can clash with text in…
turtleboy
  • 8,210
  • 27
  • 100
  • 199