Hi Well I've just recieved a message from a visitor telling that he was able to run my plugins under linux. He used under The Gimps the plugin "pspi" that you...
... The irony is that using The Gimp to load non-GPL plugins (ie most Windows Photoshop plugins) is illegal. The Gimp is released under the GPL, with no...
Hi ... I don't think there's a problem. To makes things easy we can consider this use as "a borderline case" (see last words of "If a program released under...
I'd also add that the actual legallity of GPL and plugins is unknown, as much of these software licensing strategies are unproven in court and may not be...
... Yep, that's true. I wish the FSF's views on dynamic linking would get thrown out of court sometime soon, it would make things a lot clearer. ... Well, DVD...
... I don't think this is a borderline case. It's been a while since I last looked at the Photoshop API, but I'm pretty sure a plugin consists of more than a...
... That's a hardware limit though. It's not illegal (in most countries) to flash your DVD bios or whatnot to enable other region playback. I think the US is...
... your ... The GPL is merely a license which gives users rights beyond what they have under copyright (which is no rights at all). As such the GPL works...
... Bingo - that sounds like a logical explanation that would hold up in court. I doubt it would satisfy the FSF, but... meh... I'm not too worried about that...
Hi,
can somebody explain how triggerEvent works together with the handlers?
There is some unexpected behavior with this function. It seems that the OnCtl...
Hi Ralph, triggerEvent just executes the OnCtl handler with the provided parameters. That's all. If you use triggerEvent within the OnCtl handler, the OnCtl...
Hi Harry,
please try the code below, it speaks for itself.
It is only an example. I use the method for scrolling.
It is possible to break the loop by query...
Hi Ralph, If you replace if (getAsyncKeyStateF(VK_A)<0){ with if (n==0 && e==FME_TIMER && getAsyncKeyStateF(VK_A)<0){ than the code works. The addition makes...
Hi I keep getting a Too Much Code error. I know you fixed this long ago. Is it possible we could please get a working FM version without this restriction? Jan...
Hi Jan, Can you give the exact and entire error message, so we can know which code buffer or other resource needs to be increased? There is still no...
Hi Alex Thanks. I understand your situation. The odd thing is, I can not generate the error again, but I am pretty sure it simply said "Too Much Sourcecode"...
Alex, Hi, and just a note to say that we are all pleased that the fundamental development issues have been moving forward. Regards, Bill ... From: Alex Hunter ...
Hi @Alex, ... Great to hear this. We got no news for a long time, and it is reassuring to read this. I take the occasion to ask: is it possible to ensure...
Hi Mehdi, Adobe dropped support for Photoshop Plugin from Version 6 of After Effects. It is makes not much sense to let FM create Photoshop plugins that are...
Hi Harry, ... are only ... Photoshop ... Sad news. In this case i0 and i1 should not be anymore reserved variables for premiere compatibility, is it ? ... that...
In PS wc filter the black edge to the filter is too heavy for my taste.Is there another filter out that is not as hard edge black or a dissasembled wc file or...
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...