| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
GIMP 3.04 opens with wind...
Forum: Windows
Last Post: subbareddy
7 hours ago
» Replies: 7
» Views: 3,647
|
Isolate, select and copy/...
Forum: General questions
Last Post: rich2005
Yesterday, 04:39 PM
» Replies: 7
» Views: 361
|
"Plug-in crashed" on GIMP...
Forum: General questions
Last Post: skullamrotis
Yesterday, 03:32 PM
» Replies: 4
» Views: 374
|
AIMAGoR - Artificial IMAg...
Forum: Other graphics software
Last Post: vitforlinux
Yesterday, 12:09 PM
» Replies: 23
» Views: 9,800
|
RapidRAW
Forum: Other graphics software
Last Post: denzjos
11-03-2025, 12:51 PM
» Replies: 2
» Views: 200
|
Tutoriel installer Drea...
Forum: Tutorials and tips
Last Post: meric57
11-03-2025, 07:45 AM
» Replies: 0
» Views: 83
|
Nouveau Arrivant sur le f...
Forum: Watercooler
Last Post: meric57
11-03-2025, 06:45 AM
» Replies: 0
» Views: 83
|
Accessing GIMP’s internal...
Forum: General questions
Last Post: rich2005
11-02-2025, 12:35 PM
» Replies: 1
» Views: 178
|
Can't find path plug-in
Forum: General questions
Last Post: programmer_ceds
11-01-2025, 04:47 PM
» Replies: 7
» Views: 475
|
Gimp shows blank black sc...
Forum: Windows
Last Post: rich2005
11-01-2025, 09:01 AM
» Replies: 1
» Views: 180
|
|
|
| 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.
|
|
|
|