Imgcat Versions Save

It's like cat, but for images.

v2.6.0

5 months ago

Full Changelog: https://github.com/eddieantonio/imgcat/compare/v2.5.2...v2.6.0

Changed

  • BREAKING CHANGE: Preserve aspect ratio when providing --width and --height. Use --no-preserve-aspect-ratio to disable. Thanks @mdesantis!

v2.5.2

7 months ago

Various bug fixes

Full Changelog: https://github.com/eddieantonio/imgcat/compare/v2.5.1...v2.5.2

NOTE: Do not download imgcat-2.5.2.tar.gz; download imgcat-2.5.2+20231031.tar.gz. I accidentally added arm64 objects to it??? Somehow??? Kids, don't handwrite your configure script and makefiles. You WILL get it wrong 🙈

v2.5.0

3 years ago

Changed

  • build system no longer uses autotools

v2.4.0

3 years ago

Added

  • --depth=24bit/--24bit — 24-bit or "true" color depth. Contributed by Sotiris Papatheodorou (@sotpapathe).

Modified

  • better temporary file name handling. Contributed by @kennbr34.
  • use autoconf to check for mcurses. Contributed by @kennbr34.
  • CImg is now imported as a git submodule. Contributed by Erick Ochoa (@efferifick)

Fixed

  • link against ncurses. Contributed by Josh Braendel (@Jbudone)

v2.3.0

5 years ago
  • Add the --half-height option, which uses half-height blocks (â–€) to double the vertical resolution. Note that this only looks good in certain terminal configurations, but when it looks good, it looks dayum good! (Issue #16)

v2.2.0

6 years ago
  • add --height option (#10)
  • support width option for iTerm2 mode (#17)

v2.1.0

6 years ago
  • Adds ability to pipe images from stdin (#13, #14)

v2.0.0

7 years ago
  • Adds support iTerm2's inline images. This will be used by default in iTerm2
  • Uses CImg as a more robust library to load and scale images.