GNOME Bugzilla – Bug 619187
Tiff Writing
Last modified: 2010-06-14 14:32:54 UTC
Implement tiff writing for taglib-sharp.
Created attachment 161539 [details] [review] First implementation of tiff-writing
Created attachment 161540 [details] [review] Extend GenerateTestFixture
Created attachment 161541 [details] [review] Add a bunch of new tests for tiff and jpeg
Created attachment 161542 [details] [review] regenerate basic tiff test with generation tool
Review of attachment 161539 [details] [review]: ::: src/TagLib/IFD/Entries/StripOffsetsIFDEntry.cs @@ -52,2 +66,2 @@ /// <summary> - /// Constructor. + /// Construcor. Fix your accent! ;-)
Review of attachment 161539 [details] [review]: ::: src/TagLib/IFD/Entries/StripOffsetsIFDEntry.cs @@ -31,1 +31,6 @@ - /// Contains the offsets to the image data strips. + /// Contains the data of a Thumbnail. Since the thumbnail is + /// referenced by two long entries (offset to the data and length) + /// we need to take care of this special case. ... 3 more ... Sure this is a correct change and not a reverse patch? It's a bit strange to replace a strip offsets comment by a thumbnail comment in StripOffsetsIFDEntry.
stil merged
Comment on attachment 161539 [details] [review] First implementation of tiff-writing Rejecting all patches because Mike was apparently drunk or sleepy while submitting them ;-)