Search found 19 matches
- 2017-08-15T18:55:44-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
magick compare -metric rmse logo128_lanczos.png logo128_spline16.png -format "\n" null: 1711.18 (0.0261109) magick compare -metric rmse logo128_lanczos.png logo128_spline36.png -format "\n" null: 562.698 (0.00858621) magick compare -metric rmse logo128_lanczos.png logo128_spline64.png -format "\n ...
- 2017-08-15T17:48:16-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
IMv7 Beta is ready for testing. Use CubicSpline and define filter:lobes={2,3,4}. Thanks! It works beautifully! This might be not a good test image. I can't tell any difference between Lanczos one and Spline36 one (or 16/64). Apparently, this NASA image just tries to tell us why we need to resize a ...
- 2017-08-15T17:38:12-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
Makes sense to me to use whatever notation is consistent with the current notation for lanczos for example. Correct me if I am wrong, but Anthony uses lobes for the number of lobes and support for how many lobes the filter truncates it to. That's why I think filter:lobes is more appropriate than ...
- 2017-08-15T16:16:03-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
-define filter:lobes={2,3,4} should be righter if you use filter:lobes={2,3,4} for Lanczos2,3,4
- 2017-08-15T16:10:28-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
In two demension. Spline2 (Spline16), Lanczos2, Bi-cubic are all 4x4. Spline3 (Spline36) and Lanczos3 are 6x6.
- 2017-08-15T16:03:31-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
Lanczos 2,3,4 [lobes] = Lanczos 16,36,64 [reference samples]
- 2017-08-15T15:57:15-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
- 2017-08-15T15:30:21-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
I only asked since you said earlier "the only important thing is the NASA image"? If you do not feel it is a better test, then it is OK to skip. Do you have a reference to that image and any tests done with it with respect to this new filter? I referred it because you'll get the correct image only ...
- 2017-08-15T15:07:16-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
We probably cannot change the name of the existing B-spline filter (spline), unfortunately since it would break existing code that people might have developed for it. So we will have to go with either spline16 spline36 spline64 or splinelobes, unless you can think of a better name for the latter ...
- 2017-08-15T14:06:24-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
I'm so sorry for the late reply. It took me time to install Xcode and stuff for building the beta (I reinstalled Mac OS last weekend). Tried the latest beta build in the linear light space (thank you very much for adding the filters). magick logo128.png -colorspace RGB -filter Spline16 -resize 400 ...
- 2017-08-15T11:24:15-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
magick is asking if you can check the values he is showing for the verbose information to see if they are correct. Wait until he fixes the spline64=splne16 values. Or look in the code and see if he has implemented the formulae properly against your code reference. Checked resize.c and it should be ...
- 2017-08-15T10:48:49-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
"-filter Spline -define filter:lobes=n" might be a cleaner solution, rather than having Spline16, Spline36, and Spline64 individually...? Though, IM already has Spline filter (I guess B-Spline), so it might be little confusing... lobes: 1: Spline4 - Identical to Triangle/Bi-linear 2: Spline16 3 ...
- 2017-08-15T04:55:28-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
- 2017-08-14T23:52:32-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
Yes! (if implemented)
But I guess the current Spline filter available in IM is B-Spline, and I don't know if it makes sense to have B-Spline, Spline and Lanczos in a single software.
But I guess the current Spline filter available in IM is B-Spline, and I don't know if it makes sense to have B-Spline, Spline and Lanczos in a single software.
- 2017-08-14T10:20:34-07:00
- Forum: Developers
- Topic: High tap count Spline filters? (Spline36/64/100/144/196/256)
- Replies: 53
- Views: 99203
Re: High tap count Spline filters? (Spline36/64/100/144/196/256)
Whoops, the graphs aren't my work (it's not my page). The term tap was inappropriate actually. I meant lobes. Number of lobes vs number of reference samples is the same as Lanczos: (2n)^2 [n=lobes] 2-lobed Spline = Spline16: (2*2)^2=16 3-lobed Spline = Spline36: (2*3)^2=36 4-lobed Spline = Spline64 ...