

To change that password visit the Control Panel.įAQ Can I use Pixo to edit my images in the wp-admin Media Library
Image editor registration#
The registration is with your WordPress user’s email address and a randomly generated password. This plugin only wraps the service into WordPress and does the registration automatically for you. Pixo is external service that requires registration. Ability to choose to which image size to apply changes to (all, thumbnail, all except thumbnail).
Image editor update#
Image editor download#
If dpiMode is set to auto, the value returned is the DPI of the download at the current size/resolution.

Gets the JSON data for the current design. scaleDownLargePages, which is only valid for pdf, will reduce the file's physical dimensions to 1/10 when it is bigger than 200 inches. multipage is a boolean that will return all pages in a design when true. Accepts optional arguments: format can be either 'jpg', 'png', 'pdf' or 'tiff'. Returns the blob data for the current design. The URL, image data or element of an image to add to the canvasįunction to handle licensing requests from the application (needs to be provided at startup) When set to 'auto', the DPI will be automatically adjusted (when necessary) to allow for the creation of images with large physical sizes Initial pixel width of the design (cannot exceed 12000). Initial pixel height of the design (cannot exceed 12000). Specify where to insert Editor on the page As an example, let's use a HTMLImageElement with the ID image-to-edit: Properly setting the image's CORS headers will enable Editor to load the image anonymously within the iframe.Īlternatively, you can use an HTMLImageElement, in which case, Editor will inherit the parent page's CORS policy. If using an image URL ( ), the image must be a JPEG or PNG file and permit cross-origin use. You can load an external image in Editor by using the image option. Editor is loaded and ready for user interaction then(editor.ui.hideActivityIndicator) // Hide loading screen showActivityIndicator() // Display a loading screen OnPrimaryAction: () => // Function executed when the primary action button is clicked Custom canvas sizes for your users to choose from PrimaryActionText: 'Save and close', // The text on the primary action buttonĬontainer: document.querySelector( '#editor'), // Specify where to insert Editor on the parent page Language: 'en', // One of Editor's 25+ supported languagesĪpiKey: 'XDj5YViial3ibnnevAfmGi14', // This key can only be used for testing purposes Logo: true, // Whether or not a logo should be displayed
