Skip to content

Commit

Permalink
README.md: less awkward phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Traneptora committed Jan 9, 2024
1 parent 45b8823 commit ef96ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Hydrium is a fast, ultra-low-memory, streaming JPEG XL encoder written in portab

At the moment, it is a work-in-progress and it is still in the early stages of development. The API and CLI are unstable and subject to change without notice.

The design goals of hydrium are first and foremost streamability and very low memory footprint. By default, libhydrium uses approximately 1.5 megabytes of RAM for images of any size. Tiles can be sent one at a time to the encoder, while will encode them independently.
The design goals of hydrium prioritize streamability and very low memory footprint. By default, libhydrium uses approximately 1.5 megabytes of RAM for images of any size. Tiles can be sent one at a time to the encoder, while will encode them independently.

Hydrium does not use threading or any platform-specific assembly. It is desgined to be as portable as possible so it can be used on low-power embedded processors.

Expand Down

0 comments on commit ef96ec5

Please sign in to comment.