Programming/web 관련
javascript exif 정보 얻기
구차니
2023. 11. 29. 15:23
exif의 orientation 정보를 이용하여
웹에서 이미지를 정상적인 방향으로 출력할 수 있을 듯?
[링크 : https://github.com/exif-js/exif-js]
const orientation = EXIF.getTag( fileInfo, "Orientation" ); |