comparison app/src/main/java/com/bartsent/simpleresizer/lib/LanczosKernel.kt @ 35:6607f675a5f7

Add licensing.
author David Barts <n5jrn@me.com>
date Thu, 11 Mar 2021 22:41:48 -0800
parents 86740f593b6c
children
comparison
equal deleted inserted replaced
34:19c584b29679 35:6607f675a5f7
1 package com.bartsent.simpleresizer.lib 1 package com.bartsent.simpleresizer.lib
2
3 /*
4 * Some code in this file has been adapted from: https://github.com/disintegration/imaging/ .
5 */
2 6
3 import kotlin.math.PI 7 import kotlin.math.PI
4 import kotlin.math.abs 8 import kotlin.math.abs
5 import kotlin.math.sin 9 import kotlin.math.sin
6 10