-
Notifications
You must be signed in to change notification settings - Fork 9
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
Image sprites appear distorted/glitched #23
Comments
Hello @laoraryn glad you love it! I'm slowing trying to get back to fixes the issues in this project. So I apologize, if I don't get to this quickly. I'll try to help and also point you to the relevant line, so you can can better debug and tweak the display. First off, all of the display is handled by pokeshell/bin/imageshell/imageshell.sh Line 65 in 8dd4d60
Now this line should provide pixel perfect display, but it isn't doing that. Most likely because the image is being resized. Notice the |
Update: I think I found the bug, a recent commit removed the Looks like |
Unfortunately I'm still getting the same glitched images :( Just because I'm not 100% sure I know what you recommended, here's what I did:
Did I need to do anything with hyfetch/Magick/chafa? I'm relatively new to messing with the terminal so I'm not sure how to do what you described. |
Also, no worries at all on potential slow replies! I appreciate the help :) |
Ah thanks for reporting back, I'd first make sure that you are removing the cache This might be something to investigate. What's your imagemagick version? It could be an older version of magick that doesn't support how I'm currently using imagemagick. I don't remember the command to check the version off the cuff. Maybe something like |
starship is p nice! I've been meaning it to give it a go! Okay so I updated uninstall to clear the cache Some more info: my magick version is the same, but is built with the png delegate which means I don't see the error. (I'm on Arch Linux), while looking at your output, I see that you only have zlib delegate. Please download/clone the repo again, uninstall, install, and then try again. Do let me know if the issue is fixed for you guys. If the issue still persists, we will take a look at |
I ran uninstall.sh, cloned and ran install.sh, but I'm unfortunately still getting the same distorted result. Can confirm the magick deprecated command error is gone tho! My |
can you post an image of your output? |
@Cloudismss please read |
For the animations, see #13. This issue is for images only. |
The reinstallation shouldn't be an issue at all. But what is an issue is the fact you still have that warning. Let's work on getting rid of that. Can you first try to open up the |
Note if you want pixel perfect images (useful for the |
@laoraryn any updates? I'll go ahead and close this issue due to lack of activity, but please feel free to comment on this issue with responses to my above comments. |
Hi, I just found this and I love it! However when I try and use it, the sprites come out distorted, most similar to the Mantine in #6.
I use Black Box, but it's also happening in my default terminal. Here's some example images, both with neowofetch (running
pokeshell random
) and justpokeshell random
on its own:Default Linux Mint terminal:
Black Box:
Dependency versions:
Any ideas on what might be causing it? :/ Thanks!
The text was updated successfully, but these errors were encountered: