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...
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; ...
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...
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....
... I think you're looking for the x_start, x_end, y_start and y_end variables? - Kohan _____________________________________________________________________ ...
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...
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,...
... 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...
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...
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'...
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...
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...
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 ...
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@...
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@...
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 ...
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...
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@...
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...
... 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...
... 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...
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...
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, Really nice web site. Will try plug-in too as it looks very useful. RON C ... From: Peter Rowe [mailto:peter2ireland@...] Sent: Saturday, August...
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...
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...