EWA LanczosSharpest

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

EWA LanczosSharpest

Post by NicolasRobidoux »

It is my current opinion that the EWA LanczosSharpest should be named methods, in particular because the 4 lobe version is quite good with some type of content (not so the 3 lobe version).
Some of the evidence:
http://www.luminous-landscape.com/forum ... #msg720827
http://forum.doom9.org/showthread.php?p ... ost1668680
Section 6.2.1 of Adam Turcotte's Masters thesis: http://web.cs.laurentian.ca/nrobidoux/m ... Thesis.pdf
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: EWA LanczosSharpest

Post by fmw42 »

It is my current opinion that the EWA LanczosSharpest should be named methods
Could you clarify your statement? What do you mean by "named methods"?
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

Re: EWA LanczosSharpest

Post by NicolasRobidoux »

I meant that, for example, all you'd have to do is

Code: Select all

-define filter:lobes=4 -filter LanczosSharpest
to get what is currently obtained with

Code: Select all

-filter Lanczos -define filter:lobes=4 -define filter:blur=0.88451002338585141
.
Basically do with the LanczosSharpest (for which I'd need to spend time getting the blurs for every single one up to a large number of lobes) what was done with LanczosSharp.
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

Re: EWA LanczosSharpest

Post by NicolasRobidoux »

I can do most (all?) the work except documentation I think. I just need the key "OK".
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: EWA LanczosSharpest

Post by magick »

Ok.
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

Re: EWA LanczosSharpest

Post by NicolasRobidoux »

Thank you Cristy.

Probably will have to wait until I am on vacation. But it's on the TODO list.
Post Reply