I'm not using the SDK, rather using C++ to create and construct the docx content.
So far evrythings works when inserting images of type other than JPEG : gif, png, etc : I insert the image in the package, create and point to a reference in the document relationship file.
This also works for JPEG images unless I specify dimensions in the xml drawing tag other than the real ones ...
When the dimensions are not the same, the document is corrupt and after MSWord2007 corrects it, I note that the JPEG picture real dimensions are altered to meet those specified in documents.xml.
Any comment ?