radiatoryang / ImageResizeHx

Resize images with convolution filters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageResizeHx

ported by @radiatoryang to use https://github.com/azrafe7/hxPixels instead, no more NME / OpenFL / Lime dependency (I wanted to resize images via Haxe macro, for some reason)

original by Sergey Miryanov https://github.com/sergey-miryanov/ImageResizeHx

Class for resize images with convolution filters.

Following convolution filters are implemented:

  • Bilinear
  • Bicubic
  • Blackman
  • Mitchel
  • Lanczos

Tested on following targets:

  • cpp

About

Resize images with convolution filters

License:MIT License


Languages

Language:Haxe 100.0%