https://issues.apache.org/ooo/show_bug.cgi?id=15508
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #39 from Armin Le Grand <[email protected]> --- Works as expected, I did many checks. - for the main case (BMP graphic in AOO app, link and break or no link, save) the original is written to the ODF as expected -> enhancement - Writer export graphic - checked, works the orig BMP is written, current version writes PNG -> enhancement - Reload Writer when swapped - checked, works, orig BMP is reloaded instead of PNG -> slight enhancement (potentially smaller, thus faster) - Escher GraphicExport: Tried to use BlibType DIB, does not work, back to previous version which embeds a PNG. May work with direct DIB data, has potential to explore that -> no change - RTF export: tried BLIPType OOO_STRING_SVTOOLS_RTF_WBITMAP, does not work, back to previous version which embeds a PNG. May work with direct DIB data, has potential to explore that -> no change - OOX DrawingML::WriteImage not used yet, but may profit. Added example code, has potential for enhancement - Gallery insert graphic: Can keep orig BMP, but already does. Found no calls in debugger to GalleryTheme::InsertGraphic, but is potentially better -> enhancement - GraphicDescriptor::_getPropertyValues: support of BMP possible -> enhancement - SvXMLGraphicHelper::ImplInsertGraphicURL: support of BMP possible -> enhancement - XOutBitmap::WriteGraphic: support of BMP possible -> enhancement All in all some enhancements and worth a try. The question is if this should go to the beta... -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes.
