Page 1 of 1

Re: filter factory

Posted: Wed Aug 24, 2011 2:14 pm
by HaraldHeim
You are right. Some FilterFactory plugins produce a different effect than what is shown in the preview. The problem is that the effect is not scaled to the image dimensions. This is partially a neglectance of the FilterFactory developer as well as the author of the individual filter.

You could load the FilterFactory plugin into the FilterMeister plugin or Plugin Commander and change the code there. Often it is only necessary to replace every x with x*255/X and every y with y*255/Y.

Our own Harrys Filters and Plugin Galaxy plugins are based on FilterFactory codes, but we avoided the mentioned problem, so that the preview correctly shows what you get afterwards.