Skip to content

PIXterm 1.3.0

Compare
Choose a tag to compare
@eliukblau eliukblau released this 10 Dec 08:30
· 11 commits to master since this release

pixterm_credits

⭐ PIXterm 1.3.0 ⭐ ¯\_(ツ)_/¯ 😜🎉
‿︵‿︵‿︵‿︵( °ω° )︵‿︵‿︵‿︵‿

  • Updated to use standard Go module system.
  • Code structure now uses Standard Go Project Layout.
  • Lastest versions of many packages.
  • Corrections and new functionalities from contributors! 💖...
    • Color support for Windows (Command Prompt & PowerShell) - @brutestack.
    • Original code for disable background color in dithering mode - @brutestack.
    • Original code for output Go code to fmt.Print() the image - @brutestack.
    • NewFromImage() & NewScaledFromImage() for ANSImage API - @diamondburned.