https://bugs.documentfoundation.org/show_bug.cgi?id=127858

--- Comment #3 from Julien Nabet <[email protected]> ---
Noel: about 32 bits bmp, except in
https://opengrok.libreoffice.org/xref/core/svx/source/sdr/primitive2d/sdrprimitivetools.cxx?r=a2bd7470#56
56      BitmapEx aBitmap = vcl::bitmap::CreateFromData(cross, 3, 3, 12, 32);

I also noticed this one with grep -n CreateFromData:
   1669                     BitmapEx aImage =
vcl::bitmap::CreateFromData(maBitmap.data(), nImageWidth, nImageLength,
   1670                             nImageWidth * (HasAlphaChannel() ? 4 : 3),
// scanline bytes
   1671                             HasAlphaChannel() ? 32 : 24);

See
https://opengrok.libreoffice.org/xref/core/filter/source/graphicfilter/itiff/itiff.cxx?r=09ad0e78#1669

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to