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

Imgbot RGBA incompatibility with Tauri on Linux #1323

Open
ChecksumDev opened this issue Aug 11, 2023 · 0 comments
Open

Imgbot RGBA incompatibility with Tauri on Linux #1323

ChecksumDev opened this issue Aug 11, 2023 · 0 comments

Comments

@ChecksumDev
Copy link

Hey! I was using Imgbot to optimize our images for an application, and when your service optimized our images it made building on Linux fail, and we had to roll this change back later.

After looking in the configuration it appears there is no setting for preventing Imgbot to convert from RGBA.
beat-forge/clients#22 for more information, files and further actions logs.

  error: proc macro panicked
    --> apps/gui/src-tauri/src/main.rs:59:14
     |
  59 |         .run(tauri::generate_context!())
     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = help: message: icon /home/runner/work/clients/clients/apps/gui/src-tauri/assets/icons/32x32.png is not RGBA

It would be a great addition to configuration since the conversion from RGBA can break some applications.

ChecksumDev added a commit to beat-forge/clients that referenced this issue Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant