Search the web
Sign In
New User? Sign Up
FMML · FilterMeister plug-in discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3767 - 3796 of 9973   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3767
Hi Gary, ... Yes, I'm sure Delphi can import and use ActiveX controls too. Although I've never tried using them myself, I've only ever installed 3rd party...
Steve Upham
stephen927699
Offline Send Email
Apr 1, 2005
9:52 am
3768
A small search on Google ("create activex delphi") returned numerous pages dedicated to creating ActiveX controls with Delphi. From what I can find, building...
Martijn van der Lee
mwvdlee
Offline Send Email
Apr 1, 2005
11:38 am
3769
Hi Harry, I've just switched to broadband (2 MBit - big grin!) and am wondering the right way to change my email address for this list. Shifty Geezer ...
Shifty Geezer
ungleblunk
Offline Send Email
Apr 1, 2005
6:21 pm
3770
Shifty, You can do it at http://groups.yahoo.com/group/FMML/ Or you can unsubscribe and subscribe again by sending an email to the following addresses: ...
Harald Heim
haraldheim2001
Offline Send Email
Apr 1, 2005
6:59 pm
3771
hi all, since i want to release a plugin that perform enlargement i've got the advice to set isTileable to true. So i've added the instruction ...
extrabigmehdi
Offline Send Email
Apr 2, 2005
3:11 pm
3772
Mehdi, If you set isTileable = true, then you need to adapt your code to the fact that the FET handler is called repeatedly and only processes a part of the ...
Harald Heim
haraldheim2001
Offline Send Email
Apr 2, 2005
3:26 pm
3773
Mehdi, I only have 512 MB RAM and when I try to enlarge a 1024x768 image by 800 percent to 8192 x 6144 pixel in Photoshop CS with your plugin, I get a error ...
Harald Heim
haraldheim2001
Offline Send Email
Apr 2, 2005
3:59 pm
3774
Hi all, Just found an odd bug. Check the following code, for some reason, only the first test fails. All parts of that statement seem to work independantly...
Martijn W. van der Lee
mwvdlee
Offline Send Email
Apr 2, 2005
6:21 pm
3775
Hi, I hope I'm mistaken but it seems to me isTileable is pretty much useless for an "enlarging" plug-in. Since you can't access pixels outside the current tile...
Martijn van der Lee
mwvdlee
Offline Send Email
Apr 2, 2005
6:36 pm
3776
well the isTileable property is a true mystery for me. I can't understand how a plugin could work properly with tiles if each calculated values needs to read...
extrabigmehdi
Offline Send Email
Apr 2, 2005
7:27 pm
3777
Martijn, Image enlarging is basically the same as blurring, only that you fit in missing pixels. Anyway, you can specify a padding area around a tile with ...
Harald Heim
haraldheim2001
Offline Send Email
Apr 2, 2005
7:43 pm
3778
Hi Mehdi, As far as I can see you would just need to add the following to make it work in tiles: OnFilterStart:{ isTileable=true; needPadding=1; return false; ...
Harald Heim
haraldheim2001
Offline Send Email
Apr 2, 2005
7:48 pm
3779
Hi Martijn, You are right. It is a bug. Currently you can't set the alpha channel to zero with psetp(). I found and fixed it. The bug was basically a safety...
Harald Heim
haraldheim2001
Offline Send Email
Apr 2, 2005
8:29 pm
3780
Hi, Thinking a bit more about this problem I think it may avoid quite some problems for beginners if the mentioned safetly measure would be kept active. If...
Harald Heim
haraldheim2001
Offline Send Email
Apr 2, 2005
9:02 pm
3781
hi harry, thanks for your clarifications since the area i use to get the values, (the small selection to enlarge) does not correspond to the final area to...
extrabigmehdi
Offline Send Email
Apr 2, 2005
9:08 pm
3782
Hi, I understand the safety measure and why it exists, on the other hand it does criple the functionality of psetp(). The problem with being forced to read ...
Martijn W. van der Lee
mwvdlee
Offline Send Email
Apr 2, 2005
9:30 pm
3783
Harry, As I understand it you would propose scaling with a "nearest neighbor" method first, then "blurring" the image. Hadn't thought of that and indeed, that...
Martijn W. van der Lee
mwvdlee
Offline Send Email
Apr 2, 2005
9:44 pm
3784
Hi Martijn, I guess the best solution would be to have a set_psetp_mode() function that lets you switch between the current behaviour of psetp(), which would...
Harald Heim
haraldheim2001
Offline Send Email
Apr 2, 2005
10:07 pm
3785
Hi Mehdi, ... Ok, I see. What about the following idea: You keep isTileable to false, store the image in an array. After the user pressed OK, you set...
Harald Heim
haraldheim2001
Offline Send Email
Apr 2, 2005
10:07 pm
3786
Hi Martijn, Sorry, I guess I had the ResizeMagic plugin from FSoft in mind when I wrote my last statement. It saves the image to disk after it is run the first...
Harald Heim
haraldheim2001
Offline Send Email
Apr 2, 2005
10:34 pm
3787
hi harry, ... isTileable > to true and read the image values from the array instead of the image itself. How would you store the array ? (assuming that you...
extrabigmehdi
Offline Send Email
Apr 2, 2005
11:21 pm
3788
Hi Mehdi, ... Yes, you would need to store it to a file. But I don't see why you would need to store it across invocations. ... While I recently updated the...
Harald Heim
haraldheim2001
Offline Send Email
Apr 3, 2005
7:46 am
3789
... From: "Harald Heim" <harry@...> To: <FMML@yahoogroups.com> Sent: Saturday, April 02, 2005 11:35 AM Subject: RE: [FMML] isTileable= true...
Sally Beacham
diztresse
Offline Send Email
Apr 3, 2005
10:21 am
3790
Hi Sally, Genuine Fractals (GF) is a file format plugin, so it should work in PSP and other applications that support file format plugins, although I haven't ...
Harald Heim
haraldheim2001
Offline Send Email
Apr 3, 2005
10:52 am
3791
... From: "Harald Heim" <harry@...> To: <FMML@yahoogroups.com> Sent: Sunday, April 03, 2005 6:52 AM Subject: RE: [FMML] isTileable= true needed ?...
Sally Beacham
diztresse
Offline Send Email
Apr 3, 2005
11:31 am
3792
... But it was your idea ... (or what ?) first invocation: set isTileable to false and store data in an array. second invocation: set isTileable to true, get...
extrabigmehdi
Offline Send Email
Apr 3, 2005
11:35 am
3793
Hi, Since I never used Genuine Fractals before I checked the internet for "before-after" examples. In my humble opinion "it" could be done better: looking at...
Roberto Muscia
roberto_muscia
Offline Send Email
Apr 3, 2005
12:12 pm
3794
Hi Roberto, I guess you will see the difference if you test it yourself and compare the result to Photoshop or any other enlarging plugin. You probably won't ...
Harald Heim
haraldheim2001
Offline Send Email
Apr 3, 2005
5:44 pm
3795
Mehdi, ... No, I meant only one invocation: The original image is read into an array while the dialog is displayed and isTileable=false. After OK is pressed...
Harald Heim
haraldheim2001
Offline Send Email
Apr 3, 2005
5:44 pm
3796
Whooow! I never said it's easy! I just said I would try to realize if . Anyway, I aggree GF example on your website definately looks the best of all 5 or 6 (?)...
Roberto Muscia
roberto_muscia
Offline Send Email
Apr 3, 2005
6:02 pm
Messages 3767 - 3796 of 9973   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help