Team/난감했던 이슈들

[ OpenCV ] sharp 플러그인 EXIF 정보 유실된 케이스

HEON.D 2023. 9. 8. 17:28

{ failOnError: false } 속성을 추가하면 됨

{ failOnError: false }
sharp(imageBuffer, { failOnError: false })
        .rotate()
        .resize({
          width: dimension,
          height: dimension,
          fit: sharp.fit.cover,
          position: sharp.strategy.entropy,
        })
        .jpeg({ quality: 90, mozjpeg: true })
        .toBuffer()

https://github.com/lovell/sharp/issues/2780

 

VipsJpeg: Invalid SOS parameters for sequential JPEG / with sharp(imageBuffer, originalFileData, { failOnError: false }) · Issu

I am experiencing same error as described earlier: #1578 But I am using with image data from an S3 like storage as Buffer Error on latest versions: sharp@0.28.2, sharp@0.28.3 This is how I use shar...

github.com

https://r1.community.samsung.com/t5/galaxy-a/samsung-a11-photo-exif-location-data-stripped-on-upload-to/td-p/13369024

 

Samsung A11 photo exif location data stripped on upload to OneDrive

Our business has a number of Samsung A11 phones. Photo location / EXIF data tagging is enabled. A photo is taken, then uploaded to Microsoft OneDrive. The photo is downloaded from OneDrive to a PC and then viewed, only to discover that very specifically th

r1.community.samsung.com

https://exiftool.org/forum/index.php?topic=12349.0 

 

"JPEG EOI marker not found" in Samsung S8 / S9 panos: In search of a batch fix

"JPEG EOI marker not found" in Samsung S8 / S9 panos: In search of a batch fix

exiftool.org

https://devs0n.tistory.com/98

 

[sharp] VipsJpeg: Invalid SOS parameters for sequential JPEG

sharp는 이미지 프로세싱에 있어 사용되는 라이브러리로 서비스에서 이미지 업로드 기능을 지원하는 경우 이미지 사이즈를 줄이기 위해 자주 사용된다. 이번 포스팅에는 sharp 사용 시 마주친 오

devs0n.tistory.com

https://shoony.net/1006

 

이보다 더 병진 같을 순 없는 삼성 갤러리 앱

이 문제는 영국에서 최초로 시작되어... 가 아니라 삼성의 의도적 세팅이니 문제는 아니겠지만 내 입장에선 재앙 같은 상황이므로 그냥 문제라고 말하겠음. 어쨌거나, 이 문제의 뿌리를 찾으려

shoony.net