gimp Questions

4

I have image.png in truecolor, palette.png (N colors, where N>256) or text file, where list RGB color palette. How to get a picture with this palette? If I use imagemagick: convert image.png -rem...
Pinta asked 30/9, 2011 at 10:40

5

So i tried to run the batch code from this tutorial: http://www.gimp.org/tutorials/Basic_Batch/ I copied and saved this to the .gimp-2.8 scripts folder (define (batch-unsharp-mask pattern radiu...
Blunk asked 5/3, 2014 at 23:59

3

Solved

In a Windows environment, I would like to make a call to GIMP for executing a python-fu script (through a BAT file) but the command line call I am using does not produce the expected results. For ...
Pest asked 1/2, 2017 at 1:11

7

Solved

This is the error message I get when attempting to give my app an image on the play store. Here is the image. It was created in GIMP. Please help, this is keeping me from getting my app up.
Wishbone asked 18/6, 2013 at 0:40

3

I'm trying to do what The GIMP does when selecting "color to alpha" with an actual colour. I've got an image that has the color #a0132e in it, and I want that converted to transparency. Not only t...
Spinal asked 16/10, 2014 at 15:17

2

Solved

I have created a simple square using GIMP which color is a shade of blue (#07192c). I lowered the opacity on this square a bit, and realized I like the shade of blue which was now created from lowe...
Kermis asked 18/10, 2015 at 17:47

6

Solved

the only function I can find is : gimp-color-balance, which takes the applicable parameters : preserve-lum(osity), cyan-red, magenta-green, and yellow-blue. I'm not sure what values to pass for th...
Berlioz asked 15/1, 2018 at 17:36

4

Solved

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, does...
Dehydrogenase asked 5/12, 2012 at 23:53

6

Solved

If I have an XCF file (or any other supported by Gimp) how can I convert it to, for example, PNG for display or further processing?
Lanugo asked 10/3, 2009 at 14:15

2

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 s...
Truncated asked 30/8, 2010 at 12:10

3

Solved

After recent update to macOS Catalina all programs are asking if I'm giving the right permissions for them. Unfortunately, with GIMP it was not the case and whenever I'm trying to open any file usi...
Hogshead asked 19/10, 2019 at 9:36

3

Solved

I try to make some script for gimp, using script-fu, scheme. Naturally, as a beginner, there are lots of errors and misunderstandings. Now I'm looking for a way to debug those scripts. I found (...
Deaver asked 28/10, 2018 at 12:5

4

Solved

I'm currently using Gimp to resize some images. I'm a web developer but I don't really use image manipulation software much as most of the images are provided by designers so the Gimp tool is very ...
Limb asked 9/1, 2014 at 10:45

4

Solved

I'm trying to create a "corona" effect (like the sun's corona) in an image using GIMP, but I'm having trouble editing only the alpha channel of the image. I want the RGB to be pure white (255, 255...
Herewith asked 8/11, 2011 at 23:30

4

Solved

Wondering if there is an easy way to remove a rectangular slice across the entire width of an image using Gimp, and have the resulting hole closed up automatically. I hope that makes sense. If I se...
Lialiabilities asked 1/2, 2011 at 3:52

2

Solved

I recently updated to 2.10 GIMP from 2.8, and it seems that none of my plug-ins that imported custom (relative) *.py files work anymore. I dissected the code and it's not the contents of the "path_...
Brentbrenton asked 17/1, 2019 at 11:48

1

Solved

I'm looking for the exact specifications of this file format. Anyone got a link? Or want to comment? I have spent the better part of the day searching, yet I keep getting directed back to the GIMP...
Nudge asked 29/3, 2020 at 15:52

2

Solved

I have a bunch of PSD files (and more to come) and I want to get them into a format I can work with. I have had (some) success reading PSDs with Gimp before but these files won't read properly. I...
Congratulate asked 13/11, 2011 at 18:41

1

Solved

Gimp(2.10 on Windows) is throwing a "GEGL-error" when i try to edit an image. Some minutes ago i was able to edit a image with Gimp, but out of the sudden, Gimp is refusing every editing, claiming ...
Tippler asked 27/9, 2019 at 8:20

6

Solved

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. ...
Scapula asked 20/12, 2012 at 15:57

4

Solved

I'm working on a page that will allow a webmaster to add styles to their twitter feed. Several of these styles use transparency in their display. I want to create a list of images for them to choos...
Liaoyang asked 18/5, 2011 at 15:43

3

Solved

Is there anything in imagemagick or gimp or other linux compatible tool what can automatically detect individual objects on image and either return some location of object or store each object as s...
Puppis asked 27/5, 2014 at 11:31

2

Solved

when I do a canvas resize of an image, it leaves a new transparent area. I would like to fill that area with a color but Gimp 2.8 won't allow me to select it to fill it. I must be missing a step. P...
Wyeth asked 23/2, 2017 at 15:36

1

I want to resize every jpg in a directory. This is the gimp script I've found. Looks sensible to me. (define (batch-resize pattern) (let* ((filelist (cadr (file-glob pattern 1)))) (while (not...
Courage asked 14/7, 2018 at 9:25

5

I need to extract the text from the layers in a photoshop PSD file on linux. Does anyone know how to do that? Gimp rasterizes the text and you can't copy and paste it. Also, note that I do not own ...
Hendon asked 7/7, 2009 at 18:48

© 2022 - 2024 — McMap. All rights reserved.