hackerb9

Results 363 comments of hackerb9

The sixel format supports 1-bit transparency, but ImageMagick does not know how to do that yet. The best we can do until that bug is fixed is to detect the...

> from what i gather from your reply, it is impossible to get a no-color background currently with imagemagick? Correct. And I'm not even sure that it would look good...

Thank you for the kind words. That sounds like a potentially useful addition *iff* it can be done in a way that preserves the simplicity of lsix. One problem is...

It's a good idea. But it looks like it will add too much complexity to `lsix`. I'm hoping to keep that program minimalist so others can easily modify it. I...

> Have a look here: https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda > > Mind, the list on that document is not complete anymore, but it contains a very good specification. > > Also, I just...

> Have a look here: https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda > > Mind, the list on that document is not complete anymore, but it contains a very good specification. > > Also, I just...

Nice. It works now. Is it a known problem that Contour sometimes coredumps on sixels?

Are you sure about empty filenames working? I have the same version of ImageMagick and I have to hit ^C to cancel. ```bash $ convert --version Version: ImageMagick 6.9.11-60 Q16...

I think I missed something. What else were you going to fix with 'sed'? I'm open to a larger patch if it helps me to understand the grand scheme.