From 86faaa2088244b44f54b463e4eccd84154afb219 Mon Sep 17 00:00:00 2001 From: jcsjcs 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 --- ChangeLog | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b146fe..1dee3b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,21 @@ 2006-06-03 Jorg Schuler - * tests/test-photos.c: added possibility to dump all photos into a - directory: + * 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. + + * tests/test-photos.c: added possibility to dump all photos into + a directory: + tests/test-photos dump * src/itdb_artwork.c: changed byte order for full screen iPod -- cgit