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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2684 - 2713 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2684
Hi; This MAY be a very rudimentary question. Am I able to SetCtlText to display a controller value? Say "setCtlText(1,ctl(2));" Or do I have to convert the...
Richard Rosenman
richard_rose...
Offline Send Email
Jul 5, 2004
12:25 am
2685
Nevermind, just found the answer in Jan's: Re: [FMML] Numerical titles from ints? Thanks, -Richard...
Richard Rosenman
richard_rose...
Offline Send Email
Jul 5, 2004
12:44 am
2686
Hi All, I am working on a federal project concerning vision impairment. We need a tool that can simulate different types of low vision. I think FM could be a...
jimtobias07747
Offline Send Email
Jul 9, 2004
6:49 pm
2687
Hi Tobias, ... What are "different types of low vision"? ... I don't quite understand your goal but FilterMeister is a C-based development environment which...
Roberto Muscia
roberto_muscia
Offline Send Email
Jul 10, 2004
1:09 am
2688
... You can create pretty much any effect as long as you no how to translate it into maths! If working with low-light images you will be better off with ...
Shifty Geezer
ungleblunk
Offline Send Email
Jul 10, 2004
9:27 am
2689
Hi Tobias, ... There are half a dozen freeware tools that support Photoshop plugins, so you could use one of them. XnView: www.xnview.com Ultimate FX (adware):...
Harald Heim
haraldheim2001
Offline Send Email
Jul 10, 2004
10:04 am
2690
Hi, ... GIMP 2 doesn't seem to support Photoshop plugins anymore, although GIMP 1.x offered (a less good) support for them. Or did I overlook something? Harry...
Harald Heim
haraldheim2001
Offline Send Email
Jul 10, 2004
10:04 am
2691
Thanks -- very useful info! ***** Jim Tobias Inclusive Technologies tobias@... 732.441.0831 v/tty www.inclusive.com ... From: Harald Heim...
Jim Tobias
jimtobias07747
Offline Send Email
Jul 10, 2004
11:27 am
2692
Hello FM-Colleagues, Would there be someone who could help me on a template, to freely displace pixels? I want to make some scientific tools, to examine ...
paulsimoens
Offline Send Email
Jul 10, 2004
1:39 pm
2693
You can manage this simply enough with the pget/pset combination, something like For every, x, y, value: pset(x,y,0( pget(arbitary_x, arbitary_y,0)); ...
Shifty Geezer
ungleblunk
Offline Send Email
Jul 10, 2004
2:12 pm
2694
Hello Harald, I just made a filter "Actionable" with the extra code lines, as below, that must be added, just before pressing "Make". Dialog : NoTitlebar, size...
paulsimoens
Offline Send Email
Jul 10, 2004
7:43 pm
2695
Hi Paul, After opening the code press the Make button. When asked to compile, press Yes. Before FilterMeister closes you will be prompted to save the plugin. ...
Harald Heim
haraldheim2001
Offline Send Email
Jul 10, 2004
8:31 pm
2696
... compile, press ... plugin. ... are ready ... asks ... a ... the ... company...
paulsimoens
Offline Send Email
Jul 10, 2004
9:35 pm
2697
Hello Harald, That's the way I did, but the host program crashes nevertheless. Not a quite inviting way to create actionable filters... With the historic...
paulsimoens
Offline Send Email
Jul 10, 2004
9:48 pm
2698
Hi Paul :-----))))) never read a sooooooo amousing error report then yours... ... 00 ! O Achim ... From: paulsimoens To: FMML@yahoogroups.com Sent: Saturday,...
achim-schneider@...
filtercafe
Offline Send Email
Jul 10, 2004
10:07 pm
2699
... Which operating system are you using? - Kohan _____________________________________________________________________ namesuppressed - grunge music,...
Kohan Ikin
syneryder
Offline Send Email
Jul 11, 2004
8:05 am
2700
You're welcome... ;-) Paul ... asks ... a ... the ... company ... Service....
paulsimoens
Offline Send Email
Jul 11, 2004
10:46 am
2701
Hello Kohan, I"m working under Windows NT 4.0, sp 6. I've choosen this system in 1999 for it's dual processor capabilities in conjunction with Photoshop (6.0)....
paulsimoens
Offline Send Email
Jul 11, 2004
11:09 am
2702
Hello; I've just finished another filter with FilterMeister and I thought I'd let you guys know in case you wanted to check it out. ...
Richard Rosenman
richard_rose...
Offline Send Email
Jul 12, 2004
3:25 am
2703
Hi Richard, It is always nice to see what people do with FilterMeister. The FMML list only has 100-200 members, so you can't do efficient promotion when you ...
Harald Heim
haraldheim2001
Offline Send Email
Jul 12, 2004
10:09 am
2704
Wow Richard! Looks awesome. This seems like a very useful plugin. I checked your other plugins, too. I must say there are some (like this one) I definately...
Roberto Muscia
roberto_muscia
Offline Send Email
Jul 12, 2004
10:29 am
2705
Hi Harry and Roberto. Thanks for your insight. Yes, I just came across the getPreviewX and getPreviewY functions for picking a point in the preview and they...
richard
richard_rose...
Offline Send Email
Jul 12, 2004
2:51 pm
2706
Hi, Wouldn't it just be possible to calculate the distorsion based on two points which correspond with a straight line in the real image? At least it should be...
Roberto Muscia
roberto_muscia
Offline Send Email
Jul 12, 2004
3:28 pm
2707
Or what about three clicks: one base point, one wrong point and one point where the wrong point SHOULD be. On the left building in the image below this migt...
Roberto Muscia
roberto_muscia
Offline Send Email
Jul 12, 2004
3:33 pm
2708
Hi,this piece of code to correct lens vignetting produces some banding probably due to integer arithmetic ForEveryTile:{ int r,g,b,l,a,b1,m,start; ...
g_fournaris
Offline Send Email
Jul 13, 2004
2:39 pm
2709
The obvious solution I guess is to convert all values to float and back again. Shifty Geezer shifty_geezer@... ... From: "g_fournaris"...
Shifty Geezer
ungleblunk
Offline Send Email
Jul 13, 2004
2:45 pm
2710
Hi, c2m() doesn't do a very precuise calculation. If you need more precision, you can replace c2m (x,y) with (int)( sqrt((double)(x*x + y*y)) ) Cheers, Harry...
Harald Heim
haraldheim2001
Offline Send Email
Jul 13, 2004
4:41 pm
2711
Hi Richard, ... Well, the cursor should automatically change back when it leaves the preview. If you try "test_setPreviewCursor.ffp" from the...
Harald Heim
haraldheim2001
Offline Send Email
Jul 13, 2004
5:08 pm
2712
Hi Paul, You probably experienced the strange bug that we are already hunting for a long time. It occurs randomly and crashes Photoshop. We haven't managed to ...
Harald Heim
haraldheim2001
Offline Send Email
Jul 14, 2004
1:47 pm
2713
Harry, Maybe Adobe themselves have something useful to say about this when a FM developer contacts them directly. I don't know how helpful they are or if they...
Roberto Muscia
roberto_muscia
Offline Send Email
Jul 14, 2004
1:59 pm
Messages 2684 - 2713 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