GIMP Chat
http://gimpchat.com/

Request for a Script
http://gimpchat.com/viewtopic.php?f=9&t=2843
Page 1 of 1

Author:  Oregonian [ Mon Oct 17, 2011 1:08 pm ]
Post subject:  Request for a Script

Draconian wrote:
I would like to see a script based on the youtube tutorial done by xgeous creating the water text effect . The ones I've seen have a tile background added drops and no way to delete layers or adjust very much. Just a simple script with a preview window and some sliders for depth, shadow, inner shadow, inner glow, highlight, light direction and intensity. I think this would be a great addition to be able to use it for any kind of shape and not just text similar to what has been done with the Glass Text script becoming just a Glass Effect script. I wanted to make aomething that looked like syrup or honey so some way to incorporate a color or gradient might be helpful. I can see this becoming a quite complex script.
Draconian put in a request for a script based on a Water FX tutorial and I think the request got waylaid with other suggestions.

A written text tutorial is available here.
http://www.gimpchat.com/viewtopic.php?p=31375#p31375

The actual video tutorial
www.youtube.com Video from : www.youtube.com


This is an image Draconian created using the Water FX tutorial.
Image

Author:  Draconian [ Mon Oct 17, 2011 2:11 pm ]
Post subject:  Re: Request for a Script

O, that's the one I used in my last post on the other thread. The last two pics I posted there shows a vast difference in using the method that xgeous uses compared to doing it from scratch. It may not be as good, but it's still the best method out there that I've ever seen.

Author:  Oregonian [ Mon Oct 17, 2011 9:27 pm ]
Post subject:  Re: Request for a Script

Yes. I thought your script request was for that particular water effect tutorial.

Author:  Rod [ Mon Oct 17, 2011 11:34 pm ]
Post subject:  Re: Request for a Script

I thought Draconians request was for a way to be able to play with bump map and light settings.

Author:  Draconian [ Tue Oct 18, 2011 7:35 am ]
Post subject:  Re: Request for a Script

You are correct Rod. Originally it was but now I'm leaning toward a whole new script with better quality internal settings. There are just too many variables to fool with, especially if it's a newb trying to use it. In order of script quality you have the Liquid Water script, then teh Xgeous method (a script could be created using his method) and then there's the scratch method. On the pic with the bees I made, I started with a background that was actually a bubblewrap png with a transparent background and the highlights were from the opposite angle than the settings used by Xgeous in his Video hence the requirement for lighting angle.(guess it would have been easier to just flip the image)

In almost every pic of a water droplet you have some basic components:

Drop Shadow
Highlight (sometimes two)
Two inner shadows - one broad and low opacity
- one narrow to create the edge effect
Inner Glow
Distortion (Displace only seems to work in one direction whereas a Lens effect is better)
Maybe even a glow effect on top of the drop shadow

You don't really need a bump map to get the 3D effect if the inner shadows are done correctly. I tried bumping but sometimes to get enough bump you get distortions that you end up blurring the heck out of to get rid of and scrificing quality in the process. I even tried using the blurring tool selectively to sort of "blend" in the distortions better. I'm still experimenting.

OK. The gauntlet is on the ground. Let's see if someone else out there is better at rendering a liquid look better than I can. That shouldn't be hard to do given my limited skills and all the pros here.

How come it won't let me post more than three images?

Attachments:
Water droplets_1.jpg
Water droplets_1.jpg [ 10.07 KiB | Viewed 4298 times ]
imagesCA2D2ZCS.jpg
imagesCA2D2ZCS.jpg [ 3.55 KiB | Viewed 4298 times ]
592486-xs.jpg
592486-xs.jpg [ 58.13 KiB | Viewed 4298 times ]

Author:  cecilia [ Tue Oct 18, 2011 11:58 am ]
Post subject:  Re: Request for a Script

Image

there's always mother nature :lol

I took these pictures a few days ago at a local park. It's for reference and comparison.

Image

Author:  Draconian [ Tue Oct 18, 2011 12:17 pm ]
Post subject:  Re: Request for a Script

cecilia wrote:
Image

there's always mother nature :lol

I took these pictures a few days ago at a local park. It's for reference and comparison.

Prexactly! Those are more like the third one I posted above. You can really see all the elements it would take to make a really good script.

Author:  GnuTux [ Tue Oct 18, 2011 4:09 pm ]
Post subject:  Re: Request for a Script

Draconian wrote:
How come it won't let me post more than three images?

I have attachments limited to 3 per post but you can add unlimited images using the upload image button. Image

Author:  Draconian [ Tue Oct 18, 2011 5:31 pm ]
Post subject:  Re: Request for a Script

GnuTux wrote:
Draconian wrote:
How come it won't let me post more than three images?

I have attachments limited to 3 per post but you can add unlimited images using the upload image button. Image


Tanks Tux. Good to know. (only been here a year)LOL

Author:  dd [ Wed Oct 19, 2011 8:33 am ]
Post subject:  Re: Request for a Script

Well I tried this tutorial... I don't think it would be too hard to code into a script.

Author:  Mike [ Wed Oct 19, 2011 9:53 am ]
Post subject:  Re: Request for a Script

Overall the tutorial gives a great result but the real trick to a script is the complete randomization of the size, shape, opacity and displacement of the individual "drops." The tutorial fails to accomplish this to a high degree of authenticity. A script that is unable to do so would be of limited use.

Image

Author:  Rod [ Wed Oct 19, 2011 6:03 pm ]
Post subject:  Re: Request for a Script

dd wrote:
Well I tried this tutorial... I don't think it would be too hard to code into a script.


DD, is it possible to code the script so users can see a preview?
Especially for lighting and bump mapping.
It would be nice if those effects could be controlled by the user also.
Is it possible to allow the bumpmap and lighting dialogs to be adjusted like Tux's Liquid Water script as the script runs?

Author:  dd [ Wed Oct 19, 2011 6:53 pm ]
Post subject:  Re: Request for a Script

Rod wrote:
dd wrote:
Well I tried this tutorial... I don't think it would be too hard to code into a script.


DD, is it possible to code the script so users can see a preview?
Especially for lighting and bump mapping.
It would be nice if those effects could be controlled by the user also.
Is it possible to allow the bumpmap and lighting dialogs to be adjusted like Tux's Liquid Water script as the script runs?


Well, a python script could be made with a similar type of preview as my bevel script - ie. a button that shows the preview in the image window, but a separate preview window wouldn't be possible with a script...

All things can be adjusted with a script, yes.

Author:  Rod [ Thu Oct 20, 2011 3:39 am ]
Post subject:  Re: Request for a Script

dd wrote:
Rod wrote:
dd wrote:
Well I tried this tutorial... I don't think it would be too hard to code into a script.


DD, is it possible to code the script so users can see a preview?
Especially for lighting and bump mapping.
It would be nice if those effects could be controlled by the user also.
Is it possible to allow the bumpmap and lighting dialogs to be adjusted like Tux's Liquid Water script as the script runs?


Well, a python script could be made with a similar type of preview as my bevel script - ie. a button that shows the preview in the image window, but a separate preview window wouldn't be possible with a script...

All things can be adjusted with a script, yes.


Thanks DD! :)
Hey welcome back.

Author:  Graechan [ Wed Nov 02, 2011 1:40 am ]
Post subject:  Re: Request for a Script

Well maybe this is close but I had to drift away from the tute.

Image

Author:  Draconian [ Wed Nov 02, 2011 6:57 am ]
Post subject:  Re: Request for a Script

Pretty darn good Graechan! What method did you use to accomplish the distortion?

The thing that stands out in your image is the really dark edges on everything. They look better on most of the letters where one side is weaker or feathered out more, but not so much on most of the water drops. It kinda looks like the drop shadow goes all the way around the drops instead of just to one side like it would be as a result of the lighting angle.

When I was working some of mine, I found this to be one of the more difficult parts to get just right. I ended up making a black copy, shrink, cut, and Gaussian blurring to get sort of a ring, then using Alpha to selection on a different "control layer" to cut off the blurr effect outside the image. This way I could control how wide a feathering effect I got and make it appear to start at the edge of the drop and fade toward the center similar to using the selection feather fill method. This was only for the shadow on the side away from the light. The side closest to the light needs to be really a really sharp thin line that seems to be cast by the reflection from the drop rather than the light itself. What method did you use for the highlights, they look great? Checkout how the shadows vary on the drops in the pic below showing the depth or thickness of each drop. This would be a real challenge to work into a script. I'm assuming everything would have to be uniform.

Hope this was clear and didn't come off sounding critical.

Attachments:
592486-xs.jpg
592486-xs.jpg [ 58.13 KiB | Viewed 1693 times ]

Author:  molly [ Wed Nov 02, 2011 7:04 am ]
Post subject:  Re: Request for a Script

Mike wrote:

Image


Mike, what font did you use in your water image...it looks great for the water effect.

Author:  Draconian [ Wed Nov 02, 2011 7:15 am ]
Post subject:  Re: Request for a Script

dd wrote:
Rod wrote:
dd wrote:
Well I tried this tutorial... I don't think it would be too hard to code into a script.


DD, is it possible to code the script so users can see a preview?
Especially for lighting and bump mapping.
It would be nice if those effects could be controlled by the user also.
Is it possible to allow the bumpmap and lighting dialogs to be adjusted like Tux's Liquid Water script as the script runs?


Well, a python script could be made with a similar type of preview as my bevel script - ie. a button that shows the preview in the image window, but a separate preview window wouldn't be possible with a script...

All things can be adjusted with a script, yes.




What about a plug-in. Would this be a candidate for something like an add on for GMIC where you had a set of variables or controls to work with as well as a preview window?

Author:  Rod [ Wed Nov 02, 2011 2:15 pm ]
Post subject:  Re: Request for a Script

That would be cool to see a water drop effect in GMIC. :)

Page 1 of 1 All times are UTC - 5 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/