Chronostasys / Blazor.Cropper

A blazor library provides component to crop image
MIT License
84 stars 19 forks source link

How to crop existing base64 image, without loading from file #46

Closed linekg closed 2 years ago

linekg commented 2 years ago

Hello, How to crop existing base64 image, without loading from file? Can you help me

Chronostasys commented 2 years ago

Hi @linekg , you can create a stream file obejct from the base64 data and set the cropper's ImageFile property to it.

linekg commented 2 years ago

Thank you @Chronostasys