ImproveMode

Description

Defines the available modes to use with the improve effect.

Examples

			import {Cloudinary} from "@cloudinary/url-gen/instance/Cloudinary";
			import {outdoor} from "@cloudinary/url-gen/qualifiers/improveMode";
			import {improve} from "@cloudinary/url-gen/actions/adjust";
			
			const yourCldInstance = new Cloudinary({cloud: {cloudName: 'demo'}});
			const image = yourCldInstance.image('woman');
			image.adjust(improve().mode(outdoor()));
Details

To be used with an Adjust Improve

Methods


<static> outdoor()

qualifier

Description

Use this mode to get better results on outdoor images.

Returns

string


<static> indoor()

qualifier

Description

Use this mode to get better results on images with indoor lighting and shadows.

Returns

string