Skip to content
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

webp images are not added to the image queue and do not have a properties menu #25

Closed
2 tasks done
Seryi3 opened this issue Feb 5, 2021 · 3 comments
Closed
2 tasks done
Labels
bug Something isn't working
Milestone

Comments

@Seryi3
Copy link
Contributor

Seryi3 commented Feb 5, 2021

edit by maintainer:

  • added to the image queue
  • have a properties menu
@BLumia
Copy link
Owner

BLumia commented Feb 5, 2021

Hi, it's a known issue and planned to be fixed within the next release. If you need a quick fix, you can just edit the following place and add the file suffix you needed to the code, and it will work then.

QStringList entryList = dir.entryList({"*.jpg", "*.jpeg", "*.jfif", "*.png", "*.gif", "*.svg", "*.bmp"},

It's just a workaround solution though, the later updates may consider no longer use hard-coded formats list or other solution.

@BLumia BLumia added this to the 0.4.2 milestone Feb 5, 2021
@BLumia BLumia added the bug Something isn't working label Feb 5, 2021
@BLumia
Copy link
Owner

BLumia commented Feb 9, 2021

The last commit adds the ability to show property dialog to any supported formats. You can get a pre-built binary from here.

I still not decided how to introduce a way to let only selected formats get into the image queue. For example, PSD and XCF are supported, but I don't want them to get into the image queue, anyway, this should still be fixed before the next release.

@BLumia
Copy link
Owner

BLumia commented Feb 25, 2021

webp images will now be added to the image queue after 9c460f2. You can get a pre-built binary from here.

Please notice I still haven't introduced a way to customize this behavior, so even if we support formats like AVIF and etc, it still won't load into the image queue. This might be a configurable option but no promise for now.

@BLumia BLumia closed this as completed Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants