Page 1 of 1
Additional information for some functions? (SDK)
Posted: Mon Aug 23, 2004 12:52 am
by MaierMan
First of all Thx a lot (again) for this fantastic piece of work
Alright, I have some questions about some functions of the SDK...
The
tolerance parameter of
gflAutoCrop will be used how?
Is it some kind of percentage.
How will it work.
And what does
gflAverage exactly do?
Parameters (
filter_size) work how?
Re: Additional information for some functions? (SDK)
Posted: Thu Sep 09, 2004 7:26 am
by xnview
MaierMan wrote:The tolerance parameter of gflAutoCrop will be used how?
Is it some kind of percentage.
It's the maximum difference between pixels!
And what does gflAverage exactly do?
Parameters (filter_size) work how?
It's a the filter size, so 3, 5, 7, 9, 11, 13
Pierre.
Re: Additional information for some functions? (SDK)
Posted: Tue Sep 21, 2004 10:40 am
by MaierMan
xnview wrote:MaierMan wrote:The tolerance parameter of gflAutoCrop will be used how?
Is it some kind of percentage.
It's the maximum difference between pixels!
And what does gflAverage exactly do?
Parameters (filter_size) work how?
It's a the filter size, so 3, 5, 7, 9, 11, 13
Pierre.
First of all thx for answering.
But What excatly will gflAverage do?
Re: Additional information for some functions? (SDK)
Posted: Tue Sep 21, 2004 2:09 pm
by xnview
MaierMan wrote:But What excatly will gflAverage do?
It's a filter like blur, an average between all pixels!
Pierre.
Re: Additional information for some functions? (SDK)
Posted: Tue Sep 21, 2004 2:52 pm
by helmut
MaierMan wrote:...But What excatly will gflAverage do?
MaierMan, before asking you could try and check out the effects & filters in XnView. FAIK, often the GFL functions are named like the effects and filters.
What about the color tolerance of auto-crop?
Posted: Wed Nov 15, 2006 10:11 am
by mbetrafa
How can I determine the background with a certain color tolerance before auto-crop?Also when I write 200 it crops,but when I make the tolerance 500, it does not make anything. When tolerance is more,should it crop if it crops for a lower value?