gimp

Imagemagick or similar for scripted image enhancement

I found the following algorithm to work fairly well for enhancement of various images of whiteboards, etc: duplicate the layer, make sure the top layer is active (gaussian)blur the new layer. You shouldn't be able to read the text anymore. set the layer mode to dodge invert the layer I tried it out in gimp and it looks promising. I'...

Connect GIMP with PHP or Python

Hi all, is there any way to connect GIMP with python or PHP and use its libraries? It seems that all i can find on the web is pygimp which is not supported anymore. ps. i do my development on mac and i use linux as a production server ...

How to check if program was compiled with debug symbols?

I'd like to trace some code in GIMP and therefore need GIMP with debug symbols enabled. I don't remember whether I have enabled them during compilation. How to check that without recompiling the program? ...

How big is an android phone's screen?

How big is the motorola android's screen, in pixels? I want to know what size I need to make my graphic without it being too disorted by the fill_parent. EDIT: I don't think you guys understood this... I know android is the operating system. Let me explain: If phone A was 400 by 300 pixels, hypothetically, and phone B was 450 by 350 pi...

GIMP get layer position relative to the image

Hi, i'm coding in python-fu and i need to get the layer position relative to the image (eg. the layer starts at x=35, y=50) Is this possible? I haven't found anything in the gimp pdb docs ...

Exporting Gimp Gradient file

Does anyone know how the Gimp ggr gradient files are interpreted? Some of the included gradients are really nice and I want to reconstruct them. Are there any scripts that can export these gradients to a file with color values or something? ...

Programatically working with color gradients

I have a python app that uses GIMP gradients to color images. Other than letting the user choose which GIMP gradient to use, the user doesn't have much more control over the coloring. I'm thinking of how to make it easier to let users edit or create color gradients. Are there preexisting tools for working with creating/editing color grad...

Read SVG file with Python/PIL

I'm new to Python so please be patient with me. Basically my script should run like this: 1) Load an image and split it into R, G, B channels 2) Mark an area of that image with an existing path saved as a svg file and 3) perform some calculations with the R,G,B values of this area. (further send the the image either to folder A or B, ...

What is the difference between .psd (photoshop) and .xcf (gimp) file types?

What are the technical specifications/capabilities of each file format? Does one type handle certain types of graphics better than the other? ...

GIMP animation question

Is it possible to create an animation in GIMP that will loop only certain number of times and then stop playing? I see there is an option that allows looping forever. But I want the animation to stop after looping 5 times or say 30 seconds not play forever. What are my options? ...

Open-source implementations of a photoshop-like quick select algorithm?

Are there any open-source implementations of an graph-cut algorithm similar to that used for Photoshop's quick select tool? I'm researching for a personal project of making a GIMP tool\plugin similar to PS's tool, but I'm wondering if it's been done before. ...

MacOS X TrueType fonts with X11

Is there a simple way to install TTF fonts on macos X so that they work with X11 (and Gimp) ? ...

GIMP - Scripting a canvas resize

Hello all, Just started using GIMP today. When I resize the canvas manually in GIMP (so that it's smaller than the image size) it lets me move the image around so that I can "change" the viewable area. How do I replicate this in a script? In other words, I want the script to pause at the canvas resizing step and let me position the imag...

Change the color of Image using GIMP

Hi, I am trying to change the color of the .GIF file. Could you please let me know how to do this.I couldn't do with Hue saturation. Thanks.. ...

replace/remove background image on gimp 2.6.11

hi, how do i remove these images by compiling gimp from source? i can't find any file containing these images. thanks ...