Home Reference Source

application/lang/en/media-editor.js

export const language = {
    help: () => {
        return (
            <div>
                <p>
                    CEO employs an on-demand image processing service that allows you to tailor images for your site. The media editor allows you to easily customize the properties for defined template spots.
                </p>
                <strong>What are Face and Action focus?</strong>
                <p>
                    Face focus attempts to focus on faces. Starting from the top left corner, the system uses facial recognition to determine a proper center point. Action focus uses the pixel data to try to determine where the most action in the image is and focus on that.
                </p>
                <strong>What is Manual focus?</strong>
                <p>
                    Manual focus lets you choose the focal point of an image.
                </p>
                <strong>Are my original images altered?</strong>
                <p>
                    Nope, your original images are untouched. The system saves a copy, referred to as the "master image", that is the basis for all your image edits.
                </p>
                <strong>Can I add more preview sizes?</strong>
                <p>
                    Yes! Your preview sizes are generally defined by your site design, but more can be added for any purpose. Just contact <a href="mailto:support@statenews.com" target="_blank">support</a> and they will be happy to help you out.
                </p>
            </div>
        )
    }
};