Hi all,
last week I launched a new filter SF TransluSense here: www.simpelfilter.de/bildbearbeitung/translusense.html.
It's a transparency filter with few...
Hi, Looks great and you've definetely been thorough with the GUI code. I especially like the use of F-keys to quickly access the different effects. But have...
Hi Martijn,
you are right, most effects could be done with PS equally ore better. (With exception of removing transparency). But not everyone owns PS. I...
Hi Ralph, Can you maybe give the mere hackers (like me) some hints as to how you implemented things like the mini-preview (I assume that it works like the one...
Hi, I've been meaning to post this snippet for some time, but kept forgetting. The latest version of my Halftone plug-in allows the user to create his/her own...
Hi Charles,
the navigator box is a frame (build from 4 ctls FRAME and 1 STATICTEXT) that follows the mouse pointer. More complicate was to realize the...
Hi Ralph, The new TransluSense filter dialog looks very straightforward and clear to use and I aggree with you it can be a very useful filter for many people...
Hi Roberto,
many thanks for your helpfull hints. Most of it I have followed. But I don't know then I can realize the next minor update (because there are...
Hi, I don't know if the unlocked version (purchased version/ not demo) is able to apply the effect that is shown in the preview instead of only applying the...
Hi Roberto,
I don't know what you mean. I'm shure that all effects you can see in the preview are applied to the final image (except the transparency...
Hi Ralph, I don't have the full version; just the demo so I can't apply the effect. With the Transparency Mask checkbox checked/ enabled, the image in the...
I'm new to programming so need some basic help. If I click on the HELP buton just above the editor window I can open "FF+ Language Reference". Choosing "Image...
... Hi Roberto, yes, this is exactly the behavior of the filter. Below you will find the final image (the original is here www.RalphAltmann.de/galerie/ ...
Thanks, Martijn, for sharing your code. How does your implementation compare with Gary's bitmap loader (http://groups.yahoo.com/group/FMML/ message/3636)? From...
I never tested Gary's code since I already had my own version back then, but from what I see the major difference is indeed that my code supports all...
An interesting question is "could FM allow the length to change". The Photoshop SDK permits the programmer to independently define the height, width, and...
... without having to type each line. I'm behind in my mail, but did anyone answer the above? Text can be pasted into the code window by positioning the cursor...
Thank you Bill, I did not receive an earlier reply regarding cut/paste so yours is appreciated. Bryan ... From: Bill MacBeth To: FMML@yahoogroups.com Sent:...
Hi! I would like to make a color range (color offset). How to make it? (For example: Power Retouche PR Brightness 3.5 Plug-in) Thanks for every help! Alex ... ...
Hi Ralph, Sorry for replying this late: when not having much time I sometimes skip some FMML messages when browsing through new e-mail messages (I still didn't...
To All, Just joined the group. I'm a semi-retired old guy with lots of time on my hands and I've recently taken an interest in digital photography. When I...
Hi, Welcome to the group! First things first; FM uses a subset of C. The C++ offers a lot of functionality that isn't supported by FM. From the looks of it...
Martin, Thanks for such a quick and thorough response. I'm working on the filter code with the suggestions you gave. I'll keep you posted on progress. Thanks...
Martijn, Had to make one little change to the if..else.. way and now it's working. Big Thanks to you Martijn! Next I'm going to try the "switch" command...
Bruce, If you get and read only one book on C -- or one (THE one) to start with -- make it Kernigan & Ritchie's "ANSI C", known in the trade as just K&R. Once...
Hi, To the best of my knowledge, FM's implementation of rounding non-casting float-to-int conversions is indeed correct according to K&R, even though most...
K&R has long been called "the Bible" by programmers, and definitely is the shortest, sweetest intro to C. For those of you who have the need to supplement that...