Kodi Community Forum
Round edges for posters - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Round edges for posters (/showthread.php?tid=267282)



Round edges for posters - the_bo - 2016-04-03

Hi

Just wondering is there way to have round edges for posters?

Is there texture diffuse setting or something.

Thanks


RE: Round edges for posters - ronie - 2016-04-03

yup, see this post for an explanation:
http://forum.kodi.tv/showthread.php?tid=265149


RE: Round edges for posters - the_bo - 2016-04-03

(2016-04-03, 13:42)ronie Wrote: yup, see this post for an explanation:
http://forum.kodi.tv/showthread.php?tid=265149

Cheers Ronie Big Grin


RE: Round edges for posters - the_bo - 2016-04-03

Hi ronie again.

Got round corners working thanks.

Just wondering how can i use two diffuse images inside the texture tag.

The following gives errors. Is there way putting two or do i have to create seperate textures for each.

Thanks again

PHP Code:
<texture flipy="true" diffuse="thumb_shelf_reflect_poster.png" diffuse="posterdiffuse2.png" 
fallback="DefaultVideoPoster.png" background="true">$VAR[value_poster]</texture



RE: Round edges for posters - ronie - 2016-04-03

yeah, you have to use a separate image control for the reflection.