Skip to content

draw a image on a canvas dependent on Exif Orientation.

License

Notifications You must be signed in to change notification settings

play-co/canvas-exif-orientation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Canvas Exif Orientation

draw a image on a canvas dependent on Exif Orientation.

var CanvasExifOrientation = require('canvas-exif-orientation');
// drawn canvas element.
var canvas = CanvasExifOrientation.drawImage(img, orientation);

install

npm install canvas-exif-orientation

Orientation

1

The 0th row is at the visual top of the image, and the 0th column is the visual left-hand side.

1

2

The 0th row is at the visual top of the image, and the 0th column is the visual right-hand side.

2

3

The 0th row is at the visual bottom of the image, and the 0th column is the visual right-hand side.

3

4

The 0th row is at the visual bottom of the image, and the 0th column is the visual left-hand side.

4

5

The 0th row is the visual left-hand side of the image, and the 0th column is the visual top.

5

6

The 0th row is the visual right-hand side of the image, and the 0th column is the visual top.

6

7

The 0th row is the visual right-hand side of the image, and the 0th column is the visual bottom.

7

8

The 0th row is the visual left-hand side of the image, and the 0th column is the visual bottom.

8

About

draw a image on a canvas dependent on Exif Orientation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • HTML 15.2%