You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update CZIcmd usage documentation for clarity (ZEISS#160)
* Update CZIcmd usage documentation for clarity
Reformatted the `CZIcmd` usage instructions to improve readability and consistency. Updated the `code-block` directive from `bash` to `console` for better context. Enhanced alignment, spacing, and formatting of command descriptions and examples. Ensured the help text matches the updated format. No functional changes were made; updates are limited to documentation and presentation.
* review
* Improve CLI help text and usage docs formatting
Refactor the help text for the --rect/-r option in code and documentation for better readability and clarity, especially regarding relative and absolute coordinates. Update czicmd_usage.rst to libCZI version 0.67.3 and reformat several option descriptions for consistency and improved user experience. No functional changes to program behavior.
"Only used for 'CreateCZI': a string in a defined format which states the compression-method and (compression-method specific) "
756
-
"parameters.The format is \"compression_method: key=value; ...\". It starts with the name of the compression-method, followed by a colon, "
756
+
"parameters.The format is \"compression_method: key=value; ...\". It starts with the name of the compression-method, followed by a colon, "
757
757
"then followed by a list of key-value pairs which are separated by a semicolon. Examples: \"zstd0:ExplicitLevel=3\", \"zstd1:ExplicitLevel=2;PreProcess=HiLoByteUnpack\".")
0 commit comments