When i run the following code:
Code: Select all
Image image;
image.read( "path_to_file" );
cout << image.resolutionUnits() << endl;
Code: Select all
Image image;
image.read( "path_to_file" );
cout << image.resolutionUnits() << endl;
Users browsing this forum: No registered users and 10 guests