korlibs-archive / korim

Korim: Kotlin cORoutines IMaging, Bitmap and Vector graphics for Multiplatform Kotlin

Home Page:https://korlibs.soywiz.com/korim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add function to calculate PSNR

soywiz opened this issue · comments

We may also want to add this: https://github.com/soywiz/kaifu2x/blob/d5b945db26bd003476d284517b1db7f418414648/src/main/kotlin/com/soywiz/kaifu2x/util/Bitmap32Ext.kt#L26

  • Maybe adding a BitmapF? That acts as a FloatArray2 and implements Bitmap interface? Think about this.