Render the server-side representation of the image from client-side pixels. Normally, IMAGE_DITHER is used which causes the server-side representation to be rendered using a 16x16 ordered dither if necessary; however if IMAGE_NEAREST is used a faster (but uglier-looking), nearest neighbor algorithm is used. Reimplemented in FX::FXIcon.
|