Skip to content

Releases: alxcube/lens

v2.0.0

19 Dec 18:54
f05ca8d
Compare
Choose a tag to compare

v2.0.0 released

  • Significant performance improvements - from 2x to more than 10x in certain cases.
  • Added Polynomial distortion.
  • Improved TypeScript support.
  • Smaller size.
  • Ability to import as native ES module.

v1.1.0

08 May 14:16
6483a74
Compare
Choose a tag to compare

Fixed eslint errors, extracted types into single *.d.ts file.

v1.0.1

08 Feb 16:41
Compare
Choose a tag to compare
  • Fixed average interpolation bug.

v1.0.0

08 Mar 20:16
Compare
Choose a tag to compare

v1.0.0

  • Code is rewritten in TypeScript and reorganized.
  • Now only async flow is supported, using promises.

v0.1.2

17 Feb 17:29
Compare
Choose a tag to compare

Bugfix

  • Rolled back viewport scaling since it was correct before.
  • Fixed incorrect viewport setting in scale() method of AbstractImage

v0.1.1

16 Feb 22:41
Compare
Choose a tag to compare

Bugfixes:

  • Fixed invalid arguments order in blendColors() call in point.js.
  • Fixed incorrect point coordinates in resamplers getResampledColor() method.
  • Fixed incorrect viewport scale() method.
  • Fixed lower case variables in interpolation-trait.js, which caused invalid average color calculation.

v0.1.0

20 Mar 06:03
Compare
Choose a tag to compare
Modified README