mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 03:12:26 -06:00
[bugfix] Don't remove jpeg orientation metadata (#663)
This commit is contained in:
parent
7c6c0cd547
commit
604600c391
6 changed files with 134 additions and 14 deletions
2
vendor/github.com/superseriousbusiness/exif-terminator/terminator.go
generated
vendored
2
vendor/github.com/superseriousbusiness/exif-terminator/terminator.go
generated
vendored
|
|
@ -25,8 +25,8 @@ import (
|
|||
"fmt"
|
||||
"io"
|
||||
|
||||
jpegstructure "github.com/superseriousbusiness/go-jpeg-image-structure/v2"
|
||||
pngstructure "github.com/dsoprea/go-png-image-structure/v2"
|
||||
jpegstructure "github.com/superseriousbusiness/go-jpeg-image-structure/v2"
|
||||
)
|
||||
|
||||
func Terminate(in io.Reader, fileSize int, mediaType string) (io.Reader, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue