Search the web
Sign In
New User? Sign Up
FMML · FilterMeister plug-in discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2774 - 2803 of 9972   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2774
There was a debate a little while back about plugin installers. Could someone recap on the best options? Particularly I'd like to add START button links to...
Shifty Geezer
ungleblunk
Offline Send Email
Aug 2, 2004
9:18 am
2775
I was experimenting with some effects, and stumbled upon a bug with pget. Using code something like this, float a,b,c,d,e; a=(float)pget(x,y,0)/255.0; ...
Shifty Geezer
ungleblunk
Offline Send Email
Aug 5, 2004
12:07 pm
2776
Are you sure you are using pget correctly? Remember, pget returns pixel values from the *output* buffer, while src gets values from the *input* buffer. At the...
Alex Hunter
afhsys
Offline Send Email
Aug 5, 2004
1:56 pm
2777
Hi all, How do I go about getting the position and size of the Preview window? I would have thought there was something like a getPreviewXSize,...
Shifty Geezer
ungleblunk
Offline Send Email
Aug 5, 2004
2:00 pm
2778
Shifty, I hate to be a pain (comes natural) but have you read the docs and looked into the templates. Most of your questions are answered in one or the other....
rfchmbrs
rechmbrs
Offline Send Email
Aug 5, 2004
2:07 pm
2779
... I think you're looking for the x_start, x_end, y_start and y_end variables? - Kohan _____________________________________________________________________ ...
Kohan Ikin
syneryder
Offline Send Email
Aug 5, 2004
2:08 pm
2780
Hi Ron, I'd just found the solution to adding access to HTML docs in your templates, and saw the x_start type stuff also. I guess a little more careful...
Shifty Geezer
ungleblunk
Offline Send Email
Aug 5, 2004
3:47 pm
2781
I've applied the code at the very beginning, without any processing. Here's a copy of the code I've been experimenting with %ffp ForEveryTile:{ float source,...
Shifty Geezer
ungleblunk
Offline Send Email
Aug 5, 2004
4:05 pm
2782
... Of course - you're modifying the output buffer as you go along, so each time you use something like pget(x-1, y-1, 0) you're examining pixels in the output...
Kohan Ikin
syneryder
Offline Send Email
Aug 5, 2004
4:12 pm
2783
i've made a performance test of the most common FM functions. for your convenience here's the link to the source code: ...
extrabigmehdi
Offline Send Email
Aug 5, 2004
6:13 pm
2784
Course!! How dumb am I! :p Never claimed to be much of a coder! Thanks for pointing that out. Shifty Geezer shifty_geezer@... ... the "src"...
Shifty Geezer
ungleblunk
Offline Send Email
Aug 5, 2004
6:55 pm
2785
Hi, Raw numbers don't tell us much. Did you actually compare these numbers to anything else; i.e. a plain C compiler, your own implementations? As for the...
Martijn van der Lee
mwvdlee
Offline Send Email
Aug 6, 2004
9:41 am
2786
I think the numbers are mostly for use in determining which function to use for developers, not how FM compares with other languages. eg. If you can, use 'get'...
Shifty Geezer
ungleblunk
Offline Send Email
Aug 6, 2004
10:34 am
2787
Hi all, I asked a little while back about plugin distribution programs but with no reply, I'm wondering if I'm mistaken. Having searched through my old FM...
Shifty Geezer
ungleblunk
Offline Send Email
Aug 6, 2004
10:29 pm
2788
Hi, You should be able to use almost any installer that supports Registry access (most do). Through scripting, or paths, these installers allow you to install...
peter2ireland
Offline Send Email
Aug 9, 2004
12:28 am
2789
Hi, You might want to take a look at http://sourceforge.net/projects/pluginsetup, it's the open sourced (GPL license) sourcecode to my plugin installer ...
Martijn van der Lee
mwvdlee
Offline Send Email
Aug 9, 2004
7:25 am
2790
Hi, Just playing around a littlebit for a week now with filtermeister so I'm not an expert. Here's my problem, maybe very simple solvable but I can't find the...
Peter Luining
email@...
Send Email
Aug 9, 2004
10:36 am
2791
Problem solved, it had to do with the "textlabel" next to the checkbox, even when there is no text it seems to be there (but of course transparent). So when...
Peter Luining
email@...
Send Email
Aug 9, 2004
11:04 am
2792
Hi Peter, The default width of a CHECKBOX control is 90 dbus, regardless of the size of the text label. So in your layout, the label fields are overlapping ...
Alex Hunter
afhsys
Offline Send Email
Aug 9, 2004
11:18 am
2793
Thanks loads for this. I'll give it a look when I get chance. Ae the moment I've just had people unzipping archives into their plugin folder manually, but it...
Shifty Geezer
ungleblunk
Offline Send Email
Aug 9, 2004
12:57 pm
2794
Hi Alex, Though I did find the problem out myself a bit (see re: mail to list) thanks for your extra thoroughly explanation + scriptexample :) Peter...
Peter Luining
email@...
Send Email
Aug 9, 2004
1:37 pm
2795
Hi again, I know a bug has been confirmed in rgb2hsl conversion causing artefacts, but are there known problems with the other colour space conversions? I've...
Shifty Geezer
ungleblunk
Offline Send Email
Aug 9, 2004
8:11 pm
2796
When do you plan the next FM release? It seems to me from what Harry has shown it already can, that its LOOONG overdue. Jan...
Jan Esmann
very_secret_dk
Offline Send Email
Aug 9, 2004
9:37 pm
2797
... I can confirm this, I also get unusual results using Shifty's code, which appears bug-free to me. Is rgb2cmyk officially implemented though? There's no...
Kohan Ikin
syneryder
Offline Send Email
Aug 10, 2004
5:52 am
2798
... That's a first! ... Though the function's listed in the Image functions reference, it has no link. Given the results resemble LAB/IUV (forget which) maybe...
Shifty Geezer
ungleblunk
Offline Send Email
Aug 10, 2004
9:08 am
2799
well, to reply to Van der Lee: 1) i've made a comparison of speed with the floor function and "my own implementation": it's 20 times faster! "my own...
extrabigmehdi
Offline Send Email
Aug 10, 2004
6:22 pm
2800
Hi, A new filter created in FilterMeister is available at http://www.optikvervelabs.com/. I would appreciate any comments. I would like to thank Harald Heim...
Peter Rowe
peter2ireland
Offline Send Email
Aug 14, 2004
11:38 pm
2801
Peter, Really nice web site. Will try plug-in too as it looks very useful. RON C ... From: Peter Rowe [mailto:peter2ireland@...] Sent: Saturday, August...
rfchmbrs
rechmbrs
Offline Send Email
Aug 15, 2004
12:55 am
2802
Hi Ron, Thank you for the kind words about the website, I would be very interested in what you think of the plug-in too when you get a chance. The idea is to...
Peter Rowe
peter2ireland
Offline Send Email
Aug 15, 2004
2:36 am
2803
Hi Peter, Thanks for sharing your new plugin with us! I got impressed by as well as your website as well as your plugin, too! Both look so smooth and...
r.muscia@...
roberto_muscia
Offline Send Email
Aug 15, 2004
11:19 am
Messages 2774 - 2803 of 9972   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help