emsquid / pic

Preview Image in CLI.
MIT License
57 stars 4 forks source link

fix: guess format with kitty protocol #5

Closed Maratripa closed 1 year ago

Maratripa commented 1 year ago

Had an issue Image error: Format error decoding Jpeg: Invalid JPEG format: first two bytes are not an SOI marker with kitty protocol when trying to open an image with the wrong file extension.

Fix: Make kitty protocol open images with io::Reader to use with_guessed_format.