filter factory

Comments and discussions about 8bf plugins which can be use in various applications like Photoshop, Paint Shop Pro or Photo-Paint
Post Reply
HaraldHeim
Plugin Guru
Plugin Guru
Posts: 3363
Joined: Fri Mar 08, 2002 1:00 am
Location: The Plugin Site
Contact:

Re: filter factory

Post 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.

Post Reply