Releases: curegit/halftone-converter
Releases · curegit/halftone-converter
v2.4.6
v2.4.5
v2.4.4
v2.4.3
v2.4.2
v2.4.1
v2.4
v2.3.1
v2.3
v2.2
- Added the ability to read image files from standard input by passing '-' as an argument.
- Introduced a new command-line option
--stdout
to direct the output to standard output, which is mutually exclusive with the--directory
option. - All system messages, including non-error related information, are now redirected to
stderr
. This ensures that system messages do not interfere with the actual output of the program, especially when using--stdout
.