You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone.
I built an android app with Kivy/Buildozer. Everything works perfectly except one thing :
i have a problem with some .jpg files. They are not displayed (replaced by a white square) on my phone. (BUT correctly displayed on PC)
Some others .jpg are correctly displayed, they have same size, and they are displayed in the same Screen than the other should be. So i cant find where is the problem, since it works for some .jpg and not for other ...
Function is triggered by a button in another Screen, then my variable root.choix take the related value/path : 'myjpg.jpg'
Here is how its works. So, with this method some .jpg are not displayed. And i dont understand why. Is that a known error ?
Thanks. (.jpg files are all in the same files, no error in the name, all the same size (2000*7000 px approx))
Sorry for my english x)
The text was updated successfully, but these errors were encountered:
👋 @Janloui, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
This looks like a support question, there might be multiple reasons and it’s better to ask about it in support channels, first i’d suggest checking if you just display one of the offending image (if it’s always the same), as your images are big, it could be just that you load enough for the gpu not being able to load them all at the same time. If it’s not that, you might want to check the specific things about the image, as jpeg is a complex format and different editors will use different features of it when saving, so using a common cool to save them as jpeg might fix the issue (in which case it could be a kivy bug, but it would be better to have a specific image to share that show the bug).
Please follow up in support channels though, rather than here.
Hi everyone.
I built an android app with Kivy/Buildozer. Everything works perfectly except one thing :
i have a problem with some .jpg files. They are not displayed (replaced by a white square) on my phone. (BUT correctly displayed on PC)
Some others .jpg are correctly displayed, they have same size, and they are displayed in the same Screen than the other should be. So i cant find where is the problem, since it works for some .jpg and not for other ...
Here is a part of the .kv file :
So as you can see it should display this source : root.choix
Here in the .py file i have a simple function :
Function is triggered by a button in another Screen, then my variable root.choix take the related value/path : 'myjpg.jpg'
Here is how its works. So, with this method some .jpg are not displayed. And i dont understand why. Is that a known error ?
Thanks. (.jpg files are all in the same files, no error in the name, all the same size (2000*7000 px approx))
Sorry for my english x)
The text was updated successfully, but these errors were encountered: