Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,497
» Latest member: ShaneAsymn
» Forum threads: 7,411
» Forum posts: 40,539

Full Statistics

Latest Threads
Select region and bucket ...
Forum: General questions
Last Post: sallyanne
11 minutes ago
» Replies: 3
» Views: 176
Change the hand cursor in...
Forum: General questions
Last Post: mrkid
3 hours ago
» Replies: 2
» Views: 147
plugin ofn3-layer-tiles: ...
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 07:06 AM
» Replies: 4
» Views: 344
Apostrophe character not ...
Forum: General questions
Last Post: rich2005
06-06-2025, 06:59 PM
» Replies: 1
» Views: 161
Gimp does not create thum...
Forum: General questions
Last Post: rich2005
06-06-2025, 05:47 PM
» Replies: 1
» Views: 147
Watercooler at watercoole...
Forum: Watercooler
Last Post: trandoductin
06-06-2025, 02:57 PM
» Replies: 0
» Views: 135
[RFC] Summer of code proj...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: MrsP-from-C
06-06-2025, 01:27 PM
» Replies: 11
» Views: 1,348
Can't find the offline he...
Forum: Installation and usage
Last Post: ColinR
06-06-2025, 10:14 AM
» Replies: 2
» Views: 227
GimpChat down
Forum: Watercooler
Last Post: trandoductin
06-06-2025, 09:37 AM
» Replies: 44
» Views: 10,096
Notifications going strai...
Forum: Gimp-Forum.net
Last Post: programmer_ceds
06-06-2025, 08:35 AM
» Replies: 3
» Views: 308

 
  Shadows and drop shadows
Posted by: rich2005 - 01-02-2017, 12:32 PM - Forum: Tutorials and tips - Replies (2)

I recently saw a post asking how to get a 'drop shadow'.

After using Gimp for some time, I forget that beginners have problems even with filters such as Drop Shadow.
   

This video looks at that tool with some pointers. 6 minutes duration
- Check the light direction
- The basic dialogue
- Using negative values
- Manual adjustment of the drop shadow.




One stage further and a way to create a shadow for a graphic, using a selection.
- Good for practice use of the transform tools and their modes.
- Uses a gradient and gaussian blur.

Print this item

  Hi all 3d photo question
Posted by: stawny - 01-01-2017, 11:59 AM - Forum: General questions - Replies (2)

Hi I am new to photo editing but an anyone please just tell me what the process is called where you have a sort of 3d effect on an image. For example the background of the image stays static but images in the forefront can move when the screen is scrolled up of down.
This is for a website project and an example of what I am trying to ask is here in the header image http://elegantthemes.com/preview/Divi-One-Page/ .
I only need to know what this type of effect is called so I can then learn how to do it, and I hope that Gimp is capable of doing or if anyone knows of a tutorial I can use.
Many thanks and apologies for the dumb question but know my other stuff just not photo editing side of life

Print this item

Big Grin Re: Unable to Add Text to Image
Posted by: ronusa - 12-28-2016, 08:56 PM - Forum: General questions - Replies (4)

Huh  Newbie at Gimp 2.8 using Windows 10. I am able to add text to the canvas; but when I drag the text box onto the photo the text does not appear. What am I doing wrong? I first tried to add the text box onto the image itself; but the text does not appear when I start to type. I have searched all over google for help in regards to this subject; so any help would be greatly appreciated.

Thanks!
Ron

Print this item

  Restrict gtkfilechooser height
Posted by: lumqarz - 12-27-2016, 08:09 PM - Forum: Linux and other Unixen - Replies (1)

On 1024x768 resolution with gtk-font-name="Sans 14" in gtkrc-2.0.
Gimp's open, save, or export windows dialog often being bigger than actual screen.

To prevent this from happening:

Code:
sudo chattr +i ~/.config/gtk-2.0/gtkfilechooser.ini


This prevent other gtk2 application changing the Geometry* values.

To re-allow editing:
Code:
sudo chattr -i file-path

or sudo editior file-path

gtkfilechooser.ini example:
Code:
[Filechooser Settings]
LocationMode=filename-entry
ShowHidden=false
ExpandFolders=false
ShowSizeColumn=true
GeometryX=0
GeometryY=0
GeometryWidth=800
GeometryHeight=700
SortColumn=name
SortOrder=ascending
StartupMode=recent

Print this item

  Snowflake
Posted by: Ofnuts - 12-26-2016, 11:19 PM - Forum: Gallery - No Replies

ofn-path-to-shape, Ink tool, bump mapping, gradient mapping

   

Print this item

  I am a new GIMP user and I have so many questions!
Posted by: God - 12-26-2016, 02:16 AM - Forum: General questions - Replies (10)

Hey Guys, 
First let me apologize for my extreme lack of experience. Someone showed me GIMP and now I really wanna get better at using it!

I know very littlt tbh...All I know are are the various tools in GIMP and how to create different texts. I also know a bit about filters and how to add stuff like a cloud/fog filter. 

I had some questions. I wanna learn how to make sigs. Can someone explain (without just linking me to a tut at first) how a background is formed and also how you can get like a render blended in to the background? Also is it possible to add a render to your GIMP doc and then resize it on your canvas? I can't seem to find out how to resize the render! Also how do I had a pac/render that is in front or behind my text in GIMP?

I definitely have tons of questions. Please understand that I am not someone who just understands through linking to a tut. I would really appreciate it if someone could explain how GIMP works and how you end up reaching different backgrounds that look cool and all.

Please help I am getting desperate!

Thanks
God


Oh by the way I figured out how to move an image around to be able to use the part I wanted

Print this item

  Alpha and transparency question
Posted by: grit - 12-25-2016, 05:20 PM - Forum: General questions - Replies (1)

I have problem in Unity with sprites and transparent backgrounds. They have jagged edges.
I tried all the settigns Unity has to offer and everytime is the same. I'm left with conclusion that I need to set the sprites properly.

How to prepare the sprite in GIMP using this instructions? https://docs.unity3d.com/Manual/HOWTO-alphamaps.html

In PS


Quote:
  1. Duplicate the layer
  2. Select the lowest layer. This will be source for the dilation of the background.
  3. Select Layer->Matting->Defringe and apply with the default properties
    1. Run the “Dilate Many” action a couple of times. This will expand the background into a new layer. [Image: ImportAlpha_Dilate.png]
    2. Select all the dilation layers and merge them with Command-E
    1. Create a solid color layer at the bottom of your image stack. This should match the general color of your document (in this case, greenish). Note that without this layer Unity will take alpha from merged transparency of all layers.
  4. Now we need to copy the transparency into the alpha layer.
    1. Set the selection to be the contents of your main layer by Command-clicking on it in the Layer Palette.
    2. Switch to the channels palette.
    3. Create a new channel from the transparency.
  5. [Image: ImportAlpha_createChannel.png]
    Save your PSD file - you are now ready to go.


Print this item

  Splash Screen for Gimp
Posted by: adisjp - 12-25-2016, 10:08 AM - Forum: Gallery - Replies (8)

Gimp 2.8.......

Angel Angel Angel

http://adisjp.deviantart.com/art/Gimp-splash-653235518

Print this item

  How to Create ART in GIMP | Raster Cartoon
Posted by: paasadani - 12-23-2016, 08:13 PM - Forum: Tutorials and tips - Replies (1)

Hi Everyone, I am new to this Forum. My name is Daniel from Chennai.

I am using GIMP for nearly one year. I also have an YouTube Channel dealing with GIMP Tutorials.

In this post I'm gonna talk about how to cartoon yourself in GIMP. We all know that GIMP is the Raster Image Editing Software so you can only create Raster Cartoon Using Gimp.

Here is the Steps for Creating Raster Cartoon Version of Someone or Yourself
1. Open an Image and Scale its Height to 1080p
2. Select Pencil Tool
3. Change its Brush Hardness to 100
4. Change Brush Size to 3
5. Create a New Transparent Layer
6. Draw the Outline of the Subject using Shift+Left Click Method (Straight Line Method)
7. Change the Brush Size to 1
8. Draw the Inner Regions
9. Grab Bucket Fill Tool
10. Select Foreground Color
11. Pick the Colour inside the Image
12. Fill the Color
13. Create a New transparent layer
14. Use it for the Background
15. You successfully created the cartoon version of yourself.

Print this item

  Layer via Copy/Cut bug (???)
Posted by: soundsbeard - 12-20-2016, 07:05 PM - Forum: General questions - Replies (6)

Win7x64 GIMP 2.8.18

-dark background
-some text with Epson font
-"Discard Text Information"
result:
[Image: c28dc6c9e1.jpg]
-select with Rectangle Selection all letters besides S
-Layer via Cut
-drag new layer somewhere
result:
[Image: 0d71fac4ad.jpg]

Did I do something wrong or it's just a bug?

Print this item