Working with a few programmers on a program in filtermeister, we are having a hell of hard time finding necessary documentation. Even knowing how to say...
Also what are my options for plug-ins? Are there three choices to write CodeWarrior, Adobe SDK or Filtermeister? Are there others? From what I have read Adobe...
... Much of the information is there, just hard to find. I read through the docs, and looked at the example sourcecodes, then checked the Wiki and asked here....
\FilterMeister\sourcecode\codelibrary\FM_inspector..May help you... the filterfactory documentation sometimes may help you... I had ther similar problem.. most...
Hi, ... FilterMeister is a great tool for developing filter plugins, but it has its limitations compared to the Photoshop SDK. Some things are not possible...
Hi,
how is it possible to check for an alpha channel at the beginning of the filter?
I think this needs a filterCase query, but didn't find a template and...
Hidden in the Wiki: (planesWithoutAlpha)? contains the number of image channels without alpha channels. You can now calculate the number of available alpha...
I've this in a filter and it works. I don't know if it is elegant, correct or what else.... forEveryTile:{ if( Z<4 ) { msgBox(MB_OK," !!!", "Per usare il...
Ralph, Best of luck. I attempted to write a program in filtermeister, and will be shifting to Adobe SDK. Filtermeister by their own admission, has completely...
Hi Dave ... Best of luck you too Dave. When you'll get familiar with Photoshop SDK, let us know how much time it took you. Personally it took me a week, to...
... FWIW, I've used FM for numerous prototyping efforts as well for graphics algorithm projects outside the Plug-in area. For me though, the main reason for...
Hi All, To add my own 2 cents to the discussion -- here are the guidelines I usually use in my own filters: 1. *Always* test somewhere (preferably early) in...
Hi, i'm able to interact between an external application, and a plugin using registry key. Is it possible to request from the plug, to make the current host,...
Hi, there's a a palette inside photoshop called navigator. When picture size exceeds size of your display, the navigator allow to quickly switch from one...
Hi, To answer your last question first: Are you only making the control visible/invisible or are you also enabling/disabling it? I really (REALLY!) wouldn't...
Hello Alex, Martijn and others,
many thanks for this mass of hints.
But, Alex, do you work on something that can handle many filters at one time? You...
Hi Martijin, ... Well, i may be wrong but making invisible it a bit similar to disabling (difference it that control is grayed out) ... First i've asked to...
Hi Martijn (and FM developers), I only can think of advantages of a preview beeing calculated is interuptable: . When a user sets a slider it is very likely...
Oops. I wrote that late at night. I meant of course "ForEveryTile"... :-) There are also other typos... -Alex ... at ... commander...?;-) ... guidelines ......
Hi, there's a a palette inside photoshop called navigator. When picture size exceeds size of your display, the navigator allow to quickly switch from one...
Hi, But again: personally I fully vote for any control changes causing the rendering start over again instantly with the new values: accidently slight control...
I've already asked translate e-mail from English into Portugues for to br familiar with about the subject anymore. Please to wait....
Lurdinha
paulamaria@...
Oct 5, 2005 10:40 pm
5095
Hi Harry, concerning navigator ... Well, if you say it... Just took a look over documentation. The most important function is probably scrollPreview. But once...
Hi Harry, ... From: Harald Heim To: FMML@yahoogroups.com Sent: Thursday, October 06, 2005 12:23 AM Subject: RE: [FMML] Fetures request related to preview Hi, ...
Hi Mehdi, ... If I remeber correctly, repositioning the preview to a fixed coordinate was working, but the scroll mode didn't work. Just check it out and let...
Hi, i've tested scrollPreview, and didn't find any problem. In attachement a code to test that function in both scrolling modes (absolute and relative). Use...
Maybe it'a stupid question, but I'm new in FM, sorry. I've a lot of problems in combining two differents effects in one procedure: one filter take or delete...