Skip to content
#

image-editor

Here are 97 public repositories matching this topic...

jspaint
1j01
1j01 commented Jan 5, 2020

The curve tool is showing the correct color when the right mouse button is down but switching back to the foreground color once you release.

  • You can still make curves in both colors, since when finalizing it uses the correct color. It's just the preview can be confusing.
  • This was broken in "Make Curve tool passive until finalized" (90493cf687b17df73a2cc37b6db878aa1d204f7a)
  • Previously it r
bug

ZMJImageEditor is a picture editing component like WeChat. It is powerful and easy to integrate, supporting rendering, text, rotation, tailoring, mapping and other functions. (ZMJImageEditor 是一个和微信一样图片编辑的组件,功能强大,极易集成,支持绘制、文字、旋转、剪裁、贴图等功能)

  • Updated Apr 25, 2018
  • Objective-C
PandexLee
PandexLee commented Feb 13, 2020

Current Behavior

Loading image error, but not callback reject

//  my code
    this.$refs.tuiImageEditor.invoke('loadImageFromURL', this.img, 'checker_image').then((result, error) => {
      this.$emit('cancel_loading')
      console.log('loadImageFromURL',result,error)
 
shyambravo4488
shyambravo4488 commented Jan 9, 2020

Version - 1.1.0

Test Environment - Chrome

Current Behavior

Can't use the loadImageFromURL without UI. Image is not loading and also there are no docs for react version in the docs section. The document section throws 404 error.

 editorInstance.loadImageFromURL('./abc.png','abc');

Expected Behavior

Image load without UI

Improve this page

Add a description, image, and links to the image-editor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the image-editor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.