int imageSize = 40 + 4 * (bitCount <= 8 ? (1 << bitCount) : 0) +
src.getHeight() * scanline_size +
src.getHeight() * t_scanline_size;
// ICONDIR
bos.write2Bytes(0); // reserved
bos.write2Bytes(1); // 1=ICO, 2=CUR
bos.write2Bytes(1); // count
// ICONDIRENTRY
int iconDirEntryWidth = src.getWidth();