Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 512 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
16 lines (12 loc) · 512 Bytes

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[0.0.3] - 2015-09-09

Changed

  • Sobel() returns Uint8ClampedArray with sobel data.
  • [sobelData].toImageData() return new ImageData object.

[0.0.6] - 2016-02-07

Fixed

  • [sobelData].toImageData() to return fake image data object if ImageData not supported.

Added

  • Sobel.toImageData(data, width, height) return new ImageData object.