Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Feb 7, 2024
1 parent 551f09e commit ae79110
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Drag and drop images into the window, images will automatically start compressin

**Careful**, compressing already compressed images times will result in a loss of quality.

## Differences from ImageOptim

- Alic's compressor is written in Rust, uses modern compression algorithms and is done all in process. This makes Alic noticeably faster, and produces smaller file sizes.
- Alic does not overwrite the original images, it saves the compressed images in the same directory as the original images with a `.min.` suffix.

## Roadmap

- [ ] Get the app signed with an Apple Developer ID
Expand Down

0 comments on commit ae79110

Please sign in to comment.