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 your group to be featured on the Yahoo! Groups website? 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 6216 - 6245 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6216
Hi, I also prefered to use Photoshop CS instead of CS2, because of the better performance. But I can only recommend that you get Photoshop CS3. It works much...
Harald Heim
haraldheim2001
Offline Send Email
Mar 1, 2007
12:31 pm
6217
Hi A user of mine, running PSPXI on VISTA, complains he tried both my methods for changing security, yet PSPXI crashes when he opens my plugins. He...
Jan Esmann
very_secret_dk
Offline Send Email
Mar 1, 2007
4:25 pm
6218
Hi, If you want to draw a line from x1/y1 to x2/y2 you can simply do it by for (x=x1; x<x2; x++) setPixel(x,y1+(x-x1)*(y2-y1)/(x2-x1),color); assuming that...
alois_zingl
Offline Send Email
Mar 2, 2007
12:07 pm
6219
... Could you post some example code? To the best of my knowledge, integer is faster. Perhaps you are doing some implicit casting? kind regards, Martijn...
Martijn van der Lee
mwvdlee
Offline Send Email
Mar 2, 2007
12:37 pm
6220
Hi, Today I created an FM plugin that calculates a Gaussian Blur in multiple threads depending on the number of available processors. The plugin displays the...
Harald Heim
haraldheim2001
Offline Send Email
Mar 2, 2007
3:32 pm
6221
Alex, The two people who reported the Vista problems had 2 GB RAM. I only have 1 GB of RAM. Could that be causing FilterMeister to freeze? Just an idea... ...
Harald Heim
haraldheim2001
Offline Send Email
Mar 3, 2007
12:48 am
6222
Hi, Mehdi performed some test with my plugin on his hyperthreaded Pentium 4 Prescot processor. When the Gaussian Blur was rendered by two seperate threads the...
Harald Heim
haraldheim2001
Offline Send Email
Mar 3, 2007
1:45 am
6223
... I have 2 GB installed and was able to run my plugins without problems in Windows Vista RC1... but I should double check that when I get a chance. That was...
Kohan Ikin
syneryder
Offline Send Email
Mar 3, 2007
2:10 am
6224
I'm trying to write a framing plugin. But part of the code does not work. I'm hoping someone can tell me why this bit of code does not mirror the upper and...
Jim Clatfelter
jimclatfelter
Offline Send Email
Mar 3, 2007
3:29 am
6225
... have 1 ... Not in any way that I can imagine... -Alex...
Alex Hunter
afhsys
Offline Send Email
Mar 3, 2007
8:49 am
6226
The other guy just told me that he has 4 GB RAM, but I guess that is no problem either. Harry ... From: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com]On...
Harald Heim
haraldheim2001
Offline Send Email
Mar 3, 2007
12:56 pm
6227
Hi, I think it would be possible to do a multithreaded triggerEvent() function and call it triggerEventThread(). It would basically run the OnCtl code in ...
Harald Heim
haraldheim2001
Offline Send Email
Mar 3, 2007
1:02 pm
6228
... Just a random way-out idea here... but if they all have 2GB / 4GB RAM, it's possible that they're using your filters with large images (maybe > 10...
Kohan Ikin
syneryder
Offline Send Email
Mar 3, 2007
1:16 pm
6229
hi, by the way does the XP crash enigma was solved ? ( i.e when building plugins with make button under XP) I remember, that the problem didn't appear in all...
extrabigmehdi
Offline Send Email
Mar 3, 2007
1:49 pm
6230
Can't you use some setting to trigger the ForEveryTile handler in separate threads? If you had settings to control the number of threads, and make this and a ...
Martijn van der Lee
mwvdlee
Offline Send Email
Mar 3, 2007
2:13 pm
6231
Alois is right, integer division is way slower than double division. You can easily check by modifying Mehdi's Performance Tester (part of FM code library)....
martinvicanek
Offline Send Email
Mar 3, 2007
2:50 pm
6232
Never mind. I solved the problem with mirroring. The preview doesn't work right, but the final frame comes out Like I want. Jim...
Jim Clatfelter
jimclatfelter
Offline Send Email
Mar 3, 2007
3:05 pm
6233
Hi, I only experienced such crashes seldomly under Windows 2000, but not under XP so far. I have no idea. Harry ... From: FMML@yahoogroups.com...
Harald Heim
haraldheim2001
Offline Send Email
Mar 3, 2007
11:29 pm
6234
No, I don't think so. My images are usually 12.8 Megapixels and it works for me. Harry ... From: FMML@yahoogroups.com [mailto:FMML@yahoogroups.com]On Behalf Of...
Harald Heim
haraldheim2001
Offline Send Email
Mar 3, 2007
11:30 pm
6235
Hi Martijn, I think running the FET handler in threads would be too complicated. Too many things that could go wrong. Harry ... From: FMML@yahoogroups.com...
Harald Heim
haraldheim2001
Offline Send Email
Mar 3, 2007
11:31 pm
6236
Hi, I've run some tests of my own, because below example didn't do 1::1 comparison due to mixed usage of constants and variables, but I get pretty much the...
Martijn van der Lee
mwvdlee
Offline Send Email
Mar 4, 2007
12:33 pm
6237
Hi Martijn, I realized from your tests how integer divisions are uninteresting ... However I don't understand why you use the "float type" , isn't "double...
extrabigmehdi
Offline Send Email
Mar 4, 2007
2:55 pm
6238
Currently, FM treats both double and float as double, so they are one and the same. Typically I use double in my code (least problems when FM supports actual ...
Martijn van der Lee
mwvdlee
Offline Send Email
Mar 4, 2007
4:40 pm
6239
Hi; I thought I would contribute a few of my thoughts to this thread (despite my late reply). I've seen quite a change over the last five years with regards to...
Richard Rosenman
richard_rose...
Offline Send Email
Mar 5, 2007
3:35 am
6240
... I've just had a report of problems with Corel PSP XI on Vista. The customer said the problems are only occurring on Vista, and they were running it...
Kohan Ikin
syneryder
Offline Send Email
Mar 5, 2007
1:45 pm
6241
I have a user who did a clean install of Vista 64 ultimate, then installed PSPXI. I just sent him a plugin that contained no code and it crashed PSP. So the...
Jan Esmann
very_secret_dk
Offline Send Email
Mar 5, 2007
2:41 pm
6242
Sorry, he uses CS3 and it crashes as described. Another user has PSPXI crashing. Jan ... From: Jan Esmann To: FMML@yahoogroups.com Sent: Monday, March 05, 2007...
Jan Esmann
very_secret_dk
Offline Send Email
Mar 5, 2007
2:58 pm
6243
Well, Kohan. The CS3 user has DEP turned off. Jan ... From: Jan Esmann To: FMML@yahoogroups.com Sent: Monday, March 05, 2007 2:54 PM Subject: Re: [FMML] Vista...
Jan Esmann
very_secret_dk
Offline Send Email
Mar 5, 2007
3:31 pm
6244
... Darn :( If I had a 64-bit machine I'd see if I could reproduce it, but unfortunately I don't. - Kohan ...
Kohan Ikin
syneryder
Offline Send Email
Mar 5, 2007
3:49 pm
6245
Hi Martijn, Interesting results. Any explanation? Would the results be different for older CPUs? I will try the int/float casting on some of my plugin codes...
Harald Heim
haraldheim2001
Offline Send Email
Mar 5, 2007
8:00 pm
Messages 6216 - 6245 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