Added progressive jpeg functionality.

This commit is contained in:
Brant Fitzsimmons 2015-06-10 18:55:58 -04:00
parent b6bc20df55
commit 0019d370e9
5 changed files with 8 additions and 2 deletions

View file

@ -126,6 +126,7 @@ func Resize(buf []byte, o Options) ([]byte, error) {
Quality: o.Quality,
Type: o.Type,
Compression: o.Compression,
Interlace: o.Interlace,
}
// Finally save as buffer