docs: correct typos and improve help info
- Correct typos
By default rimage will place output images right in place of **precious** images, resulting in overwrite if input and output has the same format, could not understand the word "precious" and suspect that it should be "previous" (But still difficult to understand what the word "previous" mean, the input pic's dir or the folder for outputting images when using rimage last time?) - Change some sentences to become simpler to understand
- Correct
has the same formattohas the same file extension name, e.g. pic withjxlorjpegxlfile ext name has the same format and same codec. - Add some examples and recommand infos.
- Change
shcode mark topowershellfor better color when display the commands
In progress
Do you think that the new section of "Detailed Examples" should be merged into the section "Basic optimization suitable for file transfer on web"? @SalOne22
Or is it necessary to merge all scattered examples into one large chapter?
Do you think that the new section of "Detailed Examples" should be merged into the section "Basic optimization suitable for file transfer on web"?
I think this should be a separate section.
Also take a look at the hyperfine repo for a great Usage section example.
Need to add infos about icc tags and new args about --preserve. Besides, maybe we need to add msgs about what rimage would do in each codecs when contains icc tag.
To update - added support for TIFF decoding
Because the TIFF format has not yet been added in .\cli\codecs\tiff.rs, I've not been able to add relevant explanations in the README.md yet.
In addition, I worte the package tiff as the encoder and decoder of TIFF format in README.md and please verify if it is correct. And I want to know if there are any other additional features for TIFF, such as only allowing lossless output, etc.
Because the TIFF format has not yet been added in .\cli\codecs\tiff.rs, I've not been able to add relevant explanations in the README.md yet.
I haven't added support for TIFF encoding. This requires implementing the Seek trait for the Writer, and I haven't figured out how to do that yet.
I haven't added support for TIFF encoding.
OK, i'll correct that
#263 Should be added to this.