Replies: 7 comments
-
| Upsizing would need to use  Back in the commit history, kodi_display_panel.py originally used  All of the resampling filters listed for both  So, I don't know if upsizing is actually possible or not and, if possible, I don't know what the result would like look. The line I've often heard is that resizing cannot "fill in" information that isn't present; the result may therefore just look blocky. | 
Beta Was this translation helpful? Give feedback.
-
| The "Resizing Images" section of this page https://auth0.com/blog/image-processing-in-python-with-pillow/#Resizing-Images states the following: 
 Note the "[larger image] is likely to be blurry compared to the original" description. | 
Beta Was this translation helpful? Give feedback.
-
| I'll look at digging up the older code that used  Enlarging will likely be qualified with an additional key (mutually exclusive with the existing  | 
Beta Was this translation helpful? Give feedback.
-
| Should be possible in kodi_panel v1.41 | 
Beta Was this translation helpful? Give feedback.
-
| What is the correct syntax; in my TOML file I have the following 
 It does not enlarge the picture. | 
Beta Was this translation helpful? Give feedback.
-
| Please try kodi_panel v1.48.  There was a bug that was introduced into  
 For audio artwork going through a  All video covers and the  Finally, only one of  | 
Beta Was this translation helpful? Give feedback.
-
| I confirm it work with 1.48. (both audio with  Thanks | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
as reference to my post on coreelec forum:
https://discourse.coreelec.org/t/graphical-front-panel-display/12932/210
Artwork do not get upscaled (only downscaled)
This could be problematic on display with high pixel density as the displayed size is limited by the resilution of the thumb retreived from kodi.
Of course upscaling will decrease quality but it should stay acceptable.
I personally plan to use a 12/15" display with 1920x1080 resolution.
Is there anyway to upscale the retrieved picture?
Beta Was this translation helpful? Give feedback.
All reactions