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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3620 - 3649 of 9973   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3620
Thanks, Paul, I know that one can overwrite the transparency alpha channel, but then it's gone :-( I was rather looking for an alpha channel which I could read...
Jamie London
jamesbondzw
Offline Send Email
Mar 1, 2005
11:25 am
3621
... be easily changed to opene BMPs. If you like to contribute some BMP reading/writing code, you are welcome. ... Well I thought I may contribute some code...
canoewhiteh2o
Offline Send Email
Mar 1, 2005
3:12 pm
3622
Gary, If you would read the image data directly into a 2D array, it would be faster and make several things easier. Harry...
Harald Heim
haraldheim2001
Offline Send Email
Mar 1, 2005
6:35 pm
3623
just discovered this app today. here's the link: http://www.bauhaussoftware.com/home_LP.php a commercial app, that supports very well photoshop plugins. ( not...
extrabigmehdi
Offline Send Email
Mar 2, 2005
12:29 am
3624
OK. I came home, had a couple glass of wine, and rewrote it using a 3D array. It is much better, however the preview still only works correctly at 100%. Here...
canoewhiteh2o
Offline Send Email
Mar 2, 2005
3:18 am
3625
Hi, I've had a mail asking about extending my plugins to Adobe Premier or After Effects. As I understand it these don't support the .8bf standard so it's a...
Shifty Geezer
ungleblunk
Offline Send Email
Mar 2, 2005
2:22 pm
3626
Mehdi, I guess you also got an email from these guys. I haven't had the time to test it yet. Do Filter Factory plugins work with it? Any problems? Can they be...
Harald Heim
haraldheim2001
Offline Send Email
Mar 2, 2005
2:40 pm
3627
Hi Shifty, After Effects and Premiere should support Photoshop plugins. Filter Factory plugins didn't work in Premiere as far as I recal, but that may have...
Harald Heim
haraldheim2001
Offline Send Email
Mar 2, 2005
2:44 pm
3628
Mehdi, Harry, I tried this this morning (I also had an email), and my plugins seems to work ok. It's a very nice app, actually... One gripe though: to download...
Pete Bailey
xerographics...
Offline Send Email
Mar 2, 2005
2:49 pm
3629
Hiya, Any ideas on how to find the plug-in installation path for this new app. in the registry (or elsewhere)? ;) regards, Martijn...
Martijn van der Lee
mwvdlee
Offline Send Email
Mar 2, 2005
2:57 pm
3630
Martijn, As far as I can see, it's in an external config file, and for the demo version this is at C:\Documents and Settings\[User]\Application Data\mirage...
Pete Bailey
xerographics...
Offline Send Email
Mar 2, 2005
4:55 pm
3631
This is an update of the previous code I posted. This demo will allow you to load any 8 or 24 bit bitmap using a open file dialog (I added 8 bit support and...
canoewhiteh2o
Offline Send Email
Mar 2, 2005
5:13 pm
3632
hi all first to answer to harry, i tried that app with filter factory plugs it was just a nightmare. I got hundred message saying: "MSVCRT10.dll is missing" ...
extrabigmehdi
Offline Send Email
Mar 2, 2005
5:32 pm
3633
Yeah, that's exactly what I did, Mehdi! ;-)...
Pete Bailey
xerographics...
Offline Send Email
Mar 2, 2005
5:42 pm
3634
Thanks a lot, it's great to have code snippets to use and/or learn from! Cheers! ... __________________________________ Celebrate Yahoo!'s 10th Birthday! ...
yep me
pshoplifter
Offline Send Email
Mar 2, 2005
6:50 pm
3635
Hi Gary, thanks for posting your code. Since you asked for optimization, I thought one could read the data right into the final array rather than converting...
Jamie London
jamesbondzw
Offline Send Email
Mar 3, 2005
7:12 am
3636
Hi Jamie, Thanks for the help on the code. It is cleaner with one array. I actually found a small error which you copied directly from my code. When the array...
canoewhiteh2o
Offline Send Email
Mar 3, 2005
4:25 pm
3637
Hi, Did anyone of you notice that if you try to apply a plugin to a feathered selection in PSP 8.10 that the effect of the plugin isn't applied at all. In PSP...
Harald Heim
haraldheim2001
Offline Send Email
Mar 3, 2005
8:29 pm
3638
Hi Harry, i didn't use PSP often, but i tried to apply a plugin to a feathered selection and i didn't find any problem. I tried with some FM plugins. and with...
extrabigmehdi
Offline Send Email
Mar 4, 2005
12:23 pm
3639
... From: "Harald Heim" <harry@...> To: <FMML@yahoogroups.com> Sent: Thursday, March 03, 2005 3:29 PM Subject: [FMML] Bug in PSP 8 and 9 ... In ...
Sally Beacham
diztresse
Offline Send Email
Mar 4, 2005
1:30 pm
3640
Hi, The array of the int type is being supported in FM now. Is the array of the double type scheduled to be supported? Rgds, //hama...
浜 英隆
hamahidetaka
Offline Send Email
Mar 5, 2005
2:20 am
3641
hi , hama personnaly i use a lot function "memcpy" for float types, it would be more handy, if array of double type were available. Mehdi...
extrabigmehdi
Offline Send Email
Mar 5, 2005
2:28 pm
3642
Hi guys, I made a very simple plug-in to digitize positions in an image. If you right-click on a pixel, its X and Y are written to a textfile. You can separate...
yep me
pshoplifter
Offline Send Email
Mar 5, 2005
8:53 pm
3643
Hi, Mehdi Thanks. There was such a method. An old log was retrieved. #However, I want the array of the Double type. It is easy to understand.:-) Rgds, //Hama ...
浜 英隆
hamahidetaka
Offline Send Email
Mar 6, 2005
8:00 am
3644
Hi, I wrote filter by using setPixel() function. I came to be able to plot a graph freely by using this function. However, there is one problem. When another...
浜 英隆
hamahidetaka
Offline Send Email
Mar 6, 2005
8:00 am
3645
I use floats in array (0.0-1.0 range) by storing integers of say 10,000x the float value, giving 5 dp precision. eg. If the value is 0.756452463, in my array...
Shifty Geezer
ungleblunk
Offline Send Email
Mar 6, 2005
10:21 am
3646
hi Shifty, this method is perhaps easier to implement but it has a drawback: perfomance is low in comparison to the traditional memcpy method. (I used this...
extrabigmehdi
Offline Send Email
Mar 6, 2005
11:51 am
3647
Hey all, I've gotten my hands on delphi and the information for all file format I'm looking at utilising for making an import/export plugin. Previous responses...
Steven Andrews
olryx2
Offline Send Email
Mar 6, 2005
1:21 pm
3648
Thanks for the pointer. I'm ignorant of Memcpy(). I'll look into it and maybe speed my slow processing up a bit! Shifty Geezer shifty_geezer@... ...
Shifty Geezer
ungleblunk
Offline Send Email
Mar 6, 2005
1:29 pm
3649
Hi, Shifty ... Yes, My first approach was it. However, I wanted to do the calculation with high accuracy. To my regret, an accurate answer was not obtained by...
浜 英隆
hamahidetaka
Offline Send Email
Mar 6, 2005
1:45 pm
Messages 3620 - 3649 of 9973   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