Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,027
» Latest member: ronijaat
» Forum threads: 7,101
» Forum posts: 38,851
Full Statistics
|
Latest Threads |
Has anyone noticed this?
Forum: Scripting questions
Last Post: teapot
10 hours ago
» Replies: 1
» Views: 135
|
Affordable Tools to Color...
Forum: General questions
Last Post: rich2005
Yesterday, 07:28 PM
» Replies: 2
» Views: 107
|
written text to LASER
Forum: General questions
Last Post: rich2005
Yesterday, 04:12 PM
» Replies: 1
» Views: 82
|
Grid Pencil Misallignment
Forum: General questions
Last Post: Abdullah2025
01-13-2025, 09:45 PM
» Replies: 7
» Views: 324
|
right dock window gets wi...
Forum: General questions
Last Post: rich2005
01-13-2025, 07:51 PM
» Replies: 7
» Views: 194
|
Change color of edited te...
Forum: General questions
Last Post: Ofnuts
01-13-2025, 09:41 AM
» Replies: 3
» Views: 346
|
GEGL Negative Darkroom pr...
Forum: Extending the GIMP
Last Post: denzjos
01-13-2025, 09:34 AM
» Replies: 1
» Views: 126
|
Gimp 3.x scanner xsane pl...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
01-12-2025, 09:54 AM
» Replies: 1
» Views: 179
|
My first python plugin re...
Forum: Scripting questions
Last Post: origamifreak2
01-11-2025, 10:08 PM
» Replies: 16
» Views: 1,066
|
Installing new patches? (...
Forum: General questions
Last Post: Joe
01-11-2025, 06:02 PM
» Replies: 5
» Views: 314
|
|
|
don't .xcf save parasite information? |
Posted by: trandoductin - 04-06-2017, 05:10 AM - Forum: General questions
- Replies (4)
|
|
I tried setting image parasite
using this in one script
Code:
parasite = gimp.Parasite("gimp-comment",0,comments)
image.parasite_attach(parasite)
and this in another script
Code:
comment = image.parasite_find("gimp-comment")
pdb.gimp_message(comment)
Everything seems to work okay as long as i have the .xcf opened.
If i close the .xcf after first script
and reopen .xcf the 2nd script fails getting parasite.
But when i tested exporting as .jpg
then the 2nd script would work
It seems as though parasite is not being saved when you save .xcf but does save if you export to .jpg.
Any ideas? on how to make it work for .xcf as well?
|
|
|
Text on mouseover of hyperlinks not working |
Posted by: BonnieD - 04-05-2017, 07:31 PM - Forum: General questions
- Replies (3)
|
|
I loaded my image/image map onto a webpage (a sharepoint wiki page). I was hoping that the text I added in the mouse-over box in the GIMP image map tool would appear in a small pop-out when someone moused over any of the hyperlinks that I have mapped in the image. This is currently not working. What am I missing?
|
|
|
smooth out colours |
Posted by: tekett - 04-05-2017, 05:21 AM - Forum: General questions
- Replies (11)
|
|
the colours transitions looks like a staircase or height curves on a map. how would i go about to smooth out the colours? http://prnt.sc/eslewq i just want this to be a smooth transition. if there is no automated function or script or whatever i dont care, il do it manually then with one of the brush tools. the image im working with is quite huge its 8160*26144, so the picture in the link is like 1000*1000 pixels of my image, so i have allot of pixels to work with so i can use as much different colours as the program can handle in order to smooth it out.
|
|
|
User interface color |
Posted by: ldubia - 04-01-2017, 04:33 AM - Forum: General questions
- Replies (2)
|
|
I have seen several YouTube videos featuring GIUMP with a dark grey interface. I am wondering how to change from white to the dark grey.
Thanks
Larry
|
|
|
Make an animation from a video |
Posted by: rich2005 - 03-31-2017, 09:15 AM - Forum: Tutorials and tips
- Replies (1)
|
|
To put this in Other graphics software or not... The ultimate object is to use the result in Gimp..it is a tip
A sometimes asked question is: How to convert a video - something.avi / .mp4 - to individual images in order to make an animated gif.
A common reply is use the Gimp plugin GAP. The video extractor in GAP sometimes fails on modern video formats so here is an alternative using a command line application FFMPEG.
Linux users can easily install FFMPEG, for Windows users, a convenient way is by installing Imagemagick which comes with FFMEG.
If you do not want to watch the video explanation which has a bit more detail, the basic command is;
Code:
ffmpeg -i inputfile.avi -f image2 imagename-%07d.png
To see how to reduce the number of frames and a demo, the video is; https://youtu.be/PXxECG_6YvA duration 4.5 minutes
or
|
|
|
Gradient implementation and opacity questions |
Posted by: jminternelia - 03-30-2017, 01:56 AM - Forum: General questions
- Replies (2)
|
|
Hello all, new here, and fairly new to Gimp.
Without overly complicating it, here what I am trying to achieve.
The image below is something I am trying to replicate. I'm going to create a wind dial for Rainmeter. However, there are two things I'm having trouble with, and hoping maybe you all can help me out.
As you can see the image is broken down into some type of gradient. How would I go about implementing that sort of gradient in my own circle? I am not using any actual part of the original image, so I am using it's size as a guide. Is there some way to divide a circle into 24 equal parts and bucket fill each one?
And here's the second one, that I think I already know an answer to, but as you can see below, the circle also doesn't have full opacity, meaning, the color values you see aren't what they would look like against my wallpaper, which is basically a replication of the "grid" background. Thus my question is, is there some kind of "smart" way to determine the color values shown below but what they would look like either with the black background removed OR if they were 100% opaque?
The end goal is to create an asset of higher resolution and quality, but with accurate color values and opacity reproduced by hand.
Hope I explained correctly.
|
|
|
|