We are using Embedded image annotation with JPeg format for both main file and the embedded image. When we save the file, file size increases significantly. For an embedded jpeg file of size 650K, total image size increases by 10MB. Is library converting Jpeg into PNG for embedded images when saving? This is reproducible with WpfAnnotation demo.
Thanks
Babu
Re: File size increase with embedded image annotation in Jpeg format
In version 8.6.15.1 we have added the ability to set the image encoder for serializing EmbeddedImageAnnotation. The image encoder can be set using AnnotationFormatter.DefaultImageEncoder and AnnotationFormatter.ImageEncoder properties. Please try to use version 8.6.15.1 and let me know if you will have any question or problem.
Best regards, Alexander
Re: File size increase with embedded image annotation in Jpeg format