bmp of 32bit color
bmp of 32bit color
hi.
i use dd 2.4.1.
attached dwg in which rasterimage was inserted.
odamfcapp becomes oda_fail() for vectorize.
bmp is 32bit color.
isn't there something evasion method?
exgirasterimage.cpp
code:
odgirasterimage:

ixelformatinfo odexgirasterimage:

ixelformat() const
{
odgirasterimage:

ixelformatinfo res;
if(numcolors())
res.setbgra(); // palette is bgra in bmp
else
{
if(m_header.m_bitperpixel == 24)
res.setbgr();
else if(m_header.m_bitperpixel == 16)
res.set16bitbgr();
else
{
oda_fail(); // !!!!!!!!!!!!!
}
}
return res;
}
thanks.
attached images
unfortunately where is no workaround if you have no dd sources.
the fix (to support 32-bit bmp) envolves not only exservices\exgirasterimage.cpp but source\rp\rasterprocessor.cpp
it will be available in next release/update
sergey slezkin
i wait for the next release.
thank you.