-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with image rendering using kitty #159
Comments
Hi @sebelk! Thanks for creating this issue. The markdown looks correct to me, so I wonder if it's something to do with the image, or some Could you try uploading the image here, as well as maybe trying a different image format? |
I see that patat is internally using |
@jaspervdj Thanks for your fast answer! I've tested with at least 3 images that I attach below. On all of those images IANAP (I am not a programmer) 😃 however I suspect that the issue is related to how 'patat' processes the output of the 'identify' command from ImageMagick. Look at the complete error message:
If you ran that command will fail, for example:
Now let's quote commas:
And the ouput is much better 😃 And one more thing, if the path contains
But with icat works fine:
(No errors) Could be an error in lib/Patat/Images/Kitty.hs ? Thanks in advance!! a) b) c) |
Yes, I think your intuition is right, and the issue with both the However, |
@jaspervdj @sebelk , I've encountered an issue similar to what you have reported here. When trying to process images with ImageMagick, I receive the following error:
Interestingly, displaying images in Kitty using
Thank you! |
I have the following markdown:
I have the following error using kitty backend:
If I run the kitty icat outside patat runs fine.
Versions: patat-0.9.2.0-1.fc39.x86_64 (OS: Fedora 39)
Please could you tell me if I'm missing something?
Thanks in advance
The text was updated successfully, but these errors were encountered: