disintegration / imaging

Imaging is a simple image processing package for Go
MIT License
5.3k stars 443 forks source link

how to compress image? #112

Closed tangxu00 closed 4 years ago

disintegration commented 4 years ago

Could you please expand on what you mean by "compress image"? Most popular image formats already implement compression of image data, e.g. JPEG (lossy compression) or PNG (losless compression).

disintegration commented 4 years ago

Closing the issue. Feel free to reopen if necessary.