Search the web
Sign In
New User? Sign Up
FMML · FilterMeister plug-in discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9254 - 9283 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9254
Did a lot of wresting. Looks like I got the hard part done. The hard being, for me, simply getting an image to load and being able to query for things. Now...
jlhalmich
Offline Send Email
Feb 1, 2009
1:35 pm
9255
Hi all, I got stuck in trying to let the following work properly. I have meanwhile many chunks of working code, but none can combine all demands. I would ...
Paul Simoens
paulsimoens
Offline Send Email
Feb 2, 2009
11:07 am
9256
Hi all (again), It looks like writing works a bit as a therapy? I adapted the Boolean in the ForEveryTile handler: no more gaps in the graph, all works fine! ...
Paul Simoens
paulsimoens
Offline Send Email
Feb 2, 2009
11:22 am
9257
Hi Paul, You can use the glabal variables i0 to i9, j0 to j9, k0 to k9 etc. to pass data between handlers. You can also pass larger amounts of data between ...
Harald Heim
haraldheim2001
Offline Send Email
Feb 2, 2009
11:49 am
9258
Hi Harry, Thanks for reply anyway. As I wrote immediately after my "cry for help", the problem is meanwhile solved by simply adapting the Boolean in the ...
Paul Simoens
paulsimoens
Offline Send Email
Feb 2, 2009
12:28 pm
9259
Hi, You can download FM 1.0 Beta 9.1 (5.02 MB) from http://www.filtermeister.com/AfhFM10Beta91.exe For the release notes see: ...
Harald Heim
haraldheim2001
Offline Send Email
Feb 2, 2009
4:09 pm
9260
Paul, You can also make multiple passes through the image in the ForEveryTile handler, so you may not even need to use the ForEveryPixel handler. Regards,...
Bill MacBeth
macbethbill
Offline Send Email
Feb 2, 2009
5:18 pm
9261
Hi Bill, Thanks for the follow up. Yes I tried, but probably not in the correct way. I installed a pseudo loop in front, of only the kernel involved, but got ...
Paul Simoens
paulsimoens
Offline Send Email
Feb 2, 2009
6:03 pm
9262
Harald, I get bad results in pretty much all my major plug-ins. a.. Ownerdraws that are not drawn at all or drawn severly messed up. Seems like setPixel is...
Martijn van der Lee
mwvdlee
Offline Send Email
Feb 2, 2009
6:14 pm
9263
Hi Paul Yes, I have asked for a "InitialScan" handler the past many years. We need a handler that can go through the entire image (at a customizable downscaled...
Jan Esmann
very_secret_dk
Offline Send Email
Feb 2, 2009
8:20 pm
9264
Is there a way to interactively turn Trace ON/OFF ? Cheers Jan...
Jan Esmann
jan_esmann
Offline Send Email
Feb 2, 2009
8:36 pm
9265
Harry, Latest version fixes this. Thanks, RON C setCtlToolTip ( ij, str9, TTF_CENTERTIP ); generates the following with AfhFMBeta9d.8bf . Seems that only 0...
Ron C
rechmbrs
Offline Send Email
Feb 2, 2009
8:59 pm
9266
At present, FM has certained DEFINED variables like CTL_OK. Can this option, I know it is a pre-processor type option, be made available in one of the next...
Ron C
rechmbrs
Offline Send Email
Feb 2, 2009
9:12 pm
9267
Jan, This can be programmed in the FET handler now. You can choose the increment between pixels in the code such that large images are sampled on a larger...
Bill MacBeth
macbethbill
Offline Send Email
Feb 2, 2009
9:49 pm
9268
Paul, See my response to Jan Esmann for a code snippet showing two image passes in the FET handler. Regards, Bill ... From: Paul Simoens To:...
Bill MacBeth
macbethbill
Offline Send Email
Feb 2, 2009
9:52 pm
9269
Thanks Bill, I 've just read. Regards, Paul _____ From: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com] On Behalf Of Bill MacBeth Sent: maandag 2 februari...
Paul Simoens
paulsimoens
Offline Send Email
Feb 2, 2009
9:56 pm
9270
Bill, Thanks, will look into it. Am busy, so forgive the delay. But at a quick glance, your code runs anew for every tile. (if isTileable =1; in...
Jan Esmann
jan_esmann
Offline Send Email
Feb 2, 2009
11:37 pm
9271
Jan, That doesn't seem to be the case if you do not set any of the tiling variables. I believe FM gets the full image from the host in that case. This would...
Bill MacBeth
macbethbill
Offline Send Email
Feb 2, 2009
11:53 pm
9272
Bill, Yes, exactly. I want to process huge images in tiles. So processing in tiles is a must. What you recommend is processing the image as one tile. Then...
Jan Esmann
jan_esmann
Offline Send Email
Feb 3, 2009
12:37 am
9273
... Yep, in the latest FM releases supporting the FML language, you can have global variables. So it is possible to put something like: int MY_NEW_CONTROL =...
Kohan Ikin
syneryder
Offline Send Email
Feb 3, 2009
2:21 am
9274
... Just for extra clarity - I put something like: const int MY_NEW_CONTROL = 134; and that goes after the Dialog / Embed / FilterCaseInfo definitions, but...
Kohan Ikin
syneryder
Offline Send Email
Feb 3, 2009
2:51 am
9275
Kohan, I've used CTL[MY_NEW_CONTROL] for a while now with AfhFMBeta9d.8bf . int MY_NEW_CONTROL = 134; sets that variable to 134 but you can't use switch with...
Ron C
rechmbrs
Offline Send Email
Feb 3, 2009
3:29 am
9276
... Jan, More reason to implement true tiling (per the Photoshop SDK) which permits the input tile, output tile, and mask tile to be separately defined with...
Bill MacBeth
macbethbill
Offline Send Email
Feb 3, 2009
3:36 am
9277
Jan, What about setting isTileable = true and bandWidth = larger of width and height for processing the entire file? Then reset bandWidth to 100 or 200. How...
Ron C
rechmbrs
Offline Send Email
Feb 3, 2009
3:39 am
9278
Harry, problems seem to occur after loading/compiling a new source after having compiled another one in the same session of FM developing. After shutting down...
scriveyn@...
jazzscriveyn
Offline Send Email
Feb 3, 2009
8:05 am
9279
Hi, Sorry, but I need more details and not such general statements. What problems occur after loading/compiling a new source? What do you mean with "no...
Harald Heim
haraldheim2001
Offline Send Email
Feb 3, 2009
12:38 pm
9280
Hi Ron, Your suggestion would only work if OnFilterStart and ForEveryTile would be run twice, because you need to set bandWidth in OnFilterStart. x/y_start and...
Harald Heim
haraldheim2001
Offline Send Email
Feb 3, 2009
12:42 pm
9281
Hi, one thing I have reproduced now is the following: In the OnCtl(n) handler the following code is no longer executed, when on right-click in the preview....
jazzscriveyn
Offline Send Email
Feb 3, 2009
1:33 pm
9282
Another phenomenon (perhaps all caused by the same bug): Again after having loaded source when I have previously worked on a different source. Clicking on a...
jazzscriveyn
Offline Send Email
Feb 3, 2009
2:46 pm
9283
Barebones, no-comment, no-indenting example of using DevIL.dll in FM to load an image. http://openil.sourceforge.net/ I have DevIL in my filter directory and...
jlhalmich
Offline Send Email
Feb 3, 2009
6:03 pm
Messages 9254 - 9283 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help