| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,161
» Latest member: DCW
» Forum threads: 7,828
» Forum posts: 42,508
Full Statistics
|
| Latest Threads |
Horizons
Forum: General questions
Last Post: denzjos
49 minutes ago
» Replies: 8
» Views: 385
|
RapidRAW
Forum: Other graphics software
Last Post: denzjos
3 hours ago
» Replies: 4
» Views: 1,202
|
Pixels after exporting to...
Forum: General questions
Last Post: Scallact
10 hours ago
» Replies: 1
» Views: 101
|
Gimp 3.0 - How to draw st...
Forum: Scripting questions
Last Post: krokots
Yesterday, 09:50 PM
» Replies: 4
» Views: 313
|
Having trouble going from...
Forum: General questions
Last Post: rich2005
Yesterday, 10:18 AM
» Replies: 1
» Views: 111
|
Selecting more than one l...
Forum: General questions
Last Post: rich2005
Yesterday, 09:13 AM
» Replies: 1
» Views: 124
|
Smudge tool not working
Forum: General questions
Last Post: RasterRanger
03-06-2026, 10:33 AM
» Replies: 4
» Views: 463
|
A selection of old spoof-...
Forum: Gallery
Last Post: TumbleRocks
03-04-2026, 05:26 PM
» Replies: 10
» Views: 9,013
|
an iOS app that assists p...
Forum: Other graphics software
Last Post: zzh
03-04-2026, 07:19 AM
» Replies: 6
» Views: 1,455
|
Drawing Tablet for GIMP -...
Forum: General questions
Last Post: Mark C Kaye
03-03-2026, 05:51 PM
» Replies: 2
» Views: 404
|
|
|
| Silhouette with transparent Background help! |
|
Posted by: RachelA - 10-01-2017, 07:42 PM - Forum: General questions
- Replies (3)
|
 |
Hi,
I have started using the software and have managed to create silhouettes from three images, I want to place them on a beach scenes, however the background of the silhouette images are white, is there an option to have them transparent so I just get the silhouette and no background?
Hopefully I've explained what I'm trying to do clearly ?
|
|
|
| BigTiff TIFF64 File Export |
|
Posted by: tsiolkovsky - 09-30-2017, 09:53 PM - Forum: General questions
- Replies (1)
|
 |
I have an xcf project which is so large that when it exports to tiff it fails due to reaching the tiff file limit size. This is due to the 32bit tiff file size limit. I would like to be able to export my image to BigTiff, the 64bit tiff file type. Currently, I am able to work around this by cropping the file into pieces, saving them each as 32bit tiff files, and then using ImageMagick to append the files into a TIFF64 BigTiff output file.
How do I get GIMP to export as TIFF64?
Thanks
|
|
|
| How to make a circle or ellipse image |
|
Posted by: Ofnuts - 09-30-2017, 08:21 AM - Forum: Tutorials and tips
- No Replies
|
 |
Word of caution: there are no circular images. There are images where corners are transparent, so that only a circle shows.
First make sure that your layer has an "alpha channel" (menu: Layer/Transparency/Add alpha channel)(if it's grayed out, it means you already have one)
Then create a circular selection ("Ellipse select tool", the 2nd one in the toolbox). You can check the "Tool options" dialog: menu: Windows/Dockable dialogs/Tool options (top of list). If you want a true circle, check the "Fixed" option, select "Aspect ratio' and enter "1:1". Depending on what kind of marks you have, you can use the diagonal framing (default) where you click one corner, and release at the opposite diagonal corner, or the radial one (check "Expand from center" in the Tool options) where you click where you want the center of the circle and release where you want the border.
Once the selection is done, you can move it (click around the middle) or extend it (click inside, but close to the sides).
One you are have the required selection, invert the selection, so that everything is selected, except your circle: menu: Select/Invert (or Ctrl-I)
Erase the selection (menu: Edit/clear or "Delete" key). You should have your central circle left, surrounded by a checkerboard pattern.
Reduce the checkerboard to the minimum by auto-cropping the image (menu: image/autocrop image)
Export the image in a format that supports transparency, like PNG. JPEG doesn't support transparent images...
If you are going to work further on the picture, save it as XCF (Gimp native format).
|
|
|
I love Linux |
|
Posted by: Ofnuts - 09-28-2017, 07:51 PM - Forum: Watercooler
- Replies (7)
|
 |
GF.n was a bit behind, software-updates-wise (like 13 successive kernel updates, 106 packages, 3 months, shame, shame, ). So:
Code:
apt update
apt upgrade
*cross-fingers*
shutdown -r now
A grand total of 5 minutes and 20 seconds, and 20 seconds of forum interruption (from shutdown to forum available again).
|
|
|
| python-fu script no more working after gmic installation |
|
Posted by: alvaro562003 - 09-28-2017, 08:27 AM - Forum: Extending the GIMP
- Replies (7)
|
 |
Hello,
I installed gimp one week ago and used python-fu for scripting. It works very well on windows-10
Yesterday, i installed gmic. It seem to work well on GUI.
Now, here comes the issue:
After having installed GMIC the python-fu script does not work anymore. I have this error message:
GIMP-Error: Unable to run plug-in "zlib1.dll"
(C:\Users\admin\.gimp-2.8\plug-ins\gmic_gimp_qt\zlib1.dll)
Failed to execute child process (Exec format error)
When i delete the gmic_gimp_qt directory completely the script work again.
Thank you for you help.
My goal is to automate the script diego's pseudohdreffect http://gimpscripts.com/2016/10/pseudo-hdr-effect/ on windows 10 using python-fu
|
|
|
|