mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-02-02 00:37:55 +00:00
636c6c4efb
The m_imageData buffer in the BITMAP_BASE is an internal implementation - the public API to persist the data to a stream appears to be SaveImageData - so use that, which hides the implementation (and generates the image data "live" when needed). Remove the public access to the m_imageData buffer as it isn't needed for public use, and also is misleading. Also break out the formatting of the data into KICAD_FORMAT, as it's currently replicated in eeschema/pcb/pagelayout formatting code. Fixes: https://gitlab.com/kicad/code/kicad/-/issues/19772 |
||
---|---|---|
.. | ||
altium | ||
cadstar | ||
database | ||
eagle | ||
easyeda | ||
easyedapro | ||
http_lib | ||
kicad_legacy | ||
kicad_sexpr | ||
ltspice | ||
sch_io_lib_cache.cpp | ||
sch_io_lib_cache.h | ||
sch_io_mgr.cpp | ||
sch_io_mgr.h | ||
sch_io.cpp | ||
sch_io.h |