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 2579 - 2608 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2579
I can't get the preview to redraw when I change a radio-button setting. If I modify one of my OWNERDRAWS the preview is redrawn with the changes, but not when...
Shifty Geezer
ungleblunk
Offline Send Email
Jun 6, 2004
2:18 pm
2580
Hi all, Anyone know a quick way to process matrices without using FM's matrix (cnv) functions which don't go large enough? I'm trying to implement a gaussian...
Shifty Geezer
ungleblunk
Offline Send Email
Jun 6, 2004
8:41 pm
2581
Have a look at http://www.filtermeister.com/tutorials/blur01.html RON C ... From: Shifty Geezer [mailto:shifty_geezer@...] Sent: Sunday, June 06,...
rfchmbrs
rechmbrs
Offline Send Email
Jun 7, 2004
12:18 am
2582
http://mirror.ati.com/developer/gdc/GDC2003_ScenePostprocessing.pdf page 7. RON C ... From: Shifty Geezer [mailto:shifty_geezer@...] Sent:...
rfchmbrs
rechmbrs
Offline Send Email
Jun 7, 2004
12:22 am
2583
Thanks for the links Ron! Shifty Geezer shifty_geezer@... ... Have a look at http://www.filtermeister.com/tutorials/blur01.html RON C...
Shifty Geezer
ungleblunk
Offline Send Email
Jun 7, 2004
5:33 pm
2584
No replies to my earlier radio-button query of trying to get the preview to update when the radio-button is changed. Does that mean this is impossible? Shifty...
Shifty Geezer
ungleblunk
Offline Send Email
Jun 9, 2004
9:15 am
2585
... It's possible, I've just been playing with the Life Waves source code included with the latest version of FilterMeister, and it does what you want. All...
Kohan Ikin
syneryder
Offline Send Email
Jun 9, 2004
9:28 am
2586
For anyone having problems with compiler crashes on Windows XP, I may have found a workaround - but it will cost you about $129, and require an extra Windows...
Kohan Ikin
syneryder
Offline Send Email
Jun 9, 2004
9:55 am
2587
... to update when ... included with the ... to do is add ... Thanks! Shifty Geezer ......
Shifty Geezer
ungleblunk
Offline Send Email
Jun 9, 2004
11:00 am
2588
I just remembered passing by a WinXP feature once a while ago. Until I saw this post I was reminded of it again. It's the WinXP compatibility mode, allowing...
Martijn van der Lee
mwvdlee
Offline Send Email
Jun 9, 2004
1:27 pm
2589
Thanks for the great idea Martijn! But unfortunately that isn't working for me. I tried using PSP7 and experimenting with the compatibility settings, but my...
Kohan Ikin
syneryder
Offline Send Email
Jun 9, 2004
2:26 pm
2590
Hi, Did anyone have luck with FilterMeister using the Compatibility Mode of XP? I recently released ColorWasher 2.0 and experienced this problem under Windows...
Harald Heim
haraldheim2001
Offline Send Email
Jun 9, 2004
2:28 pm
2591
Hi, I was able to reproduce the crash with FM. Then I tried to reproduce it with the FM debug version and there was no crash. Then I tried to reproduce the ...
Harald Heim
haraldheim2001
Offline Send Email
Jun 9, 2004
2:52 pm
2592
... You're on to something here, Harry. I tried deleting all the other 8bf files I had in the directory I was saving into, then Made the plugin and it worked....
Kohan Ikin
syneryder
Offline Send Email
Jun 9, 2004
2:53 pm
2593
Perhaps it has to do with the way Win2K (on which WinXP is largely based) handles long filenames. In my plug-ins I only use 8.3 filenames so that (combined...
Martijn van der Lee
mwvdlee
Offline Send Email
Jun 9, 2004
3:46 pm
2594
My relatively small plugins have compiled okay on Win2000 overwriting existing plugins, though I haven't done a great deal of compiling, compiling from...
Shifty Geezer
ungleblunk
Offline Send Email
Jun 9, 2004
6:36 pm
2595
Hi, ... I had the crashes in Photoshop and Plugin Commander, so I don't think it is application-specific. ... My Harry's Filters 3.0 is about 60 K large, but...
Harald Heim
haraldheim2001
Offline Send Email
Jun 9, 2004
10:22 pm
2596
... You've got these working?! Any idea when these will become available to the rest of us? Shifty Geezer shifty_geezer@... ......
Shifty Geezer
ungleblunk
Offline Send Email
Jun 10, 2004
7:11 am
2597
Hi Shifty, They will become available with the next FM release. Alex plans to work on the resizing stuff this weekend as discussed some time ago on this list. ...
Harald Heim
haraldheim2001
Offline Send Email
Jun 10, 2004
8:18 am
2598
Somewhere I have a simple code (about as complex as the blur tutorials) that implements a recursive gaussian - about as fast as you can get if you need a real...
tomfid
Offline Send Email
Jun 10, 2004
6:32 pm
2599
Tom, Speaking as someone who seems to end up using a Gaussian blur in almost every filter, I'd be very interested in seeing your code! Pete...
Pete Bailey
xerographics...
Offline Send Email
Jun 10, 2004
7:30 pm
2600
I'd be very pleased to see it, both for it's guassian blur solution and as a learning experience! I implemented a guassian blur using a two pass X then Y ...
Shifty Geezer
ungleblunk
Offline Send Email
Jun 10, 2004
8:58 pm
2601
Hi, Sorry for not responding sooner. I had a similar problem with a combobBox control. You can get it to update the preview each time it is set (essentially...
Peter Rowe
peter2ireland
Offline Send Email
Jun 10, 2004
8:59 pm
2602
Shifty, Did you take into account that the filters are symmetric. So the convolution is simpler. n is the number of coefficients of the Gaussian. for(i = 0; i...
rfchmbrs
rechmbrs
Offline Send Email
Jun 10, 2004
9:43 pm
2603
Hi Tom, If you apply the box blur from the tutorial two times, almost get a blur that is very similar to Gaussian. It is not identical, but you only see the ...
Harald Heim
haraldheim2001
Offline Send Email
Jun 10, 2004
9:53 pm
2604
Harry, When you compile a routine can you use mmx/sse coding? If so, convolution of byte data really speeds up. RON C ... From: Harald Heim...
rfchmbrs
rechmbrs
Offline Send Email
Jun 11, 2004
12:43 am
2605
Here's a link to the code: http://www.sd3.info/pf828/fm/recursiveGauss4b-clean.ffp It's not well documented, but I've included links in the code to a research...
tomfid
Offline Send Email
Jun 11, 2004
5:12 pm
2606
Thanks - the double box blur is a helpful suggestion; sometimes I get too purist. The recursive filter is fairly general; I've actually been pondering writing...
tomfid
Offline Send Email
Jun 11, 2004
5:19 pm
2607
Thanks for the link Tom; I'll check it out later. Incidentally, why is Gaussian Blur the most popular? I always thought it was a creation of placing a gauss in...
Shifty Geezer
ungleblunk
Offline Send Email
Jun 11, 2004
5:28 pm
2608
Don't know why gaussian is so popular. It has some nice properties but I don't think there's any fundamental reason to prefer it. Its x-y separability may...
tomfid
Offline Send Email
Jun 11, 2004
5:40 pm
Messages 2579 - 2608 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