omkar-tenkale / PicTools-IssueTracker

1 stars 0 forks source link

Compress PNG images #6

Closed omkar-tenkale closed 4 years ago

omkar-tenkale commented 4 years ago

png supports compression levels

Submitted on behalf of Bakli

omkar-tenkale commented 4 years ago

PNG is lossless format and hence can't be compressed in android

https://stackoverflow.com/questions/39793619/is-there-any-way-to-reduce-png-size

JonDous commented 4 years ago

I know about lossless but png can be compressed. Is it problem of android's library? Maybe need to user another one?

JonDous commented 4 years ago

It called not compress it called optimize.

Many sites, plugins and software like https://tinypng.com/ can do it.