From f68c615b63670b9b17ab8baaa5771f9d41d931eb Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Fri, 2 Jun 2006 18:08:14 +0000 Subject: * src/db-artwork-writer.c src/db-image-parser.c src/itdb.h src/ithumb-writer.c: Hopefully do padding right: - read padding fields from mhni header and store them with each thumbnail - calculate padding for PhotoDB only (padding for iTunesDB Artwork does not seem to be necessary) - include the padding into the total width/height It seems to work well on my iPod Nano -- feedback appreciated. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1298 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- docs/reference/tmpl/artwork.sgml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/reference') diff --git a/docs/reference/tmpl/artwork.sgml b/docs/reference/tmpl/artwork.sgml index 9d0005b..fafde75 100644 --- a/docs/reference/tmpl/artwork.sgml +++ b/docs/reference/tmpl/artwork.sgml @@ -43,6 +43,8 @@ Data structure to store iPod artwork (cover and photos) @size: @width: @height: +@horizontal_padding: +@vertical_padding: -- cgit