<< Click to Display Table of Contents >>

Max DPI

Maximum DPI of the selected image obtained by ImagePicker.

Please set to a value greater than 0.

The selected image obtained by ImagePicker is resized in the following cases.

The width of the original image is larger than (the width of the component x maximum DPI / 72).

The height of the original image is larger than (the height of the component x maximum DPI / 72).

When selected images are resized according to the maximum DPI, the changed image format is as follows.

ActiveX

PNG format is not changed. Also the bit information is maintained.

GIF is re-created in a 32-bit PNG format. The transparent information of GIF is maintained.

A 1-bit image that is not PNG or GIF is re-created in a 1-bit PNG format.

An 8-bit image that is not PNG or GIF is re-created in an 8-bit PNG format.

Other images are re-created in a JPG format.

Android

PNG is re-created in a 32-bit PNG format. The transparent information of PNG is maintained.

GIF is re-created in a 32-bit PNG format. The transparent information of GIF is changed to white.

Other images are re-created in a JPG format.

iOS

PNG is re-created in a 32-bit PNG format. It will change from RGB(222,222,222) to RGB(255,255,255) color as transparent.

GIF is re-created in a 32-bit PNG format. The transparent information of GIF is changed to white.

Other images are re-created in a JPG format.