https://bugs.documentfoundation.org/show_bug.cgi?id=158224
Regina Henschel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Regina Henschel <[email protected]> --- I have tested it with current master on Windows 10. Converting a bmp-image does not crash. Converting a png-image crashes in sal_uInt16 GetPaletteEntryCount() const { const BitmapBuffer* pBuffer = mpBuffer; assert(HasPalette() && "Bitmap has no palette!"); return HasPalette() ? pBuffer->maPalette.GetEntryCount() : 0; } in include/vcl/BitmapInfoAccess.hxx coming from vcllo.dll!BitmapInfoAccess::GetPaletteEntryCount() Line 110 C++ vcllo.dll!ImplVectorizer::ImplVectorize(const Bitmap & rColorBmp, GDIMetaFile & rMtf, unsigned char cReduce, const Link<__int64,void> * pProgress) Line 660 C++ vcllo.dll!Bitmap::Vectorize(GDIMetaFile & rMtf, unsigned char cReduce, const Link<__int64,void> * pProgress) Line 1499 C++ -- You are receiving this mail because: You are the assignee for the bug.
