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 5996 - 6027 of 9973   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5996
Hi Manolo, Only the ForEveryTile handler is able to handle 16 bit images. %ffp ctl(1):"contrast",range=(-100,100) ForEveryTile: { int M =...
alois_zingl
Offline Send Email
Nov 1, 2006
8:42 am
5997
Thank you for your code a greeting ... (more ... some ... numbers. I ... end I ... that ... image ... transparant. ... drawlogo-filter. ... ...
manolowarr
Offline Send Email
Nov 1, 2006
5:25 pm
5998
Hi Manolo, try the following: %ffp ctl(0): "Center X",range=(0,255),val=128 ctl(1): "Center Y",range=(0,255),val=128 ctl(2): "Radius X",range=(0,128),val=64 ...
martinvicanek
Offline Send Email
Nov 2, 2006
10:18 am
5999
Hi gang, the attached code will let you draw a white rectangle on the preview. It works fine at moderate preview size but the response is too slow (at least on...
martinvicanek
Offline Send Email
Nov 3, 2006
3:51 pm
6001
Hi Martin, I have no problem with response time and your code on my computer. But I think you can improve the respond time if you put the rectangle...
simpelfilter
Offline Send Email
Nov 19, 2006
9:27 pm
6002
Hi, is it possible to pass any text string from the user to the plugin (i.e. the registry number)? I did not find such a control, but perhaps it is...
simpelfilter
Offline Send Email
Nov 19, 2006
9:50 pm
6003
Hi, ... Harry said once in this group that getOpen/SaveFileName would be the only dialog for inputting text strings (which is not really a solution). For some...
alois_zingl
Offline Send Email
Nov 21, 2006
7:47 am
6004
Hi Alois, Nice idea with the simulation. Another solution that has been discussed here in the past is creating an .exe file that is executed by FilterMeister...
Harald Heim
haraldheim2001
Offline Send Email
Nov 21, 2006
11:58 am
6005
Hi Alois, it's brilliant, many thanks Ralph Am 21.11.2006 um 08:36 schrieb alois_zingl: > Hi, > > >> is it possible to pass any text string from the user...
simpelfilter
Offline Send Email
Nov 21, 2006
11:07 pm
6006
Many thanks, Ralph. With updatePreview(a) the code runs faster indeed. I am attaching this alternative below. Greetings Martin %FFP Dialog: Size=(415,330) ...
martinvicanek
Offline Send Email
Nov 23, 2006
6:18 pm
6007
Just a small and obvious addition: Drawing a rectangle of fixed colour will be almost invisble on an image area dominated by the same coulour, so I replaced...
jazzscriveyn
Offline Send Email
Nov 24, 2006
7:14 am
6008
jazzscriveyn, thanks for your improvement. ... You can do that by using the scaleFactor variable. With j0=getPreviewCoordX()*scaleFactor; etc. you can actually...
martinvicanek
Offline Send Email
Nov 25, 2006
8:02 am
6009
Hi, there is an update of my plugin SF-Maskerade to version 2.2 with many improvements. At a glance: - 16 bit images are fully supported. - the filter is...
simpelfilter
Offline Send Email
Nov 25, 2006
2:15 pm
6010
Passwrd:...
Alex
afhsys
Offline Send Email
Nov 26, 2006
8:02 am
6011
CAUTION: The previous post (Wynefreed) appears to be some sort of virus, and was NOT posted by myself (has my account been compromised???). Please take...
Alex Hunter
afhsys
Offline Send Email
Nov 27, 2006
2:00 am
6012
Hi Alex, I didn't trust that email in the first place but since it apparently it came from you I did check the contents using "open with WinZip". First I...
Roberto Muscia
roberto_muscia
Offline Send Email
Nov 27, 2006
6:50 pm
6013
Hi Alex, I didn't open that file since no descriptions of it was mentioned, and thus it made for me no sense. However you should check your PC, if it has no...
extrabigmehdi
Offline Send Email
Nov 28, 2006
1:01 am
6014
... It depends on the version of WinZip you have and if you have been keeping your system up to date with Windows Updates, etc. I'm not sure if Winzip was...
Kohan Ikin
syneryder
Offline Send Email
Nov 28, 2006
4:31 am
6016
Hi all -- I have some C coding background but am new to FM and have a lot of questions. I have read "Getting Started" and the "User Guide" and understand that...
bobonoinc
Offline Send Email
Dec 2, 2006
3:05 am
6017
hi bobonoinc, that's lot of question. I'll try to help a bit. 1). How can you change the position of the Preview Window? Isn't it just another type of control?...
extrabigmehdi
Offline Send Email
Dec 2, 2006
3:58 am
6018
... When FM gets function capabilities, it will be possible to generate random numbers of much longer sequences before they repeat (i.e., numbers may repeat,...
Bill MacBeth
macbethbill
Offline Send Email
Dec 2, 2006
5:37 am
6019
Hiya Bob, ... "Getting Started" and the "User Guide" might be good places to start, but they're outdated now. That's not to say the information is incorrect,...
Kohan Ikin
syneryder
Offline Send Email
Dec 2, 2006
6:24 am
6020
Just noticed there's a query next to my FM Wiki profile... are those profiles ending up in the manual that comes with FM? And/or are they only intended for...
Kohan Ikin
syneryder
Offline Send Email
Dec 2, 2006
7:03 pm
6021
The wiki-based documentation is generated based upon all pages linked (indirectly) from a specific start-page. The pages which are not supposed to be part of...
Martijn van der Lee
mwvdlee
Offline Send Email
Dec 2, 2006
8:30 pm
6022
I can't believe how responsive and generous of your time you are. Thanks for sharing your knowledge. I have learned a lot already. One of the questions that I...
bobonoinc
Offline Send Email
Dec 2, 2006
10:57 pm
6023
I'm got a simple contrast filter that works fine with 8-bit images. I'm looking into making it work for 16-bit images. The three functions I use are src(),...
yahds21
Offline Send Email
Dec 7, 2006
10:29 am
6024
Actually, I think can answer my own question. The algorithm I'm using works pretty well. I just have to make sure that I test it on 16-bit images. If I test it...
yahds21
Offline Send Email
Dec 7, 2006
11:18 am
6025
Hi Bob, Your problem could be solved by event handling. See the test_setTimerEvent.ffp in the democodes directory of FM. Alois ... terminate...
alois_zingl
Offline Send Email
Dec 7, 2006
1:58 pm
6026
Is there a way to create a new directory/folder in FilterMeister? I've had a look through the Wiki, but haven't found anything that might help. I suspect...
Kohan Ikin
syneryder
Offline Send Email
Dec 8, 2006
9:41 am
6027
What about creating a file in a path that doesn't exist? Will the new folder be created automatically then? Harry ... From: FMML@yahoogroups.com...
Harald Heim
haraldheim2001
Offline Send Email
Dec 8, 2006
10:48 am
Messages 5996 - 6027 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