Pixie Nulled is a fully customizable and high performance photo editor that works on every device and can be easily integrated into existing projects or used as a stand-alone application.
Features
- Integration – Easily integrate pixie into any existing project or application.
- Extensible – Pixie interface and API can be extended with new functionality.
- Mobile – Pixie has full mobile support and adapts its interface to fit size of any device automatically.
- Theming – Easily change all editor colors to match it to your existing site or application design.
- Customizable UI – Customize UI by showing, hiding or adding new menu items, changing toolbar positions or using a different theme.
- Translatable – Pixie’s interface is fully translatable via configuration.
- Watermark – Saved photos can be easily watermarked with specified text.
- Modes – Choose between overlay(modal), inline or full screen modes.
- Tools API – Use all pixie tools (resize, crop, frame etc) via API without opening pixie interface.
- Customizable Tools – All tools are fully customizable, you can remove or modify and add custom stickers, shapes, fonts, frames and more.
- Saving State – Save current editor state in json format, allowing for functionality like pre-built templates.
- Loading State – Load previously saved state including images and all changes that were made.
- Photo Manipulation – Resize, crop, transform and more via interface or API.
- Filters – Pixie comes with many built in filters like grayscale, blur, black & white, vintage and more. More filters can be added via API..
- Frame – Add built-in responsive frames to photo of any size or add your own frames.
- Crop – Crop photo to one of specified aspect ratios or let user select custom crop zone via UI.
- Draw – Powerful free drawing tool supports both mouse and touch, has multiple brush types, colors and more.
- Text – Full support for adding text to images. Several hundred of google fonts can be used or only custom added fonts.
- Shapes – Custom shapes can be easily added by simply specifying svg image path.
- Stickers – Custom stickers can be added or removed. Any type of image can be used as a sticker.
- Corners – Image corners can be rounded with one simple click or API call.
- Empty canvas – Pixie does not have to edit existing photo, custom images can easily be created from scratch as well.
- History – All editor actions are non destructive and can be easily undone and redone via history tool.
- Objects – All objects like stickers, shapes and text are on their own layer and can be easily moved, resized, deleted and modified by changing their color, adding shadow, background and more.
- Patterns and Gradients – All objects can be filled in with many built in or custom patterns and gradients.
- Saving – Modified image can be easily saved on local device or on the server via API or interface..
- Zoom & Pan – Canvas can be zoomed and panned using mouse, mouse wheel, or touch and pinch gestures on mobile devices.
- HTML5 – Pixie uses native HTML5, which means it works on every device.
Demo : https://codecanyon.net/item/pixie-image-editor/10721475
Changelog
2024 Jun 23 – Version 3.0.5
- fix: a few issues with importing into other react apps
- fix: text color issue in sample dialog on dark mode
- fix: text color in export dialog in dark mode
- fix: some custom fonts not rendering properly
- fix: defaultName option not working
- fix: issues with image paning
- fix: saving not working properly sometimes if there’s text on canvas
- fix: some layout issues on mobile in draw toolbar
2023 May 18 – Version 3.0.4
- new: added eraser brush
- new: added a button to expand/collapse overlay controls
- new: it’s now possible to paste copied image directly into pixie via ctrl+v shortcut
- new: added addImageFromData method to add image using base64 data
- new: added tools.text.controlsPadding option to override gap size between text and control box
- new: added an option to prevent image added via import tool from being auto selected in editor
- new: added “addImageFromUrl” method for opening image from remote or local url
- new: state exporting/import will now load the full history for current editor
- refactor: “pixie.open” method will now work identically to “pixie.resetEditor” if new configuration is specified
- fix: corner tool default will now use percentages instead of pixels
- fix: don’t auto position text with “text.add” method if custom position is provided
- fix: text preventing filters from being applied
- fix: ‘onOpen’ callback and ‘defaultTool’ option not working when using ‘resetEditor’
- fix: sticker sometimes losing color after dragging
- fix: don’t open sticker panel when selecting custom image in editor
- fix: prevent sticker from losing color after loading editor state
- fix: some translation issues
2022 October 03 – Version 3.0.3
Enhancements
- Added “Open image” and “Objects” button to example configuration.
- Straight line can now be drawn in draw tool by pressing shiftKey
- Menubar button style can now be changed to “flat”, “outline”, “raised” or “text” via “buttonVariant” option.
- Menubar button color can now be changed to “primary”, “danger”, “paper” or “chip” via “buttonColor” option.
- Menubar items can now be sorted by using “position” option.
Bug Fixes
- Fixed some issues with custom menubar item alignment.
- Menubar items without icon will now display properly.
- Fixed an issue where draw tool would not work properly when opening it with an object selected.
- Toggling history or object panel will now close other open panels.
2022 March 08 – Version 3.0.2
Enhancements
- Icons in navbar and menubar now accept url, svg path or react component.
- Overlays and dialogs inside pixie will now have improved positioning.
Bug Fixes
- Background color picker in new image dialog will now toggle correctly.
- Pixie styling will no longer conflict with bootstrap or styling