It is currently Thu Apr 18, 2024 11:38 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 42 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: Flat design drop shadow [challenge!]
PostPosted: Sun Nov 24, 2013 8:22 pm  (#31) 
Offline
GimpChat Member
User avatar

Joined: Aug 30, 2012
Posts: 2174
Offnuts - Interesting technique and similar to what I was thinking, although your method of creating the initial shadow sounds much better. I was going to use the script multi-replicate for the offset layers as this has the added advantage of being able to grow each layer, so the shadow could expand as it fades. I don't think the script handles the opacity of each layer so this would have to be done by hand.

_________________
Image


Top
 Post subject: Re: Flat design drop shadow [challenge!]
PostPosted: Sun Nov 24, 2013 9:06 pm  (#32) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
ofnuts wrote:
Not sure that will work with path-inbetweener alone... You will stroke things that aren't present in the shadow, you have to first edit the path to remove everything that can't cast a shadow, so if the shadow must extends towards the top left, you need to reduce the path to the red parts:



YAY!!!It is working with your script ofnuts!!!
I stroke each path on a separate layer with incremental transparency outwards.
The image isn't the best quality, but adding a few more intermediate paths,
less stroke width and 300 dpi is going to look even better!

Image


Attachment:
FlatDesignDropShadow.xcf [589.84 KiB]
Downloaded 154 times


XCF file - Just turn off paths visibility by Shift-clicking any eye icon in the paths panel


Edit. For comparison I used the same technique in Illustrator
this one looks very sharp

Image


Top
 Post subject: Re: Flat design drop shadow [challenge!] - solution found!!!
PostPosted: Mon Nov 25, 2013 1:11 pm  (#33) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Hey that worked out pretty well. :)

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Flat design drop shadow [challenge!] - solution found!!!
PostPosted: Mon Nov 25, 2013 2:15 pm  (#34) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7304
Location: Göteborg at last!
Looks really cool!


Top
 Post subject: Re: Flat design drop shadow [challenge!] - solution found!!!
PostPosted: Mon Nov 25, 2013 4:10 pm  (#35) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
thanks guys :geekon


Top
 Post subject: Re: Flat design drop shadow [challenge!] - solution found!!!
PostPosted: Mon Nov 25, 2013 7:10 pm  (#36) 
Offline
GimpChat Member
User avatar

Joined: Aug 16, 2012
Posts: 4271
Location: Göteborg, Sweden
wow, yet another thing that looked impossible but turned out quite possible! impressive job, everyone!

_________________


Top
 Post subject: Re: Flat design drop shadow [challenge!] - solution found!!!
PostPosted: Tue Nov 26, 2013 3:52 pm  (#37) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
I love posts like this!

For small (< 500x500, or larger in the latest gimp) chunks of text just use brush dynamics with a gradient blend. Here is a graphic tutorial:
Attachment:
flat.jpg
flat.jpg [ 566.02 KiB | Viewed 2482 times ]


Note that this does not work with narrow text because the brush spacing can't go lower than 1 (gimp 2.6) and the dynamics are different with 2.8+

I can try it on my other machine layer to see the difference... It could also be scripted quite easily.

-Rob A>

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: Flat design drop shadow [challenge!] - solution found!!!
PostPosted: Tue Nov 26, 2013 4:18 pm  (#38) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
RobA wrote:
I love posts like this!

For small (< 500x500, or larger in the latest gimp) chunks of text just use brush dynamics with a gradient blend. Here is a graphic tutorial:
Attachment:
flat.jpg


Note that this does not work with narrow text because the brush spacing can't go lower than 1 (gimp 2.6) and the dynamics are different with 2.8+

I can try it on my other machine layer to see the difference... It could also be scripted quite easily.

-Rob A>


That is OUTSTANDING Rob!
The shadows are soooo loooooooong, with my suggested paths method it would have taken hours to accomplish.
Your solution is simple and elegant. Some limitations but it is scriptable! Priceless!
Thanks!


Top
 Post subject: Re: Flat design drop shadow [challenge!] - solution found!!!
PostPosted: Tue Nov 26, 2013 4:54 pm  (#39) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
Genius, RobA !

RobA wrote:
the dynamics are different with 2.8+


i did it by setting the dynamic to Color from gradient and stroking a path

Image


Top
 Post subject: Re: Flat design drop shadow [challenge!] - solution found!!!
PostPosted: Wed Nov 27, 2013 12:13 am  (#40) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
The effects using colour from gradient and the stroke (just make sure the fade length matches the path or the reference circle) can be enhanced by a bit of a curve adjustment to make it pop a bit more:
Attachment:
flat.jpg
flat.jpg [ 27.87 KiB | Viewed 2205 times ]


For reference, here is the dynamic settings I used for that 100px long stroke:
Attachment:
2013-11-26_235959.png
2013-11-26_235959.png [ 13 KiB | Viewed 2205 times ]


And as another tip, after baking the white to black gradient stroke, just use Layer->Transparency->Colour to Alpha to turn the white transparent (rather than setting the layer mode to multiply), lock the layer's alpha channel, then fill the layer with any colour you want to get a coloured fade:
Attachment:
flat2.jpg
flat2.jpg [ 20.72 KiB | Viewed 2205 times ]


-Rob A>

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: Flat design drop shadow [challenge!] - solution found!!!
PostPosted: Wed Nov 27, 2013 12:24 am  (#41) 
Offline
Script Coder
User avatar

Joined: Jul 14, 2010
Posts: 697
mmmmm. 2.8+ brush dynamics give even more options.... Here is a custom dynamic I threw together with the size, angle and colour all tied to the fade, and stroking along a curved path:

Attachment:
flat3.jpg
flat3.jpg [ 20.58 KiB | Viewed 995 times ]


-Rob A>

_________________
Image
Fantasy Cartography and Mapping by RobA


Top
 Post subject: Re: Flat design drop shadow [challenge!] - solution found!!!
PostPosted: Sun Feb 09, 2014 9:36 pm  (#42) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
These are brilliant examples Rob!
Somehow overlooked your last 2 posts.
Will get back to flat shadows design asap because I like it so much!


Top
Post new topic Reply to topic  [ 42 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Drop Shadow help

6

No new posts Attachment(s) [solved] drop shadow around a selection

17

No new posts Attachment(s) GEGL PERPSECTIVE DROP SHADOW (THEORY - NOT A PLUGIN YET))

3

No new posts Attachment(s) GEGL (fork of Drop Shadow) that knocks out original image.

2

No new posts A script solution requested: conversion from text-only pdf to ...

2



* Login  



Powered by phpBB3 © phpBB Group