Messages 46 - 90 of 119
First | Prev. | 1 2 3 | Next | Last |
Morgantao
![]() |
Could you upload a demo filter that you would like to use that uberNormalWithAlphaBlend on?
It won't make my fumbling in the dark any better, but will give me a direction maybe ![]() |
|||||
Posted: May 10, 2012 2:59 am | ||||||
uberzev
![]() |
Looks like I figured out how to do it myself. Offer off the table... (unless you were just about to post)
|
|||||
Posted: May 11, 2012 1:56 am | ||||||
uberzev
![]() |
||||||
Posted: May 11, 2012 2:47 am | ||||||
uberzev
![]() |
||||||
Posted: May 11, 2012 3:02 am | ||||||
uberzev
![]() |
||||||
Posted: May 11, 2012 4:29 am | ||||||
uberzev
![]() |
Feel free to play with. (Disable anti-aliasing while experimenting for better performance)
Any FF employees want to chime in? Or do you guys need to see more examples first? uberBlend [STAR].ffxml |
|||||
Posted: May 11, 2012 4:32 am | ||||||
Morgantao
![]() |
Wait in line mister! FF employees are on my case now
![]() I'm talking about this thread: http://www.filterforge.com/forum/read...MID=103591 |
|||||
Posted: May 11, 2012 5:59 am | ||||||
Morgantao
![]() |
Just took a peak inside your script. That's almost cut & paste what I was doing, but that's not really a suprise because what I did was pretty much cut & paste from the scripting link that Sphinx gave us
![]() I see you've opted for the down scale option as layer matrix, instead of scaling eveerything out of the screen as you did in the bomber. Any particular reason? And can you write a detailed tutorial on how all the stuff up to the lookup work? I've seen some of those things before in your filters, and for the life of me, I can't figure them out! ![]() |
|||||
Posted: May 11, 2012 6:12 am | ||||||
Ghislaine
![]() |
My first try with uberBlendStar
The first one I made took me more than 10 minutes. But had to reduce at 5 samples, so it tokk me for this one 3 minutes. I would loke to know how to use the components in this filter. Which components we can change and we do not have to touch. where we can add controls and where we do not have to add some. Well, a tuto would be nice. Please... ![]() visit https://gisoft.ca |
|||||
Posted: May 11, 2012 11:22 am | ||||||
SpaceRay
![]() |
Thanks uberzev for uploading this uberBlendStar filter, it looks very good, I will see how it works and what I can do with it.
|
|||||
Posted: May 11, 2012 12:27 pm | ||||||
Morgantao
![]() |
Gislaine, you can replace the shape and it's connected thresholds with whatever you want (at the top of the filter).
Try for example to put a star with transparent background and red with 25% alpha as foreground. Just skip the thresholds. You will see how the rest of it updates. Basicaly what happens in the filter is this: You give it a shape or something to chew on. It makes a matrix of small copies of that shape. Then it transforms (rotate for example) each of the mini copies a little different. Now it makes the shapes big again, so naturaly you can only fit one copy at a time in the window. Now the script does it's magic - It takes each one of the copies in the matrix and blends it with the ones before it. The itterations is the number of "steps" or samples to blend. The blends modes are: 1 = normal (Like multiblend) 2 = darken 3 = multiply 4 = lighten 5 = screen I'm not infront of the filter right now so I don't remember what other controls you have... |
|||||
Posted: May 11, 2012 2:28 pm | ||||||
uberzev
![]() |
If you guys are trying to figure out how this thing works inside make sure you first set 'Iterations' to a number like 5, which will make things clearer visually.
------------------------------------------------------------------- Added an 'average' mode that blends evenly from all samples 1 = normal 2 = average 3 = darken 4 = multiply 5 = lighten 6 = screen Component still grabs from right-to-left which is the opposite of what I originally wanted. Not a huge deal but maybe someone has a solution.
uberBlend [STAR 2].ffxml |
|||||
Posted: May 12, 2012 2:28 am | ||||||
uberzev
![]() |
Going for a 3d-tunnel effect, sort of lame...
![]() |
|||||
Posted: May 12, 2012 3:33 am | ||||||
Morgantao
![]() |
I think it's kinda cool.
Would be great if you could animate it ![]() |
|||||
Posted: May 12, 2012 8:17 am | ||||||
Morgantao
![]() |
What do you mean? |
|||||
Posted: May 12, 2012 8:21 am | ||||||
Ghislaine
![]() |
That's mean that all components and controls are inverted (as seen in a mirror). Not sure but I think so.
Love your 3d-tunnel effect uber. visit https://gisoft.ca |
|||||
Posted: May 12, 2012 10:11 am | ||||||
Sphinx.
![]() |
get that blendmode selection out of the inner loop and gain some speed
![]()
Remember that this is the innermost parts, getting called w*h*aa*loop count times, so you want to get as much outside the loop as possible |
|||||
Posted: May 12, 2012 11:01 am | ||||||
SpaceRay
![]() |
||||||
Posted: May 12, 2012 2:13 pm | ||||||
SpaceRay
![]() |
Very well done Ghislaine on the example you have put, I like it much, is elegant, balanced and moving. Well done
![]() Also like much this one from uberzev ![]() |
|||||
Posted: May 12, 2012 2:20 pm | ||||||
SpaceRay
![]() |
||||||
Posted: May 12, 2012 3:45 pm | ||||||
Morgantao
![]() |
Uberzev, is this what you mean right-to-left or left-to-right?
Check out the new control I put, called "LTR \ RTL". I rewrote the script according to what Sphinx said while I was at it ![]() uberBlend LTR_RTL.ffxml |
|||||
Posted: May 12, 2012 4:33 pm | ||||||
uberzev
![]() |
Correct. I didn't mean for it to be a user-option though. (sorry, but nice work you did in there!) I'll see about incorporating your LTR code, minus the user control. Thanks ![]() --------------------------------------- Regarding Sphinx's performance boost, I actually had the same notion (really!) but had left it out (temporarily) since it added complexity to the code. |
|||||
Posted: May 12, 2012 6:02 pm | ||||||
Morgantao
![]() |
Glad I could help ![]()
Just thought it would save you some time ![]() Out of curiosity, what are you gonna do with the LTR? I thought it would be useful as a user option since different blends have different reseults with and without LTR. Can you tell me, or is it gonna be a big suprise in your next filter? ![]() |
|||||
Posted: May 12, 2012 6:27 pm | ||||||
uberzev
![]() |
To go from RTL to LTR all we do is change
get_sample_map(i + x, y, SOURCE) ---to-- get_sample_map(count - i - x, y, SOURCE) Simplified your method a bit. ![]() ================================================================
Your probably right that it should be a user option. For now I want to keep things simple though. So to do... -Optimize code for performance -Add LTR/RTL user option uberBlend [STAR 3].ffxml |
|||||
Posted: May 12, 2012 6:31 pm | ||||||
Morgantao
![]() |
LOL, I was so into adding it as a control that I missed the obvious! ![]() |
|||||
Posted: May 12, 2012 6:54 pm | ||||||
uberzev
![]() |
||||||
Posted: May 12, 2012 7:44 pm | ||||||
uberzev
![]() |
Actually it looks like I messed things up! Results are now flipped horizontal! ![]() (Didn't notice since I was using a symmetrical star to test with... ) correct code appears to be...
|
|||||
Posted: May 12, 2012 8:06 pm | ||||||
uberzev
![]() |
||||||
Posted: May 12, 2012 8:56 pm | ||||||
Morgantao
![]() |
Heh, I was wondering what the "count - x" is all about
![]() Nice examples. In the FF example I like the right F better. |
|||||
Posted: May 12, 2012 10:09 pm | ||||||
Morgantao
![]() |
||||||
Posted: May 12, 2012 11:08 pm | ||||||
SpaceRay
![]() |
With source image
Like and love much how you have applied a source image to this. Great ![]() Well done this FF effect, it looks very good and interesting if you can define the base shape. |
|||||
Posted: May 14, 2012 1:40 am | ||||||
SpaceRay
![]() |
||||||
Posted: May 15, 2012 1:37 am | ||||||
SpaceRay
![]() |
||||||
Posted: May 15, 2012 1:40 am | ||||||
SpaceRay
![]() |
||||||
Posted: May 15, 2012 1:47 am | ||||||
SpaceRay
![]() |
||||||
Posted: May 15, 2012 1:53 am | ||||||
SpaceRay
![]() |
||||||
Posted: May 15, 2012 1:57 am | ||||||
SpaceRay
![]() |
||||||
Posted: May 15, 2012 2:01 am | ||||||
SpaceRay
![]() |
||||||
Posted: May 15, 2012 2:19 am | ||||||
SpaceRay
![]() |
||||||
Posted: May 15, 2012 2:23 am | ||||||
SpaceRay
![]() |
||||||
Posted: May 15, 2012 2:31 am | ||||||
SpaceRay
![]() |
||||||
Posted: May 15, 2012 2:35 am | ||||||
SpaceRay
![]() |
||||||
Posted: May 15, 2012 2:38 am | ||||||
Morgantao
![]() |
Cool stuff, SpaceRay!
I see Spiroman has struck again ![]() ![]() |
|||||
Posted: May 15, 2012 3:59 am | ||||||
SpaceRay
![]() |
Thanks Morgantao, glad you like them.
YES, Spiroman strikes back ![]() I am thinking on filling all the cells of inside spiro with images, but really I still do not know how to do it. |
|||||
Posted: May 15, 2012 12:51 pm | ||||||
Ghislaine
![]() |
Is that what you want Spaceray ?
If yes, I'm working on this uber's filter and I'll upload it when finished. ![]() visit https://gisoft.ca |
|||||
Posted: May 15, 2012 7:43 pm |
Filter Forge has a thriving, vibrant, knowledgeable user community. Feel free to join us and have fun!
33,711 Registered Users
+18 new in 30 days!
153,531 Posts
+39 new in 30 days!
15,347 Topics
+72 new in year!
27 unregistered users.