Hi all, I wondered if anyone came up with drawing lines on images. I think there must be at least 3 algorithms (of increasing complexity): 1) Bresenham lines,...
Hi, I have working bresenham-like code (it's not the final variant, due to the size of the code; shouldn't be hard), though no plug-in to use it in ;) Unless...
Hi, As promised, a working variant of Bresenham's line algo. Basically Bresenham took plain floating point line drawing and converted it into 100% integer....
Can someone tell me how to make one slider move in conjunction with another one? I know how to use pushbuttons to change slider values, OnCtl(n) : { if( n ==...
Hi Jim,
use FME_VALUECHANGED instead of FME_CLICKED...
Ralph
Am 03.09.2006 um 03:02 schrieb Jim Clatfelter:
> Can someone tell me how to make one slider...
Hi, You've already got about 99% of the solution right there. The following should work: const int CTL_SLIDER_A = 100; const int CTL_SLIDER_B = 101; if (n ==...
Thanks Ralph and Martijn for the help. Just changing FME_CLICKED to FME_VALUECHANGED worked just fine. I'm glad to know about CTL_SLIDER too. I looked in the...
Jim, Just for completeness sake, the full list of events in the latest beta, including their numbers. The referred page on the Wiki is corrected to include all...
Hi guys; I'm wondering if it's possible to read a file over the internet stored on a server with FM. The purpose would be to check for program updates - so...
Hi all, A few recent posts have referred to the "latest beta". To me, they seemed to have implied (possibly unintentionally) that betas are being released...
Hi, Don't know if this is of much help, but it should be quite possible to make your own stand-alone executable (sorry; shellexec required) which does a HTTP...
Hi, "1.0 Beta 7 (1.0 B7) - June 2005" is, as far as I know, the latest version. I just keep forgetting the exact version number, therefore refer to it as ...
Hi Martijn, Thanks for clearing that up. Does anyone know if more development is planned? Any cool new features likely to be coming out? ... version. ... it as...
What is the current policy? On the ShareIt page it says "FilterMeister Pre-release Special Offer". Does the License Key work for all upcoming Betas? Also for...
The "Pre-release" key is good for all current betas, and for all forthcoming releases through 1.99. An upgrade fee will be required for 2.0. (Note that for...
The issue is about the very crippled preview...for the rest now all filters created with FM works well in the last Gimp releases. I noticed that this preview...
Hi, I agree with fotocomics. The Gimps is a wonderfull app, both for linux and windows plateform, and it would be nice if FM plugs could work with The Gimp. ...
I agree it would be great to have FM plug-ins work under Gimp. The last time I tried Gimp on win32 it was pretty unstable, but I guess it's much better now....
... Alex thank for your prompt reply there is a problem ...since it is open source anybody is free to look in the PSPI.exe( the "optional" plugin that allow...
Hi all; ... I need a filter that takes a photograph and breaks it into circular/dot pixels in a non-standard grid pattern. The circular pixels must all touch...
Hi, Seems to me this task wouldn't be too hard to do. AFAICS, it requires a FilterFactory-type filter to generate the dots. A triangular grid alignment...
Hi all, I've been trying to port a median filter I created in Matlab to Photoshop. However, upon debugging the Filtermeister code I realized that I was not...