Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
5 hours ago
» Replies: 8
» Views: 2,856
|
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: Ofnuts
5 hours ago
» Replies: 1
» Views: 57
|
Clone size randomly chang...
Forum: General questions
Last Post: oldschool1@runbox.com
9 hours ago
» Replies: 2
» Views: 135
|
AI Gimp Plugins
Forum: Watercooler
Last Post: Zbyma72age
11 hours ago
» Replies: 20
» Views: 53,250
|
Gimp closes automatically
Forum: General questions
Last Post: sallyanne
Yesterday, 05:50 AM
» Replies: 2
» Views: 183
|
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
07-16-2025, 11:10 AM
» Replies: 12
» Views: 3,784
|
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
07-16-2025, 07:47 AM
» Replies: 4
» Views: 178
|
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
07-16-2025, 07:16 AM
» Replies: 1
» Views: 136
|
producing an image
Forum: Gallery
Last Post: MJ Barmish
07-15-2025, 06:37 PM
» Replies: 0
» Views: 102
|
GIMP 3.x: Editing a pdf
Forum: General questions
Last Post: rich2005
07-15-2025, 03:20 PM
» Replies: 1
» Views: 120
|
|
|
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.
|
|
|
Which Linux? |
Posted by: carl7 - 03-29-2017, 03:53 PM - Forum: Linux and other Unixen
- Replies (6)
|
 |
Planning to install Linux on my 2003 Dell XP PC. Wondering which distro is preferred?
l have played with Linux Redhat years ago but need to relearn.
Thanks Carl
|
|
|
Convert Mode and Scale |
Posted by: Just Fred - 03-29-2017, 10:30 AM - Forum: General questions
- Replies (4)
|
 |
I need to do the following to all open tif images in Gimp.
change mode from indexed color to grayscale
scale image to half size (from 9912x7008 to 4956x3504 and resolution from 600 pixels per inch to 300)
save to xcf format using current file name plus a -300 suffix
I have a couple hundred files in 25 folders to do. Doing one at a time is slow going. Any way to speed up the process?
Thanks Fred
|
|
|
|