Example #1
0
void open_image_file()
{
    if (image_file.is_open())
        return;
    image_file.open();
}