exif의 orientation 정보를 이용하여
웹에서 이미지를 정상적인 방향으로 출력할 수 있을 듯?
[링크 : https://github.com/exif-js/exif-js]
const orientation = EXIF.getTag( fileInfo, "Orientation" ); |
'Programming > web 관련' 카테고리의 다른 글
bootstrap modal (0) | 2024.01.23 |
---|---|
브라우저 언어 탐지 (0) | 2024.01.18 |
웹 브라우저 10080 포트 접근 차단 이유 (0) | 2023.08.03 |
javascript 배열을파일로 저장하기 (0) | 2023.08.02 |
Canvas2D: Multiple readback operations using getImageData (0) | 2023.07.24 |