Skip to content

nfsarch33/console-image-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Image Loader

Load static images and gifs and display in console output

Features

  • Static image support
  • Animated GIF support
  • Transparency

Installation

Download package to your project

go get github.com/nfsarch33/console-image-loader

Usage

package main

import (
	"fmt"
	"github.com/nfsarch33/console-image-loader/pkg/console_image"
)

func main() {
        // console_image.ShowImg() takes the image path param, change this to your image path.
	if err := console_image.ShowImg("pkg/console_image/test_image/goku.gif"); err != nil {
		fmt.Errorf("ShowImg() error = %v", err)
	}
}

About

Experimental terminal enhancement to load static images and gifs and display in console output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages