It is currently Wed Jul 24, 2024 2:30 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Fixed:Xach-effect does not allow negative values in shadow offsets
PostPosted: Tue Oct 02, 2012 6:40 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Nov 09, 2011
Posts: 726
Hello.
I always wondered why the filter Lights and Shadows > Xach-effect not allow negative values ​​in the shadow offsets. To place the shadow in some positions I had to rotate or mirror the image before applying the filter.
Well, I searched and I could find the solution here (dated 2004 :) ) :
http://www.graphicsgroups.com/16-gimp/a ... 01fc1a.htm

You should find where you installed the script "xach-effect.scm". In GNU/Linux is usually in "/usr/share/gimp/2.0/scripts/" and you will need permissions to modify it. In Windows you look under "C:\Program Files" the folder named "gimp", "gimp-2" or "gimp-2.8" or something. Inside that folder in "\share\gimp\2.0\scripts".
Open the file with a text editor and locate the following lines:
SF-ADJUSTMENT _"Drop Shadow X Offset" '(5 0 255 1 10 0 1)
SF-ADJUSTMENT _"Drop Shadow Y Offset" '(5 0 255 1 10 0 1)

And replace with:
SF-ADJUSTMENT _"Drop Shadow X Offset" '(5 -255 255 1 10 0 1)
SF-ADJUSTMENT _"Drop Shadow Y Offset" '(5 -255 255 1 10 0 1)


Save the file.

That is all.

_________________
Image
Be patient, English is not my language.


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Shadow and Refletion text effect plugin

2

No new posts Attachment(s) How to make a corner lift drop shadow effect in Gimp

22

No new posts Attachment(s) Gimp 3 won't be released till may 2024 + my negative thoughts on this

44

No new posts Attachment(s) how to get layer offsets from the main layer?

3

No new posts Attachment(s) Errors (some) in G'MIC SQUIGGLY (FIXED)

4



* Login  



Powered by phpBB3 © phpBB Group