Releases: waveplate/img2irc
Releases · waveplate/img2irc
v1.3.1
Full Changelog: v1.1.1...v1.3.1
v1.3.1 feature additions
- add
renderargument, possible values:irc,ansi,ansi24- obsoletes
--irc,--ansiand--ansi24
- add
blocksargument for control over glyphs used in output:full,half,quarter,eighth,triangle,corner,geometric,box,legacy- obsoletes
--hband--qb
- switch to unicode-to-bitmap mapping for glyphs, enabling arbitrary shapes and higher resolution
- implement fast, tolerance-based palette matching with caching for improved colour reproduction
- consolidate draw logic into a single rendering pipeline for all ansi and irc outputs
- add command-line tools for generating glyph bitmaps in src/chars.rs
2025-11-19 - Windows release
- Added experimental Windows build by request
v1.3.0
Full Changelog: v1.1.1...v1.3.0
v1.3.0 feature additions
- add
renderargument, possible values:irc,ansi,ansi24- obsoletes
--irc,--ansiand--ansi24
- add
blocksargument for control over glyphs used in output:full,half,quarter,eighth,triangle,corner,geometric,box,legacy- obsoletes
--hband--qb
- switch to unicode-to-bitmap mapping for glyphs, enabling arbitrary shapes and higher resolution
- implement fast, tolerance-based palette matching with caching for improved colour reproduction
- consolidate draw logic into a single rendering pipeline for all ansi and irc outputs
- add command-line tools for generating glyph bitmaps in src/chars.rs
v1.1.1
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 +
--aspectand--scale(if specified)
- new CLI options
--filter- use
nearestresize sampling filter by default for 1:1 reproduction
- use
--colorspace- operate in
hsv,hsl,hsluvorlchcolourspace
- operate in
--scaleand--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
--scaleif you want this)
- fixed musl build
- fixed build on arch linux


