Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@waveplate waveplate released this 16 Dec 04:40

img2irc (1.1.0)

img2irc braille example

img2irc preview

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
    • --colorspace
      • operate in hsv, hsl, hsluv or lch colourspace
    • --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