Hi I got a message from a user that no FilterMeister made plug-ins work with Vista with 4 Gb of ram. He mentions FocalBlade along with mine. This has probably...
... There's a post from a while ago that might be relevant, try searching the archives for "FM Beta 9a through 9c is not LARGE ADDRESS AWARE". It seems that a...
I need a specific filter to work with my application which uses a Photoshop SDK to support plugins. What I require is a filter that emulates the "poster edges"...
I have Vista Home Premium and 4 GB of ram, and I don't have crashes with Filter Meister or any other plugin. I'm using PhotoFiltre Studio and Image Analyzer. ...
I actually had this issue with FM filters in my app which uses a Photoshop SDK. It was strange because it worked for many, many Vista users without issue....
Hi, The LARGE ADDRESS AWARE bit is more likely to cause crashes than to solve them :-). I guess this guy is using and older version of FocalBlade and not the...
Hi, Do you know any host applications that support batch processing with Photoshop Plugins? I only know Photoshop, Paint Shop Pro, DeBabelizer Pro and Plugin...
I have implemented these several ways in FM 1.0 Rev 9 beta, and always get a single flash of the dialog. Does anyone know how to do that? My use for these is...
I want to make the single flash of the dialog go away. Is it possible? Thanks, Bill ... From: Bill MacBeth To: FMML Sent: Friday, September 12, 2008 2:03 PM ...
Hi Bill, Yes, a clean implementation of "Dialog: NONE" is still on the wishlist -- just haven't gotten to it yet. ;) Cheers, -Alex ... possible? ... always get...
Bill, if you set the dialog to a size of 0,0 there should be no flash. Harry ... From: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com]On Behalf Of Bill ...
Harry, Here's what used to work for me on earlier revs of FM: - - - - - - - dialog: notitlebar, size=0,0 OnFilterStart: { doAction( CA_APPLY); return false; } ...
Hello, I developed an efficient Gaussian blur algorithm. Key features: * Constant complexity O(1) per pixel, independent of the blur radius. * Minimum pixel...
Hi Alois, A blur filter with edge protection sounds interesting! I'll definately check it out soon :-P Looking forward to it since your SmartCurve plugin is a...
Hi Alois, Thanks for the interesting contribution. After doing some quick tests it seems that your algoritm is faster than Tom's algorithm at an accuracy level...
Good work, Alois! I find the bilateral filter particularly interesting, since it provides edge-preserving blurring, which in turn has some interesting...
I have made a filter using FM. When you try to record the key sequences as an action in PS, the "OK" button on the filter dialog is not recorded. The action...
Hi Harry, ... of 3. At ... comparable to ... The recursive algorithm provides better accuracy than the 2nd approximation of the extended binomial when the...
Hi Martin, ... You are right. I also noticed such streaks. That was a concession to the speed of the algorithm. ... May be later since such an implementation...
Hi Alois, Thanks for your explanations. The GaussN filter seems to work much slower than the Gauss1,2,3 filters, so I guess you used some optimizations for ...
Hi; It seems that I assumed compiled FM plugins would not have the ability to be resized. Now I see this is incorrect so how can I go about disabling resizing?...
Hello, This is Cheng, the author of the free image editor 'Photobie'. I implemented a Photoshop .8bf host long time ago with Photobie. However, I have to...
Any advice on this one? -Richard -- Richard Rosenman Digital Animation Director http://www.pixila.com http://www.dofpro.com http://www.cgsphere.com ...
Hi, Richard I am unable to answer this FM question since I just started play around with FM in order to get my own Photoshop .8bf host work with filters...
Hi, Harry, Thanks for this testing filter for FM. I just tested it against my current version of Photobie, it works well. I can zoom to 100% scale and drag...
Hi Cheng; Well, I think others might be able to also help you with this but here's some info to get you started. Yes, all my filters have been created with FM....
... I think you have to use Resource Hacker to do that. I haven't done it myself (but I need to), so I'll see if I can come up with some steps and put them on...
Hi Richard, there seems to be an unresolved issue, possibly with the Windows API, as Harry guessed (for details see thread "resizing revisited" from 4th Feb ...
... I don't think that really works if you want a fixed dialog size - doesn't that still show the resizing arrows when you move the mouse to the edges of the...