Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.
-
-
#40499 [NEW]: filter sapi does not register any highlightning filter
From: php at henke37 dot cjb dot net Operating system: any PHP version: 6CVS-2007-02-15 (CVS) PHP Bug Type: Apache2 related... -
Update Custom Collection that is bound to DataGrid made up of Custom COlumns
I recieved some very useful help from Steven Cheng in an earlier post in this group entitled 'Dynamically create datagrid columns' and am now... -
Data Grid Header Filter Renderer or how do I get aheader to filter the data in a datagrid.
Okay so on the same theme as why isn't the datagrid like Excel, I have created a (very cool) Filter header. 1) The filter looks like any other... -
How to assign a custom principal with a custom soap extension
I have created a custom soap extension. What I need to do next is assign my own custom principal to the current request context so that the... -
ASP.NET and custom ISAPI filter authentication
We have an existing ISAPI filter that performs authentication for all pages on our web site, including pages we are now writing for ASP.NET. The... -
Colin Walls #2
Re: Custom Filter
I believe its quite an obscure feature. You need to get a book like PS Bible to get any details.
Colin Walls Guest
-
Phosphor #3
Re: Custom Filter
Whew....for the third time this week:
<http://www.creativemac.com/2002/02_feb/tutorials/cmfilterfactorycomplete.htm>
Phosphor Guest
-
Ol' Whozit #4
Re: Custom Filter
Actually, Colin, if you check out the Help files in PS regarding Filter/Other/Custom you will discover that Phos' link explains the convolution properties discussed in the help files to a much better degree, and DOES fit what emencz is looking for, WITHOUT the extra expenditure for an additional book.
Ol' Whozit Guest
-
emencz #5
Re: Custom Filter
Thanks for the link, Phodphor. Sorry about the 3 times this past week thing.
And yes, I did mean filter>other>custom. Does anybody use it? I've seen some tuts regarding this feature, but all they do is tell me what values to enter.
emencz Guest
-
Phosphor #6
Re: Custom Filter
No worries, E-Mendch! ;o)
I don't know how to use it either, and quite frankly, I don't care. I'm just happy that there are number-crunchers out there that are able to put a pretty face on image manipulating algorithms so I can look like a whiz, doing what I do.
Look around for Gernot Hoffman's name. He's pretty good at that stuff, and I'm sure he'd be happy to spell it all out for you.
Phosphor Guest
-
-
Gernot Hoffmann #8
Re: Custom Filter
Thanks for the compliment.
A filter works as follows:
The numbers in the box are weighting factors.
The center pixel is replaced by the weighted sum of all
pixels in the box (empty=zero weight)
E.g. a blurring filter, sort of primitive Gaussian:
1 2 1
2 7 2
1 2 1
The problem in PhS is the scaling - doesn´t work automatically:
Scale by the sum of all factors: 7+4*2+4*1 =19
Offset 0
The most "stupid" blur filter is the box filter:
1 1 1
1 1 1
1 1 1
Scale=9
This is a highpass, the sum of all factors is 0. A bad highpass.
-1 -1 -1
-1 +8 -1
-1 -1 -1
Scale=1 (not understandable), offset=128.
Sharpening filters are a little more complex.
A rather simple illustrated explanation is here.
<http://www.fho-emden.de/~hoffmann/gauss25092001.pdf>
Best regards --Gernot
Gernot Hoffmann Guest



Reply With Quote

