Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: rich2005
12 minutes ago
» Replies: 1
» Views: 182
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
58 minutes ago
» Replies: 1
» Views: 32
|
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
Yesterday, 04:16 PM
» Replies: 21
» Views: 68,140
|
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,150
|
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 464
|
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-13-2025, 05:20 PM
» Replies: 2
» Views: 365
|
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,046
|
Photo play-time
Forum: Gallery
Last Post: Ofnuts
09-13-2025, 07:32 AM
» Replies: 24
» Views: 21,883
|
BIMP plugin for GIMP 3.10
Forum: Extending the GIMP
Last Post: firefly
09-12-2025, 11:53 PM
» Replies: 2
» Views: 718
|
pl_stroke_arrows GIMP 3.0...
Forum: Extending the GIMP
Last Post: Scallact
09-12-2025, 04:03 PM
» Replies: 0
» Views: 367
|
|
|
Confused |
Posted by: funnnyfarm - 04-06-2017, 02:29 PM - Forum: General questions
- Replies (6)
|
 |
My machine is a Mac running OS Sierra all up to date, I use Gimp 2.6.18 for Mac. I am not a computer guy. I am trying to open a texture.file to manipulate it. I have the plugin (gimp-dds-2.0.2) but the installation file does not make sense to me.
Installation
=======================================
1. Type 'make' to build the plugin
2. Type 'make install' to install the plugin. By default the plugin will be
installed in your GIMP user plugin directory ($HOME/.gimp-2.2/plug-ins). If
you want to install the plugin system-wide, as root you must manually copy the
plugin to the system GIMP plugin directory.
I don't know where to start. Thanks funnnyfarm
|
|
|
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
|
|
|
|