pxl icon indicating copy to clipboard operation
pxl copied to clipboard

Display images in the terminal

Results 9 pxl issues
Sort by recently updated
recently updated
newest added

Usually it works fine, but this simple PNG grid is cropped at half: The original image is (zipped because GitHub will compress otherwise): [4x4.png.zip](https://github.com/ichinaski/pxl/files/8838215/4x4.png.zip)

I have GO installed and running and configured in the PATH as well. I run this: go get github.com/ichinaski/pxl It gives no error, by which I assume it's gotten installed...

Should resolve #18, and also resolve #20. Also, add go.mod and go.sum for Go module support. While adjusting the README for the above changes, also expand on installation paths which...

Put it as a library please, I'd really like to use it in my project.

# github.com/ichinaski/pxl ..\..\..\..\ichinaski\pxl\image.go:26:34: not enough arguments in call to syscall.Syscall6 ..\..\..\..\ichinaski\pxl\image.go:26:35: undefined: syscall.SYS_IOCTL ..\..\..\..\ichinaski\pxl\image.go:26:87: undefined: syscall.TIOCGWINSZ

Hi, I'd like to import this github.com/ichinaski/pxl into my Go project. Mind changing the structure of this project, so people can import it? We'd basically need to separate `func main()`...

I got a problem with installing/setting it up on Bash on Ubuntu on Windows. It installs fine, but I get an error when running: procyon@Raccoonbook:~$ pxl /mnt/c/Users/Procyon/Pictures/chattobuysupport.png panic: invalid argument...