-
Notifications
You must be signed in to change notification settings - Fork 383
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
[Feature Request]: Make gifs animate in app #338
Comments
GIF previews are currently operational on the thumbnails branch, which will be merged into the upcoming 9.4 release |
i see, (didnt know that even existed) |
I'll probably just keep using the main branch tbh, its not too annoying for me, at least if i keep open a instance of photos so that #339 doesn't lock up photos again |
I'd recommend the same, if anything keep an eye out for when I eventually make a PR and it gets merged into the Also to address APNG playback, I've done some initial testing to see if it would be immediately supported by my GIF playback implementation but it looks like it isn't natively supported by Qt. That being said I may be able to just convert the APNG file to a GIF on the fly and plug it into the playback system. Animated WEBPs are also easy to get working, although I'd rather develop a way to distinguish still from animated WEBP files in the preview pane before adding that in due to some UI quirks. |
ah i see |
|
GIF playback added in #390 |
Checklist
Description
its as simple as the title make gifs work in app
(also Apng too but it might work allready and i wouldn't know cause i don't have any apps other than a decomp* thing for Apngs)
*(splits off the other images hidden in the file)
Solution
make gifs (and maybe Apngs if they didn't work already) work in tag studio
(also maybe get it to work for those cached thumbnails upcoming feature probably things, but its not as required as just making it work in the tiny viewer thing)
Alternatives
No response
The text was updated successfully, but these errors were encountered: