AlloyTeam / AlloyCrop

The best and tiny size mobile cropping component - 做最好且最小的移动裁剪组件
https://alloyteam.github.io/AlloyCrop/
943 stars 145 forks source link

关于图片的宽高问题 #1

Open jiangstack opened 7 years ago

jiangstack commented 7 years ago

cropjs中有代码如下 this.img_width = this.img.width; this.img_height = this.img.height; ionic3环境(angluar和typescript)下 这里的图片宽高获取的是屏幕的宽高 而普通网页(用您的demo修改的,添加了input手动选择图片下这里获取的图片宽高是图片高的实际宽高

不知道为什么 help

dntzhang commented 7 years ago

这个问题我真心帮不上

nurdun commented 6 years ago

@jiangstack 你好!请问一下这个插件在ionic3下能不能成功使用了?我在ionic3+angular4的app上使用这个插件也出现了一些问题。原本是想拍完照片之后就进入crop操作,把截出来的图片在img标签中现实。结果拍完照片进入截图操作,明明截的图片是图片中间的某个区域,而截图结束后的img标签上显示的却是右上角的某个很小的区域,还比较失真。如果你在ionic3上应用成功,我想请教一下,谢谢!