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...
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...
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...
... 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 ...
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):...
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...
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 ...
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)); ...
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...
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. ...
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...
Hi Paul :-----))))) never read a sooooooo amousing error report then yours... ... 00 ! O Achim ... From: paulsimoens To: FMML@yahoogroups.com Sent: Saturday,...
... Which operating system are you using? - Kohan _____________________________________________________________________ namesuppressed - grunge music,...
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)....
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 ...
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...
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...
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...
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...
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...
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 ...
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...