-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
[BUG] GIFs are slow (laggy) #126
Comments
send this gif pls |
In general, I would like to know how to make all the images and .gif to open were the original size if possible for my screen. Because I noticed that Quick Picture Viewer increases the size of images, that is, stretches them, although the original size image less. It's stressing me out, I constantly have to put 100% on zoom. |
In ImageGlass, for example, there is no problem with this. |
I looked into this one, and it seems like the version of .NET used by this project is the issue (WinForms with .NET 4.6).
I tried migrating the project to .NET 8.0, but
The update to .NET 8.0 could tremendously benefit these apps, performance-wise it's a no brainer. @Beelink what do you think? |
@adriengivry All libs you mentioned are using the local dll for the QuickLibrary (example) so I think it's okay to update QPV and QuickLibrary to .NET 8.0 LTS but I don't know how it should be done in the right way. @adriengivry Could you help me with that? |
@Beelink You need to use Visual Studio Upgrade Assistant (right click on a c# project --> upgrade). There is a bug sometimes you might need to right click twice 🤷♂️ You'll have to remove some deprecated code sections. I've updated it myself to .NET8.0 on my fork (Commit: adriengivry@3a4fdb1) |
Describe the bug
The .gif files are slow when playing them. This is very noticeable, I compared with other photo viewers.
Info:
To Reproduce
Run the .gif (in my case the weight of the .gif is 6MB).
Expected behavior
My expectation is that .gif files should play smoothly NOT depending on their size as in other programs.
The text was updated successfully, but these errors were encountered: