mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-08 23:18:19 -07:00
feat: allow to remove ICC profile metadata
This commit is contained in:
parent
941b15cd9a
commit
5d322714ec
5 changed files with 30 additions and 2 deletions
|
|
@ -126,6 +126,7 @@ func Resize(buf []byte, o Options) ([]byte, error) {
|
|||
Type: o.Type,
|
||||
Compression: o.Compression,
|
||||
Interlace: o.Interlace,
|
||||
NoProfile: o.NoProfile,
|
||||
}
|
||||
|
||||
// Finally save as buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue