sadaszewski

Results 38 comments of sadaszewski

Wouldn't PR #10447 be the solution for the EXIF part ?

Not sure if EXIF is replaced though... https://github.com/lovell/sharp/issues/2910

Added the workaround from the above ticket. I think it should actually work ...

No I think it will not work, we need to use a command line tool like exiv2.

I have found the correct command using exiftool. The PR should work provided that exiftool is available on the system.

How should exiftool be added to the continuous integration Docker image?

Ok it's terribly low but regardless of the quality, every re-compression with JPEG degrades quality. Especially that with Exif-Stripping + resizing those operations are currently chained !!! This could be...

Sharp will probably **never** be able to achieve what *exiftool* is already doing without any problem whatsoever. Please let me know how the PR should be modified in order to...

Wouldn't it be better to detect if exiftool is available and use it if possible?

Fixing quality to 100 will cause quite a lot of bloat when uploading other images with intentionally lower quality. It will get ugly fast. The problem is really that stripEXIF...