This post is part from series of posts related to integrating Pixo into most popular frameworks. You may check also: Integrate Pixo in React app Integrate Pixo in Vue app You can check the example and the source code here. Create new Angular app We start with creating a boilerplate app. We need Angular-CLI forRead More
Category: Integration
Pixo is now available in Russian!
Hi folks, Here’s another translation available! It is Russian (ru-RU). If you need Pixo translated to this language, set it like this: new Pixo.Bridge({ language: ‘ru-RU’, }); Special thanks to Evgeny Glazyrin, web programmer from Yoshkar-Ola, for translating. If you want Pixo translated in your language, you can help!
Customizing styles: custom stylesheet
As you know, when integrating Pixo you can customize its look & feel by setting colors and backgrounds of the main components. We’ve been asked by a couple of customers to allow styling of even more & smaller components, like form elements, buttons, etc. Instead, today we provide hook for attaching custom stylesheets. This willRead More
What are your most wanted features?
(updated Apr 20, 2020) We are ready with the list of features we want to implement in Pixo in the near future. Now, you have the power to determine what’s your most wanted ones, so we can start with them! In this form we ask you to determine the importance of each feature we plan toRead More
Pixo is now available in Brazilian Portuguese!
Hi folks, Here’s another translation available! It is Brazilian Portuguese (pt-BR). If you need Pixo translated to this language, set it like this: new Pixo.Bridge({ language: ‘pt-BR’, }); Special thanks to Edelcio Molina (CEO, SimplificaCI) for translating. If you want Pixo translated in your language, you can help!
Update on recent changes
Hi folks, Long time no hear… But we keep ourselves busy 🙂 Here’s a list with some recent improvements. Improved loading If you send to the editor url to image to be edited, the url’s domain should be either the same as your site, or should have CORS enabled. Pixo requires servers to serve imagesRead More
Help us internationalize Pixo
Hi folks, Pixo is used worldwide, and it will be great if it can be translated into multiple languages. That’s why we added ability to configure the editor in specific language. However, we lack of translations. Therefore, we kindly ask you to help us translate it. How to help Download sample JSON translation file Rename theRead More
Improved Property panel
Hi, At Pixo we’re constantly working on improving Editor’s user experience in parallel with the new features and extensions. It is very important for us to know that your users (a.k.a. our end users) are happy with it and use it with ease. Therefore, from time to time we organize groups of people and observeRead More
IMPORTANT: Testing Pixo integration locally
When you are integrating Pixo into your product, you’ll want to test it first before it goes to production. There is a catch you need to know when you test with locally hosted images. Editing remote images with Pixo When you open Pixo with image url, it is very important that the image url: belongsRead More
Pixo is now in WordPress!
Hello devs, A WordPress plugin that integrates Pixo was just released. With this plugin you can edit your Media images with Pixo instead of the default built-in image editor. Pixo allows you to do much more with your images. The plugin is compatible with WordPress version 4+ and php 5.2+ (both dating for quite long).Read More