Pixie - Image Editor

Pixie - Image Editor 3.0.5

No permission to download
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
no change log for this version
  • 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
Top