Ron, upon filter invocation, load the entire source image into an array so you can access it during the entire filter session independently of preview zoom...
Martin, Excellent. Does this mean I can use src in OnCtl and get the full image? I failed to mention that I needed the full image in a special case that ...
Is there something similar that can be used when isTileable=true and the filter is rerun from the filter menu without invoking the controlpanel? Thanks Jan ......
This is the link to the download page for my new plug-in using the new LOAD image routine. I also got a button to Expand/ Reduce the dialog. (I'm going to add...
Hi Jim, Looks cool! And I like the name 8bf.net a lot! Looks is just how far I unfortunately get, though: Photoshop 6 and Corel Photo-Paint 12 both crash...
Thanks for trying it Roberto. The only people to have used it so far are the people on Digital Nuts, an image edition group I belong to. For most it works...
All the tiling difficulties would go away with a full implementation in FM of Photoshop's filterRecord. This would provide independent definition of the size...
Hi Jim, Don't know if the code you refered to is the one below (see copy e-mail). I just tried that code in FilterMeister and it worked fine (still have...
Hi Jim, Bottom of Page 7 in the DevIL pdf manual of any help? My PC has a single 32 bit processor so multithreading is not supported. Roberto ... From: Roberto...
Hi Roberto, I just downloaded the 8bf from the zip file, and my syatem shuts down too when I try to run it. I'm going to try to zip it again. The 8bf is ok on...
Hi Roberto, I just replaced the zip file. I downloaded it myself and replaced my own copy of the 8bf, and now it works. I don't know what's causing the problem...
Bill, Thanks. What you describe sounds like it covers the gamete of options we've asked for. Now is to get it done. How hard is it to add this option? Can ...
Ron, It is not on the roadmap at this time. Nor is access to the Photoshop Channel Ports Suite, nor is access to Color Services. Regards, Bill ... From: Ron C...
... Wouldn't those changes break compatibility with non-PS hosts? Though I suppose there's probably a way to keep the current functionality/compatibility, and...
Hi Jim, Yep! Works now :-P Looks nice but frankly it pretty much only offers basic image editor features. However, when the editor doesn't support layers this...
Hi Jim, very nice effect. Especially with the frames turned on. A few thoughts: (a) I think the frame size control should be set to a value greater zero to...
Hi Roberto, Thanks for the suggestions. They were very helpful. I'm going to make several of the changes you suggest. 1. Looks nice but frankly it pretty much...
Hi J., Thanks for your suggestions. I'm going to make some of the changes you suggest. (a) I think the frame size control should be set to a value greater zero...
Hi Jim. ... From: Jim Clatfelter To: FMML@yahoogroups.com Sent: Monday, March 02, 2009 5:25 PM Subject: Re: [FMML] AAA Blender fixed My thinking was that the...
Hi, Personally I don't like the frame control to be activated at default: that control only makes rectangular controls and I'd expect people rather use the ...
... suppose there's probably a way to keep the current functionality/compatibility, and issue a warning if what the developer is doing will limit the plugin to...
Hi Roberto, 1. I'm going to try to get the frame wysiwyg. I think I can do it, at least I have an idea to start with. That seems to be the most important ...
I most, most, most certainly opt for access to fast PS processing. I have been playing with the dll recently and I have come to the same conclusion: the use of...
Hi Jim, Phooey ... you just blew away a "frame maker" filter I've been working on for a while -- and now you say that's only a secondary feature! (Way to make ...
Jim, I was just going to comment on the registry thing. Write to registry: setRegRoot(HKEY_LOCAL_MACHINE); setRegPath("Software\\YourCompany\\YourFilter"); ...
Hi Duncan, Frame filters ARE great; it's just that the frame option (one taste: rectangular) is very limited and it's just a bonus to the initial goal:...
Hi Jim, ... Don't know; just seems a logical feature to finish things up. But I guess not if only the rectangular frame unfeathered frame option is offered. A...
LOL -- thanks for the encouragement Roberto! I promise I'll get back to it at some point ... just kind of busy with real life these days, don't have much time...
Thanks, Jan, for the registry code. I'll give it a try. Can someone tell me how to get the height and width of the preview that shows in the preview window? I...
Hi Jim, I thought there were functions for those but cannot find them; actually it makes me think that x_min and x_max already are preview related; think that ...