Pauli's software -> Terragen resources -> Tips and Tutorials -> Expanding terrain p.[1] [2] | 17. 01. 2005 |
This page compares some of the resampling methods you can use for resizing terrains. The interpolations were done on Picture Publisher and ImageMagick.
Original terrain 129 x 129
When zoomed closer to details, the low resolution |
![]() |
Expanded in Terragen to 513 x 513.
The shape stays pretty much the same as it was |
![]() |
Bi-linear interpolation (Picture Publisher).
Linear interpolation gives the same result as (Same as Triangle method in ImageMagick) |
![]() |
Bi-cubic interpolation (Picture Publisher).
Bi-cubic interpolation tends to accelerate the edges, (Hermit method in ImageMagick gives similar results.) |
![]() |
Spline interpolation (Picture Publisher).
Spline interpolation tends to soften the image.
(Cubic method in ImageMagick seems to be very |
![]() |
Mitchell (ImageMagick).
Mitchell is one of the more advanced interpolation |
![]() |
Lanczos (ImageMagick).
Another advanced interpolation meethod, |
![]() |