Hi, This is not related to FM specifically, I just wanted to see if anybody could help me out with this math problem. I don't have a very good understanding of...
Do I understand it correctly that you want to draw something like a thick line? From where to where is this line going to? Or is this something like a line ...
... a thick line? ... like a line ... Hi Mario, All that the section I've included does is draw a grid that has lines of "linewidth" thickness, and has an area...
Hi, Have a look at http://thepluginsite.com/reviews/plug-talk/NilsKokemohr.htm I did an interview with the man behind nik multimedia. He started with Filter...
Hi Harry, Very interesting! Thanks for the plug too - I get home from a couple of days working in Denmark and see my site stats have gone through the roof! ...
Hi Joe, I like it. It certainly looks much more professional than the current logo. A few details need to be improved, but the question is if Alex likes it and...
... current logo. ... likes it and ... Just let me know, I just did it in PS, but if you would like to use it, I can redo it in Illustrator, and make whatever...
Hi , my Quick Enlarger plugin is now available at my website. here's the link: http://www.mehdiplugins.com/english/quickenlarger.htm the new features are: - a...
Hi Mehdi, I like Quick Enlarger. It renders relatively fast and the preview is a big help. I think the default setting of 50/50 of crispy zoom sliders are too...
Hi Harry, you don't know how much times i've read your review about enlargement tools to see what people are expecting. I know my method isn't perfect, but...
... well this is especially true for surfaces. I've tried this a with an image of grass. People may still like this. However with sharp objects, theses...
Hi Mehdi, I you don't know how much times i've read your review about enlargement tools to see what people are expecting. I know my method isn't perfect, but...
Hi Harry, > Of course, it is good if you work on something > else in-between to free your mind, otherwise you'll get nuts. that's it! exactely! but i think i'm...
Hi Martijn, >I have no personal interrest in enlargement plug-ins, if anything I'd rather have a good >downscaling filter! :) Is it worth to make a good...
Hi Mehdi, Great to hear QuickEnlarger has been released already :-) I was looking forward to that and didn't know what to expect, though. Anyway, the dialog...
Hi, Hi Martijn, ... Is it worth to make a good downscaling filter ? IMHO; Yes. Though I don't think it'd be commercially viable except for certain specific...
Hi Mehdi, Great job on your Quick Enlarger plug-in! I think it works very well and produces some good quality results. I really like the crispy zoom method as ...
Harry, the demo code below works fine at the first invocation, but when invoked again the filename is displayed with trailing junk characters. I am using FM...
My first thought would be that there is no NULL character appended by the getImageTitle function. You could try clearing str0 before by filling it with NULL's...
Hi, i've just updated my Quick Enlarger plugin. now the "edges crispness" setting is unrestricted. Moreover, this setting has been modified a way that the...
I'm not that great with little things sometimes. This one is driving nuts. I want to build a look-up table. For each (R,G) value, the B values are averaged. ...
... Been doing some tearing apart and taking things one little step at a time. Starting to look like it's a problem with: allocArray(n,x,y,z,b) If I change n,...
Thanks Martijn. I agree it is most likely a problem with the trailing NULL character. However, if the second invocation is done with the same image then the...
Great!!!!!!!!!!!!! Now that mode really is versatile and very satisfying results can be achieved :-P Before with the limited lower slider ranges I found the...
Medhi, I tried with CS2 and the plug-in (either version) hangs. The dialog only shows a cancel button and a little red symbol. Anyone else having problems ...
Hi, You are only defining array 2 with allocArray(2,255,255,0,4); but you are also using array 0, 1 and 2 in the code. So you need to allocate them all with ...
Harry, Many thanks. That would explain some more of the trial-n-error that I've been doing. Another note in my notebook. Too many years of BASIC programming. ...