Leanify icon indicating copy to clipboard operation
Leanify copied to clipboard

lightweight lossless file minifier/optimizer

Results 27 Leanify issues
Sort by recently updated
recently updated
newest added

"clang: error: argument unused during compilation: '-msse2' [-Werror,-Wunused-command-line-argument]" "error: unknown FP unit 'sse'" ``` CFLAGS += -Wall -Werror -O3 -msse2 -mfpmath=sse -flto ``` should be replaced on: ``` CFLAGS +=...

Useful feature to increase optimization speed. Use case one. I have several projects that shares common resources. In my case five projects built for different platforms. That projects shares a...

How can I make use of all the CPU cores? Is there any simple way?

feature request
question

You have committed many changes since Nov 2015. I'm generally fine with building from source but I prefer using AUR which is stuck on a version from 2015. Also, windows...

Hello, Could you please don't remove the pixel (dot) per inch information in the images ? The suppression of this information don't reduce the size of the images at all....

feature request
good first issue

are you sure optimizing jpeg images with mozjpeg is lossless?

question

I want to prevent Leanify from minimizing XML files - I prefer readability - and whatever it's doing to binary jar files. ![Screenshot from 2021-09-03 17-08-23](https://user-images.githubusercontent.com/43277609/132027723-c684ffb9-2eec-4812-bafb-16d14f8a3a06.png)

feature request

Although alpha channel is 0 means color is meaningless, is there an option to not change RGB channels' value?