Hello,
I notice 2 things on your code:
1) the first image contains a break-line in your inline data. Perhaps it's due to Codeplex forum but as-is, it does not work.
2) image/jpg is not a standardized content type. It should be image/jp__e__g.
I just have committed a change to include also image/jpg (it doesn't hurt to be supported...) and fix an optimisation I found while debugging your code.
You can download the latest source code and compile the lib.
Thank you,
Olivier
I notice 2 things on your code:
1) the first image contains a break-line in your inline data. Perhaps it's due to Codeplex forum but as-is, it does not work.
2) image/jpg is not a standardized content type. It should be image/jp__e__g.
I just have committed a change to include also image/jpg (it doesn't hurt to be supported...) and fix an optimisation I found while debugging your code.
You can download the latest source code and compile the lib.
Thank you,
Olivier