by andrew » Thu Jan 06, 2011 9:59 am
QCAD estimates that the bitmap would take up a lot of memory and does not export it to avoid crashing due to lack of memory.
This behavior of QCAD can be changed only by editing the configuration file of QCAD directly.
You can edit the QCAD.ini file with a plain text editor of your choice.
After the section [Appearance], please paste the following line:
AutoHideImages = 0
Depending on your operating system, you can find the QCAD.ini file at:
Windows 7:
C:\Users\username\Application Data\RibbonSoft\QCAD.ini
Windows Vista:
C:\Users\username\AppData\Roaming\RibbonSoft\QCAD.ini
Windows XP:
C:\Documents and Settings\username\Application Data\RibbonSoft\QCAD.ini
Linux:
/home/username/.config/RibbonSoft/QCAD.ini
Max OS X:
/Users/username/.config/RibbonSoft/QCAD.ini
(username is your login name)