GIMP is the GNU Image Manipulation Program. It is a freely distributed piece of software for such tasks as photo retouching, image composition and image authoring. It works on many operating systems, in many languages.

learn more… | top users | synonyms

1
vote
1answer
20 views

A good default background image type and size

I'm using this to set my background image. body{ background: url('path_to_image'); background-size: 100%; } I'm happy with how background-size handles small differences in screen size. I'm ...
0
votes
1answer
10 views

How to copy a selection from one image to another image in GIMP?

Recently I switched from Photoshop to GIMP.I want to copy a selection from one image to another, so that i can fill that selection with color in another image and i can get the shape without creating ...
0
votes
1answer
36 views

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. ...
0
votes
1answer
12 views

Gegl color-to-alpha does not remove the white color like GIMP does

Color to Alpha The color-to-alpha operation is when a color is taken from all the pixels in the image and converted to transparent, this is especially useful to extract hand written or free drawing ...
0
votes
1answer
29 views

GIMP, python-fu: How to disable “Input image” and “Input drawable”

i am confused a little about the art of how gimp generates the gui for python plug-ins. gimp generates two, for my script, needless fields. "Input image" and "Input drawable". how can i disable them? ...
0
votes
0answers
6 views

swaping colors in translucent gradient

i am using gimp 2.6 (comes with ubuntu). i am an absolute beginner when it comes to image manipulation. so i might even have the terms wrong. background: i have an image (lets say a face) where the ...
-1
votes
0answers
20 views

Glow effect in gimp [closed]

What is the name of glow effect applied in below image & how it can be done in GIMP. Thanks Prasad
2
votes
0answers
39 views

opencv image loading using buffer without saving?

plugin for gimp to capture a frame from camera and to load it to gimp workspace.till nw i got the code to capture image and load the image but it is done by saving the captured image but i want to ...
1
vote
1answer
49 views

Gimp python plugin

Today I wrote a short python script that should rename a list of layers of a gimp image to add some flags, which are used when the layers are part of an animation. The script is integrated into the ...
1
vote
1answer
28 views

Basic screenshort editing tool for X Window (text/arrow/circle/recrangle) to make bug report easy and fast?

I am looking for tool which should simplify bug report creation from screenshort. So it must do: Screenshot tool (duh) Crop tool Circle tool (must be an open circle or ellipse or square or ...
-3
votes
3answers
42 views

How to create an image from a layer (or selection) in the gimp [closed]

I have a Photoshop PSD file and can open it in the gimp. But the PSD contains images that i like to save separately in an image (PNG, JPG, ...). How can a create a new image from an existing layer or ...
1
vote
2answers
58 views

How to get the image's type (RGB or GREY)

I'm trying to use the GIMP python plugin Density Brush Fill. In one place, it assumes that it's being used on a color image and crashes when used with a greyscale one: self.layer=gimp.Layer( ...
0
votes
1answer
50 views

Gimp Scheme Script - Video Effect

As the admin of the French community around the CBS's show Person of Interest, i'm interested in making a background picture for our forum. We thought that it would be a good idea to gather a lot of ...
-1
votes
1answer
40 views

my graphic image [jpg and png] appear stretched when I scale it down using GIMP [closed]

To the Graphics experts out there: I have a .png logo from a client that I need to upload into their site to personalize it. the image must be 189w x 104h. the problem is that the image appears ...
1
vote
0answers
29 views

script from Gimp into Android Assets?

I'm looking for a way to shorten the work pipeline from gimp to textures assets into eclipse, while updating java references to the individual images. Ideally, I should be able to edit something in ...
0
votes
1answer
33 views

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 ...
0
votes
0answers
21 views

How do I export multiple paths into the same svg file in gimp? [closed]

As the question states above, I have multiple paths which need to be kept seperate but should be saved in the same svg file. I'm using gimp.
1
vote
1answer
28 views

GIMP: Can not find a way to keep XCF structure while saving to PNG

On the GIMP interface one can 'Export to PNG' to save a PNG copy of your work, with layers correctly merged. In Script-Fu, however, if one does (let* ( ( theMergedLayer (car ...
2
votes
1answer
84 views

GIMP Python-fu exporting file only exports transparent layer

I am having issues saving images in python via GIMP. I can get the image and apply the effects I want, but when I go to save, it only saves one layer and not everything(NOTE: The background is ...
1
vote
1answer
70 views

GIMP Script-fu changing default scripts

I am having issues re-writing one of the default logo scripts in GIMP(using Script-fu based on scheme). For one thing the alpha layer is not shown in the layer browser after the image is shown. I am ...
0
votes
0answers
46 views

[SCHEME][GIMP] How create a new directory / folder?

I write a script-fu into Gimp whith scheme langage and i am looking for a method that would allow me to create a new folders without going through the "SF-DIRNAME" command. Advance thanks.
0
votes
3answers
54 views

Availability of background transparency for jpeg images

I need to edit a png image,by giving it border and drop shadow effect. But the final size of the edited image is too high to use for a mobile app .I know that size of jpeg is less compared to that of ...
2
votes
3answers
92 views

Why does .ico ( Base64 ) appear to waste so much space?

Below is the base64 representation of my logo icon. It is mostly the character A. I made it in gimp and then converted it to base64. Is there something I could have done differently so that I do ...
0
votes
1answer
131 views

How to remove watermark from TIFFs to improve OCR

I have a bunch of uncompressed bitonal TIF document images. All of them have a watermark in the middle. When I run them through OCR, the text that overlaps with the watermark does not get recognized. ...
0
votes
1answer
57 views

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?
2
votes
1answer
165 views

GIMP script for converting EPS in other formats

I use GIMP a lot on my linux machine to convert, modify and transform my pics especially EPS. I was wondering if there is the possibility to automatically transform an EPS into another format or a ...
0
votes
2answers
72 views

How to create a horizontal continuous image?

I have an image that's supposed to be on the background of a page. The CSS for the HTML element that will contain the image is background-repeat: repeat-x;. Is there a program or some way to split ...
0
votes
1answer
78 views

How to define a directory input parameter for Gimp Python-Fu plugin

I am building a plugin for Gimp using the Python-Fu interface, and I want the user to specify an output directory where my plugin would then generate several subdirectories and save output files in ...
0
votes
1answer
66 views

Shell script programming for gimp

I want to run this gimp batch command on terminal gimp -i -b '(batch-despeckle "check.jpg" "out.jpg" 10 3 -1 255)' -b '(gimp-quit 0)' I wrote a shell script for this so that I can reuse the command ...
-2
votes
1answer
69 views

How do i create image background in gimp? [closed]

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

How to create a bigger image by repeating a small image

I have a small image, I want to repeat this image to create a bigger image. I manually tried to copy/paste the image in (ms paing, gimp, photoshop) but could not combine the copies seamlessly. Any ...
0
votes
2answers
111 views

Stroke Selection won't use selected color

I'm having this problem where stroke selection won't use selected color. So I'd select an area and go to Edit -> Stroke Selection then Gimp would automatically change my selected color to another ...
0
votes
1answer
57 views

Installing PyGIMP on Windows

On the web, I can find various example on gimp scripting with python. http://www.jamesh.id.au/software/pygimp/ http://www.gimp.org/docs/python/pygimp.html We need to import the gimpfu module to get ...
0
votes
1answer
71 views

How can I create bmp images with TOP DOWN pixel storage

from BMP image file format documentation I understand that there are two methods of storing BMP images. 1) TOP DOWN method-: where first pixel in the file is left top pixel image. 2)BOTTOM UP method-: ...
0
votes
2answers
44 views

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 { ...
1
vote
2answers
97 views

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 ...
0
votes
1answer
77 views

Script-fu unable to scale image after duplicating it

The following is part of a larger Script-fu script that I am trying write. I have run into a problem trying to duplicate .xcf file that is open and then scale it to some user specified dimension. ...
0
votes
1answer
91 views

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( ...
-1
votes
1answer
727 views

Enabling GPU Processing in GIMP [closed]

I'm trying to run GIMP 2.8.2 with open cl. It says to do it, I must run the program along with this parameter: GEGL_USE_OPENCL=yes But I don't know how to type it in the command line so how should I ...
1
vote
0answers
82 views

convert an image from sRGB to indexed. Color palette is ~400 colors, final image to use a max of 70 colors

What I want to do: I would like to change an image to indexed, provide the color map, and set the max number of colors in the image to 70 of the provided 400. I would like this final image to be ...
19
votes
3answers
568 views

Calculate colour temperature in K

I have written a lib for working with colours and stuck trying to calculate Tc(k). From what I have read working in the CIE 1931 XYZ colour space is the way to go and it can be obtained using xyY. So ...
2
votes
0answers
40 views

How to call separate+ plugin in the gimp python plugin code?

I'm a newbie trying to write a small plugin for gimp using Python. It would generate an image and convert it to CMYK using the separate+ plugin Code sample: # some code that creates xcf image layer ...
3
votes
1answer
129 views

GIMP Python-fu nested group layers

I can't seem to find any methods for adding a Group Layer to another Group Layer anywhere in the python-fu interface. I've tried to find methods on the Gimp.Layer objects as well but with no luck. ...
0
votes
1answer
90 views

Extract thumbnail from an image using Gimp

How can I extract the thumbnail from an image using Gimp? I know Gimp can properly read the EXIF information inside a file. I want it to extract the Thumbnail embedded in the EXIF and save as a ...
0
votes
1answer
42 views

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, ...
-1
votes
1answer
125 views

Given a pair of images, how to automatically create an animation sequence morphing one image into the other?

Is there a programmatic way to convert two images into an animation sequence (e.g., an animated GIF) like the following example? This image sequence, taken from a http://memrise.com course, doesn't ...
2
votes
1answer
106 views

Scheme: How to delete/remove element from a vector

I'm starting scheme for Gimp script-fu and I don't find a simple way to remove item from a vector. My only solution is to: Convert vector to list Remove item from the list ...
0
votes
1answer
189 views

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 ...
0
votes
0answers
62 views

What is the algorithm used for the IWarp distortion filter?

I want to study GIMP's distortion algorithm. But in the source code iWarp.c there is no explanation of algorithms, just source code. even no comments. So, anyone who knows about this algorithms? plz ...
0
votes
1answer
200 views

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 ...

1 2 3 4 5