Releases: waveplate/img2irc
Releases · waveplate/img2irc
v1.1.0
img2irc (1.1.0)
changelog
- new "braille" pixel output type
--luma-brightness
,--luma-contrast
,--luma-gamma
,--luma-invert
- affect dithering pattern without affecting colours
- new default behaviours
- use image height or width for output if not specified
- if only one specified, determine other dimension based on original aspect ratio +
--aspect
and--scale
(if specified)
- new CLI options
--filter
- use
nearest
resize sampling filter by default for 1:1 reproduction
- use
--colorspace
- operate in
hsv
,hsl
,hsluv
orlch
colourspace
- operate in
--scale
and--aspect
- apply scaling factors to x and y dimensions
- lock final aspect ratio
--crop
,--fliph
,--flipv
,--rotate
- improved quadblock rendering
- bugfix in quadblock rendering
- no longer reduces output height by half to maintain original aspect ratio (use
--scale
if you want this)
- fixed musl build
- fixed build on arch linux