%ffp // This template gets you started when you plan to enhance one of // your FilterFactory plugins with FilterMeister. For this purpose it is // important to be put the FF source code into FilterMeister's // ForEverTile handler as it gives you a lot of new possibilities. //------------------------------------------------------------------------------------------ // Filter Infos Category :"AstroPlugins" Title :"Star Isolate" Copyright :"@2005 James Ryan all rights reserved" Author :"James Ryan" Organization:"Astroplugins" URL:"http://www.grekalova.com/plugins/" Filename :"Star Isolate.8bf" Description:"Isolate Stars" Version :"1.01" About :"!T !V\n!D\n" "!c\n!U" //Only apply filter to RGB and Grayscale images SupportedModes: RGBMode //------------------------------------------------------------------------------------------ // Filter Control Definitions // Insert you own slider label names and comment out the slider that // you don't need ctl(0):"Red",val=255 ctl(1):"Green",val=128 ctl(2):"Blue",val=255 ctl(3):"Radius",range = (1,20), val=28 //------------------------------------------------------------------------------------------ // Here comes the filter code ForEveryTile:{ int x,y,r,g,b,r1,g1,b1; word intensity, cubed, xbox, i,j,k,l; cubed = ctl(0) + ctl(1) + ctl(2); xbox = ctl(3); for (y=y_start; y cubed) { for (i=max(x-xbox,x_start); i