Can I use it without GUI? (I need to crop in the background?) #960
Unanswered
martinenkoEduard
asked this question in
Q&A
Replies: 1 comment
-
You can put the source image into an opacity container, e.g.: <div style="opacity: 0; z-index: -1;">
<img id="image" src="...">
</div> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I use it without GUI? (I need to crop in the background?)
Can you please share some simple examples.
I have a file image or state.previewURL= URL.createObjectURL(event.target.files[0]);
And I want to crop it by some coordinates, and get a blob or a new file?
Is it possible to set jpeg quality?
Beta Was this translation helpful? Give feedback.
All reactions