bergben / ng2-img-max

Angular 2 module to resize images down to a certain width and height or to reduce the quality to fit a certain maximal filesize - all in the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All resized images have a bitdepth of 32.

bramdeba opened this issue · comments

As a result, images who get resized just a little end up much bigger in filesize than it's original version.

Original (24bit):
image

Resized: (32bit):
image

This should be fixed with 2.0.1
Thanks for reporting this issue @bramdeba 👍