Thanks, Paul, I know that one can overwrite the transparency alpha channel, but then it's gone :-( I was rather looking for an alpha channel which I could read...
... be easily changed to opene BMPs. If you like to contribute some BMP reading/writing code, you are welcome. ... Well I thought I may contribute some code...
just discovered this app today. here's the link: http://www.bauhaussoftware.com/home_LP.php a commercial app, that supports very well photoshop plugins. ( not...
OK. I came home, had a couple glass of wine, and rewrote it using a 3D array. It is much better, however the preview still only works correctly at 100%. Here...
Hi, I've had a mail asking about extending my plugins to Adobe Premier or After Effects. As I understand it these don't support the .8bf standard so it's a...
Mehdi, I guess you also got an email from these guys. I haven't had the time to test it yet. Do Filter Factory plugins work with it? Any problems? Can they be...
Hi Shifty, After Effects and Premiere should support Photoshop plugins. Filter Factory plugins didn't work in Premiere as far as I recal, but that may have...
Mehdi, Harry, I tried this this morning (I also had an email), and my plugins seems to work ok. It's a very nice app, actually... One gripe though: to download...
Martijn, As far as I can see, it's in an external config file, and for the demo version this is at C:\Documents and Settings\[User]\Application Data\mirage...
This is an update of the previous code I posted. This demo will allow you to load any 8 or 24 bit bitmap using a open file dialog (I added 8 bit support and...
hi all first to answer to harry, i tried that app with filter factory plugs it was just a nightmare. I got hundred message saying: "MSVCRT10.dll is missing" ...
Thanks a lot, it's great to have code snippets to use and/or learn from! Cheers! ... __________________________________ Celebrate Yahoo!'s 10th Birthday! ...
Hi Gary, thanks for posting your code. Since you asked for optimization, I thought one could read the data right into the final array rather than converting...
Hi Jamie, Thanks for the help on the code. It is cleaner with one array. I actually found a small error which you copied directly from my code. When the array...
Hi, Did anyone of you notice that if you try to apply a plugin to a feathered selection in PSP 8.10 that the effect of the plugin isn't applied at all. In PSP...
Hi Harry, i didn't use PSP often, but i tried to apply a plugin to a feathered selection and i didn't find any problem. I tried with some FM plugins. and with...
Hi guys, I made a very simple plug-in to digitize positions in an image. If you right-click on a pixel, its X and Y are written to a textfile. You can separate...
Hi, Mehdi Thanks. There was such a method. An old log was retrieved. #However, I want the array of the Double type. It is easy to understand.:-) Rgds, //Hama ...
Hi, I wrote filter by using setPixel() function. I came to be able to plot a graph freely by using this function. However, there is one problem. When another...
I use floats in array (0.0-1.0 range) by storing integers of say 10,000x the float value, giving 5 dp precision. eg. If the value is 0.756452463, in my array...
hi Shifty, this method is perhaps easier to implement but it has a drawback: perfomance is low in comparison to the traditional memcpy method. (I used this...
Hey all, I've gotten my hands on delphi and the information for all file format I'm looking at utilising for making an import/export plugin. Previous responses...
Hi, Shifty ... Yes, My first approach was it. However, I wanted to do the calculation with high accuracy. To my regret, an accurate answer was not obtained by...