roiperlman / ngx-document-scanner

Angular 2+ component for cropping and enhancing images of documents
MIT License
29 stars 33 forks source link

Set Default Filter Option As "B&W | B&W 2 | Magic Color | Original" #17

Open ghost opened 3 years ago

ghost commented 3 years ago

After cropping the image, we get default filter as B&W. How to set another filter type as default ? <ngx-doc-scanner *ngIf="image" [file]="image" [defaultFilter] = "Original" (editResult)="editResult($event)" (exitEditor)="exitEditor($event)" (error)="onError($event)" (processing)="editorState($event)" [config]="config"> </ngx-doc-scanner>

Hanzofm commented 11 months ago

Same question.