Skip to content

Commit

Permalink
readme formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakurdyukov authored May 17, 2020
1 parent 57cfb77 commit bdb2db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Without multithreading and SIMD optimizations it runs slower than native code.
`-o, --optimize` Option for libjpeg to produce smaller output file
`-v, --verbose n` Print libjpeg debug output
`-i, --info n` Print quantsmooth debug output (default is 15)
Use the sum of flags: 0 - silent, 1/2/4 - various information, 8 - processing time, 16 - SIMD type.
Use the sum of flags: 0 - silent, 1/2/4 - various information, 8 - processing time, 16 - SIMD type.
`-p, --cpu n` Use to lower the SIMD type if CPU detection fails:
0 - auto, 1 - scalar, 2 - SSE2, 3 - AVX2, 4 - AVX512.
(`x86` build selects between modes 1-3, `x86_64` from 2-4)
(`x86` build selects between modes 1-3, `x86_64` from 2-4)

- The processing time includes only the smoothing algorithm, jpeg reading and writing time is not included.
- More iterations can make the result look like CG art, can make the photos look unnatural.
Expand Down

0 comments on commit bdb2db2

Please sign in to comment.