图像渲染功能,例如缩放,使用角度6旋转图像?

时间:2018-08-17 03:31:54

标签: angular image-manipulation

我正在使用角度6,我现在想在HTML页面中显示图像阵列,我正在使用“ ngx-image-viewer”,它工作正常,但是我想添加一些图像操作,例如旋转,增加亮度,放大和缩小可以建议我做些更好的方法吗?

 <ngx-image-viewer [src]="imagetoShow"
                      [(config)]="config"
                      [(index)]="imageIndexOne"
                      (customEvent)="handleEvent($event)">
    </ngx-image-viewer>

0 个答案:

没有答案